~ubuntu-branches/ubuntu/hoary/cdrtools/hoary

« back to all changes in this revision

Viewing changes to inc/avoffset.mk

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2002-04-09 10:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020409100306-t4hagiv7gm0fhggv
Tags: upstream-1.10
ImportĀ upstreamĀ versionĀ 1.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ident %W% %E% %Q%
 
2
###########################################################################
 
3
SRCROOT=        ..
 
4
RULESDIR=       RULES
 
5
include         $(SRCROOT)/$(RULESDIR)/rules.top
 
6
###########################################################################
 
7
 
 
8
INSDIR=         include
 
9
TARGET=         avoffset.h
 
10
TARGETC=        avoffset
 
11
CPPOPTS +=      -DUSE_SCANSTACK
 
12
CFILES=         avoffset.c getfp.c
 
13
 
 
14
###########################################################################
 
15
include         $(SRCROOT)/$(RULESDIR)/rules.inc
 
16
###########################################################################