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 / gflare / Makefile.in < prev    next >
Makefile  |  1998-03-27  |  12KB  |  431 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. pluginlibdir = $(gimpplugindir)/plug-ins
  82.  
  83. SUBDIRS = gflares
  84.  
  85. EXTRA_DIST = README
  86.  
  87. pluginlib_PROGRAMS = gflare
  88.  
  89. gflare_SOURCES = \
  90.     asupsample.c        \
  91.     asupsample.h        \
  92.     gflare.c        \
  93.     gtkmultioptionmenu.c    \
  94.     gtkmultioptionmenu.h
  95.  
  96. INCLUDES = \
  97.     $(X_CFLAGS)            \
  98.     -I$(includedir)
  99. #    -I$(top_srcdir)            \
  100.  
  101. LDADD = \
  102.     $(X_LIBS)                        \
  103.     -lc
  104. #    $(top_builddir)/libgimp/libgimpui.la            \
  105. #    $(top_builddir)/libgimp/libgimp.la            \
  106.  
  107. DEPS = \
  108. gflare_DEPENDENCIES = $(DEPS)
  109. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  110. CONFIG_CLEAN_FILES = 
  111. PROGRAMS =  $(pluginlib_PROGRAMS)
  112.  
  113.  
  114. DEFS = @DEFS@ -I. -I$(srcdir) 
  115. CPPFLAGS = @CPPFLAGS@
  116. LDFLAGS = @LDFLAGS@
  117. LIBS = @LIBS@
  118. gflare_OBJECTS =  asupsample.o gflare.o gtkmultioptionmenu.o
  119. gflare_LDADD = $(LDADD)
  120. gflare_DEPENDENCIES = 
  121. gflare_LDFLAGS = 
  122. CFLAGS = @CFLAGS@
  123. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  124. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  125. LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  126. DIST_COMMON =  README Makefile.am Makefile.in
  127.  
  128.  
  129. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  130.  
  131. TAR = tar
  132. GZIP = --best
  133. DEP_FILES =  .deps/asupsample.P .deps/gflare.P \
  134. .deps/gtkmultioptionmenu.P
  135. SOURCES = $(gflare_SOURCES)
  136. OBJECTS = $(gflare_OBJECTS)
  137.  
  138. default: all
  139.  
  140. .SUFFIXES:
  141. .SUFFIXES: .S .c .lo .o .s
  142. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  143.     cd $(top_srcdir) && $(AUTOMAKE) --gnu gflare/Makefile
  144.  
  145. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  146.     cd $(top_builddir) \
  147.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  148.  
  149.  
  150. mostlyclean-pluginlibPROGRAMS:
  151.  
  152. clean-pluginlibPROGRAMS:
  153.     -test -z "$(pluginlib_PROGRAMS)" || rm -f $(pluginlib_PROGRAMS)
  154.  
  155. distclean-pluginlibPROGRAMS:
  156.  
  157. maintainer-clean-pluginlibPROGRAMS:
  158.  
  159. install-pluginlibPROGRAMS: $(pluginlib_PROGRAMS)
  160.     @$(NORMAL_INSTALL)
  161.     $(mkinstalldirs) $(pluginlibdir)
  162.     @list='$(pluginlib_PROGRAMS)'; for p in $$list; do \
  163.       if test -f $$p; then \
  164.         echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(pluginlibdir)/`echo $$p|sed '$(transform)'`"; \
  165.         $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(pluginlibdir)/`echo $$p|sed '$(transform)'`; \
  166.       else :; fi; \
  167.     done
  168.  
  169. uninstall-pluginlibPROGRAMS:
  170.     @$(NORMAL_UNINSTALL)
  171.     list='$(pluginlib_PROGRAMS)'; for p in $$list; do \
  172.       rm -f $(pluginlibdir)/`echo $$p|sed '$(transform)'`; \
  173.     done
  174.  
  175. .s.o:
  176.     $(COMPILE) -c $<
  177.  
  178. .S.o:
  179.     $(COMPILE) -c $<
  180.  
  181. mostlyclean-compile:
  182.     -rm -f *.o core *.core
  183.  
  184. clean-compile:
  185.  
  186. distclean-compile:
  187.     -rm -f *.tab.c
  188.  
  189. maintainer-clean-compile:
  190.  
  191. .s.lo:
  192.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  193.  
  194. .S.lo:
  195.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  196.  
  197. mostlyclean-libtool:
  198.     -rm -f *.lo
  199.  
  200. clean-libtool:
  201.     -rm -rf .libs _libs
  202.  
  203. distclean-libtool:
  204.  
  205. maintainer-clean-libtool:
  206.  
  207. gflare: $(gflare_OBJECTS) $(gflare_DEPENDENCIES)
  208.     @rm -f gflare
  209.     $(LINK) $(gflare_LDFLAGS) $(gflare_OBJECTS) $(gflare_LDADD) $(LIBS)
  210.  
  211. # This directory's subdirectories are mostly independent; you can cd
  212. # into them and run `make' without going through this Makefile.
  213. # To change the values of `make' variables: instead of editing Makefiles,
  214. # (1) if the variable is set in `config.status', edit `config.status'
  215. #     (which will cause the Makefiles to be regenerated when you run `make');
  216. # (2) otherwise, pass the desired values on the `make' command line.
  217.  
  218. @SET_MAKE@
  219.  
  220. all-recursive install-data-recursive install-exec-recursive \
  221. installdirs-recursive install-recursive uninstall-recursive  \
  222. check-recursive installcheck-recursive info-recursive dvi-recursive:
  223.     @set fnord $(MAKEFLAGS); amf=$$2; \
  224.     list='$(SUBDIRS)'; for subdir in $$list; do \
  225.       target=`echo $@ | sed s/-recursive//`; \
  226.       echo "Making $$target in $$subdir"; \
  227.       (cd $$subdir && $(MAKE) $$target) \
  228.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  229.     done && test -z "$$fail"
  230.  
  231. mostlyclean-recursive clean-recursive distclean-recursive \
  232. maintainer-clean-recursive:
  233.     @set fnord $(MAKEFLAGS); amf=$$2; \
  234.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  235.       rev="$$subdir $$rev"; \
  236.     done; \
  237.     for subdir in $$rev; do \
  238.       target=`echo $@ | sed s/-recursive//`; \
  239.       echo "Making $$target in $$subdir"; \
  240.       (cd $$subdir && $(MAKE) $$target) \
  241.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  242.     done && test -z "$$fail"
  243. tags-recursive:
  244.     list='$(SUBDIRS)'; for subdir in $$list; do \
  245.       (cd $$subdir && $(MAKE) tags); \
  246.     done
  247.  
  248. tags: TAGS
  249.  
  250. ID: $(HEADERS) $(SOURCES) $(LISP)
  251.     here=`pwd` && cd $(srcdir) \
  252.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  253.  
  254. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  255.     tags=; \
  256.     here=`pwd`; \
  257.     list='$(SUBDIRS)'; for subdir in $$list; do \
  258.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  259.     done; \
  260.     list='$(SOURCES) $(HEADERS)'; \
  261.     unique=`for i in $$list; do echo $$i; done | \
  262.       awk '    { files[$$0] = 1; } \
  263.            END { for (i in files) print i; }'`; \
  264.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  265.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  266.  
  267. mostlyclean-tags:
  268.  
  269. clean-tags:
  270.  
  271. distclean-tags:
  272.     -rm -f TAGS ID
  273.  
  274. maintainer-clean-tags:
  275.  
  276. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  277.  
  278. subdir = gflare
  279.  
  280. distdir: $(DISTFILES)
  281.     here=`cd $(top_builddir) && pwd`; \
  282.     top_distdir=`cd $(top_distdir) && pwd`; \
  283.     distdir=`cd $(distdir) && pwd`; \
  284.     cd $(top_srcdir) \
  285.       && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu gflare/Makefile
  286.     @for file in $(DISTFILES); do \
  287.       d=$(srcdir); \
  288.       test -f $(distdir)/$$file \
  289.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  290.       || cp -p $$d/$$file $(distdir)/$$file; \
  291.     done
  292.     for subdir in $(SUBDIRS); do \
  293.       test -d $(distdir)/$$subdir \
  294.       || mkdir $(distdir)/$$subdir \
  295.       || exit 1; \
  296.       chmod 777 $(distdir)/$$subdir; \
  297.       (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  298.         || exit 1; \
  299.     done
  300.  
  301. DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
  302.  
  303. -include $(DEP_FILES)
  304.  
  305. mostlyclean-depend:
  306.  
  307. clean-depend:
  308.  
  309. distclean-depend:
  310.  
  311. maintainer-clean-depend:
  312.     -rm -rf .deps
  313.  
  314. %.o: %.c
  315.     @echo '$(COMPILE) -c $<'; \
  316.     $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
  317.  
  318. %.lo: %.c
  319.     @echo '$(LTCOMPILE) -c $<'; \
  320.     $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
  321.     @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
  322.       < .deps/$(*F).p > .deps/$(*F).P
  323.     @-rm -f .deps/$(*F).p
  324. info: info-recursive
  325. dvi: dvi-recursive
  326. check: all-am
  327.     $(MAKE) check-recursive
  328. installcheck: installcheck-recursive
  329. all-am: Makefile $(PROGRAMS)
  330.  
  331. install-data-am: install-pluginlibPROGRAMS
  332.  
  333. uninstall-am: uninstall-pluginlibPROGRAMS
  334.  
  335. install-exec: install-exec-recursive
  336.     @$(NORMAL_INSTALL)
  337.  
  338. install-data: install-data-recursive install-data-am
  339.     @$(NORMAL_INSTALL)
  340.  
  341. install: install-recursive install-data-am
  342.     @:
  343.  
  344. uninstall: uninstall-recursive uninstall-am
  345.  
  346. all: all-recursive all-am
  347.  
  348. install-strip:
  349.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  350. installdirs: installdirs-recursive
  351.     $(mkinstalldirs)  $(pluginlibdir)
  352.  
  353.  
  354. mostlyclean-generic:
  355.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  356.  
  357. clean-generic:
  358.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  359.  
  360. distclean-generic:
  361.     -rm -f Makefile $(DISTCLEANFILES)
  362.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  363.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  364.  
  365. maintainer-clean-generic:
  366.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  367.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  368. mostlyclean-am:  mostlyclean-pluginlibPROGRAMS mostlyclean-compile \
  369.         mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
  370.         mostlyclean-generic
  371.  
  372. clean-am:  clean-pluginlibPROGRAMS clean-compile clean-libtool \
  373.         clean-tags clean-depend clean-generic mostlyclean-am
  374.  
  375. distclean-am:  distclean-pluginlibPROGRAMS distclean-compile \
  376.         distclean-libtool distclean-tags distclean-depend \
  377.         distclean-generic clean-am
  378.  
  379. maintainer-clean-am:  maintainer-clean-pluginlibPROGRAMS \
  380.         maintainer-clean-compile maintainer-clean-libtool \
  381.         maintainer-clean-tags maintainer-clean-depend \
  382.         maintainer-clean-generic distclean-am
  383.  
  384. mostlyclean:  mostlyclean-recursive mostlyclean-am
  385.  
  386. clean:  clean-recursive clean-am
  387.  
  388. distclean:  distclean-recursive distclean-am
  389.     -rm -f config.status
  390.     -rm -f libtool
  391.  
  392. maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
  393.     @echo "This command is intended for maintainers to use;"
  394.     @echo "it deletes files that may require special tools to rebuild."
  395.  
  396. .PHONY: default mostlyclean-pluginlibPROGRAMS \
  397. distclean-pluginlibPROGRAMS clean-pluginlibPROGRAMS \
  398. maintainer-clean-pluginlibPROGRAMS uninstall-pluginlibPROGRAMS \
  399. install-pluginlibPROGRAMS mostlyclean-compile distclean-compile \
  400. clean-compile maintainer-clean-compile mostlyclean-libtool \
  401. distclean-libtool clean-libtool maintainer-clean-libtool \
  402. install-data-recursive uninstall-data-recursive install-exec-recursive \
  403. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  404. all-recursive check-recursive installcheck-recursive info-recursive \
  405. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  406. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  407. distclean-tags clean-tags maintainer-clean-tags distdir \
  408. mostlyclean-depend distclean-depend clean-depend \
  409. maintainer-clean-depend info dvi installcheck all-am install-data-am \
  410. uninstall-am install-exec install-data install uninstall all \
  411. installdirs mostlyclean-generic distclean-generic clean-generic \
  412. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  413.  
  414. #    $(top_builddir)/libgimp/libgimpui.la            \
  415. #    $(top_builddir)/libgimp/libgimp.la
  416.  
  417. files:
  418.     @files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
  419.       echo $$p; \
  420.     done
  421.     @for subdir in $(SUBDIRS); do \
  422.       files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
  423.       for file in $$files; do \
  424.         echo $$subdir/$$file; \
  425.       done; \
  426.     done
  427.  
  428. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  429. # Otherwise a system limit (for SysV at least) may be exceeded.
  430. .NOEXPORT:
  431.