home *** CD-ROM | disk | FTP | other *** search
/ ftp.sunet.sepub/pictures / 2014.11.ftp.sunet.se-pictures.tar / ftp.sunet.se / pub / pictures / ACiD-artpacks / programs / unix / editors / gimp-plugins-unstable-0_99_23_tar.gz / gimp-plugins-unstable-0_99_23_tar / gimp-plugins-unstable-0.99.23 / gimptcl / Makefile.am < prev    next >
Makefile  |  1998-02-24  |  799b  |  35 lines

  1. ## Process this file with automake to produce Makefile.in
  2.  
  3. SUBDIRS = scripts
  4. BUILT_SOURCES=    gtclenums.h
  5. AUTOMAKE_OPTIONS=    no-dependencies
  6. SUFFIXES = .h
  7.  
  8. scriptdata =
  9.  
  10. libexec_PROGRAMS = gimptcl
  11.  
  12. gimptcl_SOURCES= \
  13.     gtcl.h        \
  14.     gtclenums.h    \
  15.     gtclMain.c    \
  16.     gtcl_misc.c    \
  17.     gtclConst.c    \
  18.     gtclPDB.c    \
  19.     gtclEnums.h
  20.  
  21. INCLUDES= \
  22.    ${X_CFLAGS}                    \
  23.     -I/usr/local/include        \
  24. #    -I$(top_srcdir)
  25.  
  26. LDADD = \
  27. #        $(top_builddir)/libgimp/libgimp.la                      \
  28.         @LIBTCL_LIB@                                               \
  29.         $(X_LIBS)                                               \
  30.         -lc                                                     \
  31.         -lm
  32.  
  33. gtclenums.h: ${top_srcdir}/libgimp/gimpenums.h gtclEnums.h
  34.     misc/enum.pl ${top_srcdir}/libgimp/gimpenums.h gtclEnums.h >$@
  35.