home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
id-utils-3.2-src.tgz
/
tar.out
/
fsf
/
id-utils
/
libidu
/
Makefile.am
< prev
next >
Wrap
Makefile
|
1996-09-28
|
571b
|
23 lines
## Process this file with automake to create Makefile.in
AUTOMAKE_OPTIONS = ansi2knr
noinst_LIBRARIES = idu
idu_SOURCES = dynvec.c hash.c idfile.c idread.c idwrite.c fnprint.c \
scanners.c walker.c
idudir = $(prefix)/share
idu_DATA = id-lang.map
noinst_HEADERS = dynvec.h hash.h idfile.h scanners.h tokflags.h xnls.h
INCLUDES = -I. -I$(srcdir) \
-I../lib -I$(top_srcdir)/lib \
-I../intl -I$(top_srcdir)/intl \
-I.. -I$(top_srcdir)
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
ansi2knr.c: $(top_srcdir)/src/ansi2knr.c
ln $(top_srcdir)/src/ansi2knr.c .