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 >
Makefile  |  1996-09-28  |  571b  |  23 lines

  1. ## Process this file with automake to create Makefile.in
  2.  
  3. AUTOMAKE_OPTIONS = ansi2knr
  4.  
  5. noinst_LIBRARIES = idu
  6.  
  7. idu_SOURCES = dynvec.c hash.c idfile.c idread.c idwrite.c fnprint.c \
  8.     scanners.c walker.c
  9.  
  10. idudir = $(prefix)/share
  11. idu_DATA = id-lang.map
  12.  
  13. noinst_HEADERS = dynvec.h hash.h idfile.h scanners.h tokflags.h xnls.h
  14.  
  15. INCLUDES = -I. -I$(srcdir) \
  16.        -I../lib -I$(top_srcdir)/lib \
  17.        -I../intl -I$(top_srcdir)/intl \
  18.        -I.. -I$(top_srcdir) 
  19. DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
  20.  
  21. ansi2knr.c: $(top_srcdir)/src/ansi2knr.c
  22.     ln $(top_srcdir)/src/ansi2knr.c .
  23.