1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CC = @CC@
61GCC3 = @GCC3@
62GIMPTOOL = @GIMPTOOL@
63GIMP_CFLAGS = @GIMP_CFLAGS@
64GIMP_CFLAGS_NOUI = @GIMP_CFLAGS_NOUI@
65GIMP_DATA_DIR = @GIMP_DATA_DIR@
66GIMP_LIBS = @GIMP_LIBS@
67GIMP_LIBS_NOUI = @GIMP_LIBS_NOUI@
68GIMP_PLUGIN_DIR = @GIMP_PLUGIN_DIR@
69GLIB_CFLAGS = @GLIB_CFLAGS@
70GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
71GLIB_LIBS = @GLIB_LIBS@
72GLIB_MKENUMS = @GLIB_MKENUMS@
73GOBJECT_QUERY = @GOBJECT_QUERY@
74GTKDOC = @GTKDOC@
75GTK_CFLAGS = @GTK_CFLAGS@
76GTK_LIBS = @GTK_LIBS@
77HTML_DIR = @HTML_DIR@
78LAPACK_INCLUDE_DIR = @LAPACK_INCLUDE_DIR@
79LAPACK_LIB_DIR = @LAPACK_LIB_DIR@
80MAKEINFO = @MAKEINFO@
81PACKAGE = @PACKAGE@
82PKG_CONFIG = @PKG_CONFIG@
83RANLIB = @RANLIB@
84VERSION = @VERSION@
85@ENABLE_GTK_DOC_TRUE@GTK_DOC_DIR = @ENABLE_GTK_DOC_TRUE@gtk-doc
86@ENABLE_GTK_DOC_FALSE@GTK_DOC_DIR =
87
88SUBDIRS = src lib doc $(GTK_DOC_DIR)
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91CONFIG_CLEAN_FILES =
92DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
93Makefile.in NEWS aclocal.m4 configure configure.in install-sh missing \
94mkinstalldirs
95
96
97DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98
99TAR = gtar
100GZIP_ENV = --best
101DIST_SUBDIRS =  src lib doc gtk-doc
102all: all-redirect
103.SUFFIXES:
104$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
105	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
106
107Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
108	cd $(top_builddir) \
109	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
110
111$(ACLOCAL_M4):  configure.in
112	cd $(srcdir) && $(ACLOCAL)
113
114config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
115	$(SHELL) ./config.status --recheck
116$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
117	cd $(srcdir) && $(AUTOCONF)
118
119# This directory's subdirectories are mostly independent; you can cd
120# into them and run `make' without going through this Makefile.
121# To change the values of `make' variables: instead of editing Makefiles,
122# (1) if the variable is set in `config.status', edit `config.status'
123#     (which will cause the Makefiles to be regenerated when you run `make');
124# (2) otherwise, pass the desired values on the `make' command line.
125
126@SET_MAKE@
127
128all-recursive install-data-recursive install-exec-recursive \
129installdirs-recursive install-recursive uninstall-recursive  \
130check-recursive installcheck-recursive info-recursive dvi-recursive:
131	@set fnord $(MAKEFLAGS); amf=$$2; \
132	dot_seen=no; \
133	target=`echo $@ | sed s/-recursive//`; \
134	list='$(SUBDIRS)'; for subdir in $$list; do \
135	  echo "Making $$target in $$subdir"; \
136	  if test "$$subdir" = "."; then \
137	    dot_seen=yes; \
138	    local_target="$$target-am"; \
139	  else \
140	    local_target="$$target"; \
141	  fi; \
142	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
143	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
144	done; \
145	if test "$$dot_seen" = "no"; then \
146	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
147	fi; test -z "$$fail"
148
149mostlyclean-recursive clean-recursive distclean-recursive \
150maintainer-clean-recursive:
151	@set fnord $(MAKEFLAGS); amf=$$2; \
152	dot_seen=no; \
153	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
154	  rev="$$subdir $$rev"; \
155	  test "$$subdir" != "." || dot_seen=yes; \
156	done; \
157	test "$$dot_seen" = "no" && rev=". $$rev"; \
158	target=`echo $@ | sed s/-recursive//`; \
159	for subdir in $$rev; do \
160	  echo "Making $$target in $$subdir"; \
161	  if test "$$subdir" = "."; then \
162	    local_target="$$target-am"; \
163	  else \
164	    local_target="$$target"; \
165	  fi; \
166	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
167	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
168	done && test -z "$$fail"
169tags-recursive:
170	list='$(SUBDIRS)'; for subdir in $$list; do \
171	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
172	done
173
174tags: TAGS
175
176ID: $(HEADERS) $(SOURCES) $(LISP)
177	list='$(SOURCES) $(HEADERS)'; \
178	unique=`for i in $$list; do echo $$i; done | \
179	  awk '    { files[$$0] = 1; } \
180	       END { for (i in files) print i; }'`; \
181	here=`pwd` && cd $(srcdir) \
182	  && mkid -f$$here/ID $$unique $(LISP)
183
184TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
185	tags=; \
186	here=`pwd`; \
187	list='$(SUBDIRS)'; for subdir in $$list; do \
188   if test "$$subdir" = .; then :; else \
189	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
190   fi; \
191	done; \
192	list='$(SOURCES) $(HEADERS)'; \
193	unique=`for i in $$list; do echo $$i; done | \
194	  awk '    { files[$$0] = 1; } \
195	       END { for (i in files) print i; }'`; \
196	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
198
199mostlyclean-tags:
200
201clean-tags:
202
203distclean-tags:
204	-rm -f TAGS ID
205
206maintainer-clean-tags:
207
208distdir = $(PACKAGE)-$(VERSION)
209top_distdir = $(distdir)
210
211# This target untars the dist file and tries a VPATH configuration.  Then
212# it guarantees that the distribution is self-contained by making another
213# tarfile.
214distcheck: dist
215	-rm -rf $(distdir)
216	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
217	mkdir $(distdir)/=build
218	mkdir $(distdir)/=inst
219	dc_install_base=`cd $(distdir)/=inst && pwd`; \
220	cd $(distdir)/=build \
221	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
222	  && $(MAKE) $(AM_MAKEFLAGS) \
223	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
224	  && $(MAKE) $(AM_MAKEFLAGS) check \
225	  && $(MAKE) $(AM_MAKEFLAGS) install \
226	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
227	  && $(MAKE) $(AM_MAKEFLAGS) dist
228	-rm -rf $(distdir)
229	@banner="$(distdir).tar.gz is ready for distribution"; \
230	dashes=`echo "$$banner" | sed s/./=/g`; \
231	echo "$$dashes"; \
232	echo "$$banner"; \
233	echo "$$dashes"
234dist: distdir
235	-chmod -R a+r $(distdir)
236	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
237	-rm -rf $(distdir)
238dist-all: distdir
239	-chmod -R a+r $(distdir)
240	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
241	-rm -rf $(distdir)
242distdir: $(DISTFILES)
243	-rm -rf $(distdir)
244	mkdir $(distdir)
245	-chmod 777 $(distdir)
246	@for file in $(DISTFILES); do \
247	  d=$(srcdir); \
248	  if test -d $$d/$$file; then \
249	    cp -pr $$d/$$file $(distdir)/$$file; \
250	  else \
251	    test -f $(distdir)/$$file \
252	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
253	    || cp -p $$d/$$file $(distdir)/$$file || :; \
254	  fi; \
255	done
256	for subdir in $(DIST_SUBDIRS); do \
257	  if test "$$subdir" = .; then :; else \
258	    test -d $(distdir)/$$subdir \
259	    || mkdir $(distdir)/$$subdir \
260	    || exit 1; \
261	    chmod 777 $(distdir)/$$subdir; \
262	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
263	      || exit 1; \
264	  fi; \
265	done
266	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
267info-am:
268info: info-recursive
269dvi-am:
270dvi: dvi-recursive
271check-am: all-am
272check: check-recursive
273installcheck-am:
274installcheck: installcheck-recursive
275install-exec-am:
276install-exec: install-exec-recursive
277
278install-data-am:
279install-data: install-data-recursive
280
281install-am: all-am
282	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
283install: install-recursive
284uninstall-am:
285uninstall: uninstall-recursive
286all-am: Makefile
287all-redirect: all-recursive
288install-strip:
289	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
290installdirs: installdirs-recursive
291installdirs-am:
292
293
294mostlyclean-generic:
295
296clean-generic:
297
298distclean-generic:
299	-rm -f Makefile $(CONFIG_CLEAN_FILES)
300	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
301
302maintainer-clean-generic:
303mostlyclean-am:  mostlyclean-tags mostlyclean-generic
304
305mostlyclean: mostlyclean-recursive
306
307clean-am:  clean-tags clean-generic mostlyclean-am
308
309clean: clean-recursive
310
311distclean-am:  distclean-tags distclean-generic clean-am
312
313distclean: distclean-recursive
314	-rm -f config.status
315
316maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
317		distclean-am
318	@echo "This command is intended for maintainers to use;"
319	@echo "it deletes files that may require special tools to rebuild."
320
321maintainer-clean: maintainer-clean-recursive
322	-rm -f config.status
323
324.PHONY: install-data-recursive uninstall-data-recursive \
325install-exec-recursive uninstall-exec-recursive installdirs-recursive \
326uninstalldirs-recursive all-recursive check-recursive \
327installcheck-recursive info-recursive dvi-recursive \
328mostlyclean-recursive distclean-recursive clean-recursive \
329maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
330distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
331dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
332install-exec install-data-am install-data install-am install \
333uninstall-am uninstall all-redirect all-am all installdirs-am \
334installdirs mostlyclean-generic distclean-generic clean-generic \
335maintainer-clean-generic clean mostlyclean distclean maintainer-clean
336
337
338install-bin:
339	cd src; make install-bin
340install-admin-bin:
341	cd src; make install-admin-bin
342
343@HAVE_ATLAS_TRUE@dist-hook:
344@HAVE_ATLAS_TRUE@	@echo "**** Don't run make dist when system is configured with atlas."
345@HAVE_ATLAS_TRUE@	@echo "**** Rename lib-atlas, rm config.cache and re-run configure."
346@HAVE_ATLAS_TRUE@	@false
347@HAVE_ATLAS_FALSE@dist-hook:
348
349# Tell versions [3.59,3.63) of GNU make to not export all variables.
350# Otherwise a system limit (for SysV at least) may be exceeded.
351.NOEXPORT:
352