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.in < prev    next >
Makefile  |  1998-03-27  |  11KB  |  396 lines

  1. # Makefile.in generated automatically by automake 1.2f from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13.  
  14. SHELL = /bin/sh
  15.  
  16. srcdir = @srcdir@
  17. top_srcdir = @top_srcdir@
  18. VPATH = @srcdir@
  19. prefix = @prefix@
  20. exec_prefix = @exec_prefix@
  21.  
  22. bindir = @bindir@
  23. sbindir = @sbindir@
  24. libexecdir = @libexecdir@
  25. datadir = @datadir@
  26. sysconfdir = @sysconfdir@
  27. sharedstatedir = @sharedstatedir@
  28. localstatedir = @localstatedir@
  29. libdir = @libdir@
  30. infodir = @infodir@
  31. mandir = @mandir@
  32. includedir = @includedir@
  33. oldincludedir = /usr/include
  34.  
  35. pkgdatadir = $(datadir)/@PACKAGE@
  36. pkglibdir = $(libdir)/@PACKAGE@
  37. pkgincludedir = $(includedir)/@PACKAGE@
  38.  
  39. top_builddir = ..
  40.  
  41. ACLOCAL = @ACLOCAL@
  42. AUTOCONF = @AUTOCONF@
  43. AUTOMAKE = @AUTOMAKE@
  44. AUTOHEADER = @AUTOHEADER@
  45.  
  46. INSTALL = @INSTALL@
  47. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  48. INSTALL_DATA = @INSTALL_DATA@
  49. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  50. transform = @program_transform_name@
  51.  
  52. NORMAL_INSTALL = :
  53. PRE_INSTALL = :
  54. POST_INSTALL = :
  55. NORMAL_UNINSTALL = :
  56. PRE_UNINSTALL = :
  57. POST_UNINSTALL = :
  58. host_alias = @host_alias@
  59. host_triplet = @host@
  60. CC = @CC@
  61. GIMPTCL = @GIMPTCL@
  62. GTK_CFLAGS = @GTK_CFLAGS@
  63. GTK_CONFIG = @GTK_CONFIG@
  64. GTK_LIBS = @GTK_LIBS@
  65. LD = @LD@
  66. LIBTCL_LIB = @LIBTCL_LIB@
  67. LIBTOOL = @LIBTOOL@
  68. LN_S = @LN_S@
  69. MAINT = @MAINT@
  70. MAKEINFO = @MAKEINFO@
  71. NM = @NM@
  72. PACKAGE = @PACKAGE@
  73. RANLIB = @RANLIB@
  74. VERSION = @VERSION@
  75. X_CFLAGS = @X_CFLAGS@
  76. X_LIBS = @X_LIBS@
  77. gimpdatadir = @gimpdatadir@
  78. gimpdir = @gimpdir@
  79. gimpplugindir = @gimpplugindir@
  80.  
  81. SUBDIRS = scripts
  82. BUILT_SOURCES=    gtclenums.h
  83. AUTOMAKE_OPTIONS=    no-dependencies
  84. SUFFIXES = .h
  85.  
  86. scriptdata =
  87.  
  88. libexec_PROGRAMS = gimptcl
  89.  
  90. gimptcl_SOURCES= \
  91.     gtcl.h        \
  92.     gtclenums.h    \
  93.     gtclMain.c    \
  94.     gtcl_misc.c    \
  95.     gtclConst.c    \
  96.     gtclPDB.c    \
  97.     gtclEnums.h
  98.  
  99. INCLUDES= \
  100.    ${X_CFLAGS}                    \
  101.     -I/usr/local/include        \
  102. LDADD = \
  103.         @LIBTCL_LIB@                                               \
  104.         $(X_LIBS)                                               \
  105.         -lc                                                     \
  106.         -lm
  107. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  108. CONFIG_CLEAN_FILES = 
  109. PROGRAMS =  $(libexec_PROGRAMS)
  110.  
  111.  
  112. DEFS = @DEFS@ -I. -I$(srcdir) 
  113. CPPFLAGS = @CPPFLAGS@
  114. LDFLAGS = @LDFLAGS@
  115. LIBS = @LIBS@
  116. gimptcl_OBJECTS =  gtclMain.o gtcl_misc.o gtclConst.o gtclPDB.o
  117. gimptcl_LDADD = $(LDADD)
  118. gimptcl_DEPENDENCIES = 
  119. gimptcl_LDFLAGS = 
  120. CFLAGS = @CFLAGS@
  121. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  122. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  123. LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  124. DIST_COMMON =  README Makefile.am Makefile.in
  125.  
  126.  
  127. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  128.  
  129. TAR = tar
  130. GZIP = --best
  131. SOURCES = $(gimptcl_SOURCES)
  132. OBJECTS = $(gimptcl_OBJECTS)
  133.  
  134. default: all
  135.  
  136. .SUFFIXES:
  137. .SUFFIXES: .S .c .h .lo .o .s
  138. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  139.     cd $(top_srcdir) && $(AUTOMAKE) --gnu gimptcl/Makefile
  140.  
  141. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  142.     cd $(top_builddir) \
  143.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  144.  
  145.  
  146. mostlyclean-libexecPROGRAMS:
  147.  
  148. clean-libexecPROGRAMS:
  149.     -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
  150.  
  151. distclean-libexecPROGRAMS:
  152.  
  153. maintainer-clean-libexecPROGRAMS:
  154.  
  155. install-libexecPROGRAMS: $(libexec_PROGRAMS)
  156.     @$(NORMAL_INSTALL)
  157.     $(mkinstalldirs) $(libexecdir)
  158.     @list='$(libexec_PROGRAMS)'; for p in $$list; do \
  159.       if test -f $$p; then \
  160.         echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(libexecdir)/`echo $$p|sed '$(transform)'`"; \
  161.         $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(libexecdir)/`echo $$p|sed '$(transform)'`; \
  162.       else :; fi; \
  163.     done
  164.  
  165. uninstall-libexecPROGRAMS:
  166.     @$(NORMAL_UNINSTALL)
  167.     list='$(libexec_PROGRAMS)'; for p in $$list; do \
  168.       rm -f $(libexecdir)/`echo $$p|sed '$(transform)'`; \
  169.     done
  170.  
  171. .c.o:
  172.     $(COMPILE) -c $<
  173.  
  174. .s.o:
  175.     $(COMPILE) -c $<
  176.  
  177. .S.o:
  178.     $(COMPILE) -c $<
  179.  
  180. mostlyclean-compile:
  181.     -rm -f *.o core *.core
  182.  
  183. clean-compile:
  184.  
  185. distclean-compile:
  186.     -rm -f *.tab.c
  187.  
  188. maintainer-clean-compile:
  189.  
  190. .c.lo:
  191.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  192.  
  193. .s.lo:
  194.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  195.  
  196. .S.lo:
  197.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  198.  
  199. mostlyclean-libtool:
  200.     -rm -f *.lo
  201.  
  202. clean-libtool:
  203.     -rm -rf .libs _libs
  204.  
  205. distclean-libtool:
  206.  
  207. maintainer-clean-libtool:
  208.  
  209. gimptcl: $(gimptcl_OBJECTS) $(gimptcl_DEPENDENCIES)
  210.     @rm -f gimptcl
  211.     $(LINK) $(gimptcl_LDFLAGS) $(gimptcl_OBJECTS) $(gimptcl_LDADD) $(LIBS)
  212.  
  213. # This directory's subdirectories are mostly independent; you can cd
  214. # into them and run `make' without going through this Makefile.
  215. # To change the values of `make' variables: instead of editing Makefiles,
  216. # (1) if the variable is set in `config.status', edit `config.status'
  217. #     (which will cause the Makefiles to be regenerated when you run `make');
  218. # (2) otherwise, pass the desired values on the `make' command line.
  219.  
  220. @SET_MAKE@
  221.  
  222. all-recursive install-data-recursive install-exec-recursive \
  223. installdirs-recursive install-recursive uninstall-recursive  \
  224. check-recursive installcheck-recursive info-recursive dvi-recursive:
  225.     @set fnord $(MAKEFLAGS); amf=$$2; \
  226.     list='$(SUBDIRS)'; for subdir in $$list; do \
  227.       target=`echo $@ | sed s/-recursive//`; \
  228.       echo "Making $$target in $$subdir"; \
  229.       (cd $$subdir && $(MAKE) $$target) \
  230.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  231.     done && test -z "$$fail"
  232.  
  233. mostlyclean-recursive clean-recursive distclean-recursive \
  234. maintainer-clean-recursive:
  235.     @set fnord $(MAKEFLAGS); amf=$$2; \
  236.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  237.       rev="$$subdir $$rev"; \
  238.     done; \
  239.     for subdir in $$rev; do \
  240.       target=`echo $@ | sed s/-recursive//`; \
  241.       echo "Making $$target in $$subdir"; \
  242.       (cd $$subdir && $(MAKE) $$target) \
  243.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  244.     done && test -z "$$fail"
  245. tags-recursive:
  246.     list='$(SUBDIRS)'; for subdir in $$list; do \
  247.       (cd $$subdir && $(MAKE) tags); \
  248.     done
  249.  
  250. tags: TAGS
  251.  
  252. ID: $(HEADERS) $(SOURCES) $(LISP)
  253.     here=`pwd` && cd $(srcdir) \
  254.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  255.  
  256. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  257.     tags=; \
  258.     here=`pwd`; \
  259.     list='$(SUBDIRS)'; for subdir in $$list; do \
  260.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  261.     done; \
  262.     list='$(SOURCES) $(HEADERS)'; \
  263.     unique=`for i in $$list; do echo $$i; done | \
  264.       awk '    { files[$$0] = 1; } \
  265.            END { for (i in files) print i; }'`; \
  266.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  267.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  268.  
  269. mostlyclean-tags:
  270.  
  271. clean-tags:
  272.  
  273. distclean-tags:
  274.     -rm -f TAGS ID
  275.  
  276. maintainer-clean-tags:
  277.  
  278. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  279.  
  280. subdir = gimptcl
  281.  
  282. distdir: $(DISTFILES)
  283.     @for file in $(DISTFILES); do \
  284.       d=$(srcdir); \
  285.       test -f $(distdir)/$$file \
  286.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  287.       || cp -p $$d/$$file $(distdir)/$$file; \
  288.     done
  289.     for subdir in $(SUBDIRS); do \
  290.       test -d $(distdir)/$$subdir \
  291.       || mkdir $(distdir)/$$subdir \
  292.       || exit 1; \
  293.       chmod 777 $(distdir)/$$subdir; \
  294.       (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  295.         || exit 1; \
  296.     done
  297. info: info-recursive
  298. dvi: dvi-recursive
  299. check: all-am
  300.     $(MAKE) check-recursive
  301. installcheck: installcheck-recursive
  302. all-am: Makefile $(PROGRAMS)
  303.  
  304. install-exec-am: install-libexecPROGRAMS
  305.  
  306. uninstall-am: uninstall-libexecPROGRAMS
  307.  
  308. install-exec: install-exec-recursive install-exec-am
  309.     @$(NORMAL_INSTALL)
  310.  
  311. install-data: install-data-recursive
  312.     @$(NORMAL_INSTALL)
  313.  
  314. install: install-recursive install-exec-am
  315.     @:
  316.  
  317. uninstall: uninstall-recursive uninstall-am
  318.  
  319. all: all-recursive all-am
  320.  
  321. install-strip:
  322.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  323. installdirs: installdirs-recursive
  324.     $(mkinstalldirs)  $(libexecdir)
  325.  
  326.  
  327. mostlyclean-generic:
  328.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  329.  
  330. clean-generic:
  331.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  332.  
  333. distclean-generic:
  334.     -rm -f Makefile $(DISTCLEANFILES)
  335.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  336.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  337.  
  338. maintainer-clean-generic:
  339.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  340.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  341. mostlyclean-am:  mostlyclean-libexecPROGRAMS mostlyclean-compile \
  342.         mostlyclean-libtool mostlyclean-tags \
  343.         mostlyclean-generic
  344.  
  345. clean-am:  clean-libexecPROGRAMS clean-compile clean-libtool clean-tags \
  346.         clean-generic mostlyclean-am
  347.  
  348. distclean-am:  distclean-libexecPROGRAMS distclean-compile \
  349.         distclean-libtool distclean-tags distclean-generic \
  350.         clean-am
  351.  
  352. maintainer-clean-am:  maintainer-clean-libexecPROGRAMS \
  353.         maintainer-clean-compile maintainer-clean-libtool \
  354.         maintainer-clean-tags maintainer-clean-generic \
  355.         distclean-am
  356.  
  357. mostlyclean:  mostlyclean-recursive mostlyclean-am
  358.  
  359. clean:  clean-recursive clean-am
  360.  
  361. distclean:  distclean-recursive distclean-am
  362.     -rm -f config.status
  363.     -rm -f libtool
  364.  
  365. maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
  366.     @echo "This command is intended for maintainers to use;"
  367.     @echo "it deletes files that may require special tools to rebuild."
  368.  
  369. .PHONY: default mostlyclean-libexecPROGRAMS distclean-libexecPROGRAMS \
  370. clean-libexecPROGRAMS maintainer-clean-libexecPROGRAMS \
  371. uninstall-libexecPROGRAMS install-libexecPROGRAMS mostlyclean-compile \
  372. distclean-compile clean-compile maintainer-clean-compile \
  373. mostlyclean-libtool distclean-libtool clean-libtool \
  374. maintainer-clean-libtool install-data-recursive \
  375. uninstall-data-recursive install-exec-recursive \
  376. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  377. all-recursive check-recursive installcheck-recursive info-recursive \
  378. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  379. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  380. distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
  381. installcheck all-am install-exec-am uninstall-am install-exec \
  382. install-data install uninstall all installdirs mostlyclean-generic \
  383. distclean-generic clean-generic maintainer-clean-generic clean \
  384. mostlyclean distclean maintainer-clean
  385.  
  386. #    -I$(top_srcdir)
  387.  
  388. #        $(top_builddir)/libgimp/libgimp.la                      \
  389.  
  390. gtclenums.h: ${top_srcdir}/libgimp/gimpenums.h gtclEnums.h
  391.     misc/enum.pl ${top_srcdir}/libgimp/gimpenums.h gtclEnums.h >$@
  392.  
  393. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  394. # Otherwise a system limit (for SysV at least) may be exceeded.
  395. .NOEXPORT:
  396.