1# Makefile.in generated automatically by automake 1.4-p6 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 = :
60host_alias = @host_alias@
61host_triplet = @host@
62AR = @AR@
63AS = @AS@
64CATALOGS = @CATALOGS@
65CATOBJEXT = @CATOBJEXT@
66CC = @CC@
67CXX = @CXX@
68CXXCPP = @CXXCPP@
69DATADIRNAME = @DATADIRNAME@
70DLLTOOL = @DLLTOOL@
71ECHO = @ECHO@
72EGREP = @EGREP@
73EXEEXT = @EXEEXT@
74F77 = @F77@
75GCJ = @GCJ@
76GCJFLAGS = @GCJFLAGS@
77GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
78GMOFILES = @GMOFILES@
79GMSGFMT = @GMSGFMT@
80GUI_CFLAGS = @GUI_CFLAGS@
81GUI_LIBS = @GUI_LIBS@
82INSTOBJEXT = @INSTOBJEXT@
83INTLLIBS = @INTLLIBS@
84LIBTOOL = @LIBTOOL@
85LN_S = @LN_S@
86MAINT = @MAINT@
87MAKEINFO = @MAKEINFO@
88MKINSTALLDIRS = @MKINSTALLDIRS@
89OBJDUMP = @OBJDUMP@
90OBJEXT = @OBJEXT@
91PACKAGE = @PACKAGE@
92PKG_CONFIG = @PKG_CONFIG@
93POFILES = @POFILES@
94POSUB = @POSUB@
95PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
96PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
97PRINT_CFLAGS = @PRINT_CFLAGS@
98PRINT_LIBS = @PRINT_LIBS@
99RANLIB = @RANLIB@
100RC = @RC@
101STRIP = @STRIP@
102USE_NLS = @USE_NLS@
103VERSION = @VERSION@
104
105SUBDIRS = po src
106
107EXTRA_DIST = \
108        gpaint.desktop \
109        gpaint.spec        \
110	gpaint.glade \
111	gpaint.gladep
112
113
114gladedir = $(datadir)/gpaint/glade
115glade_DATA = gpaint.glade
116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
118CONFIG_CLEAN_FILES =
119DATA =  $(glade_DATA)
120
121DIST_COMMON =  README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
122Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 config.guess \
123config.sub configure configure.in install-sh ltmain.sh missing \
124mkinstalldirs
125
126
127DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
128
129TAR = gtar
130GZIP_ENV = --best
131all: all-redirect
132.SUFFIXES:
133$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
134	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
135
136Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
137	cd $(top_builddir) \
138	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
139
140$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
141	cd $(srcdir) && $(ACLOCAL)
142
143config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
144	$(SHELL) ./config.status --recheck
145$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
146	cd $(srcdir) && $(AUTOCONF)
147
148install-gladeDATA: $(glade_DATA)
149	@$(NORMAL_INSTALL)
150	$(mkinstalldirs) $(DESTDIR)$(gladedir)
151	@list='$(glade_DATA)'; for p in $$list; do \
152	  if test -f $(srcdir)/$$p; then \
153	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gladedir)/$$p"; \
154	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gladedir)/$$p; \
155	  else if test -f $$p; then \
156	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(gladedir)/$$p"; \
157	    $(INSTALL_DATA) $$p $(DESTDIR)$(gladedir)/$$p; \
158	  fi; fi; \
159	done
160
161uninstall-gladeDATA:
162	@$(NORMAL_UNINSTALL)
163	list='$(glade_DATA)'; for p in $$list; do \
164	  rm -f $(DESTDIR)$(gladedir)/$$p; \
165	done
166
167# This directory's subdirectories are mostly independent; you can cd
168# into them and run `make' without going through this Makefile.
169# To change the values of `make' variables: instead of editing Makefiles,
170# (1) if the variable is set in `config.status', edit `config.status'
171#     (which will cause the Makefiles to be regenerated when you run `make');
172# (2) otherwise, pass the desired values on the `make' command line.
173
174@SET_MAKE@
175
176all-recursive install-data-recursive install-exec-recursive \
177installdirs-recursive install-recursive uninstall-recursive  \
178check-recursive installcheck-recursive info-recursive dvi-recursive:
179	@set fnord $$MAKEFLAGS; amf=$$2; \
180	dot_seen=no; \
181	target=`echo $@ | sed s/-recursive//`; \
182	list='$(SUBDIRS)'; for subdir in $$list; do \
183	  echo "Making $$target in $$subdir"; \
184	  if test "$$subdir" = "."; then \
185	    dot_seen=yes; \
186	    local_target="$$target-am"; \
187	  else \
188	    local_target="$$target"; \
189	  fi; \
190	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
191	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
192	done; \
193	if test "$$dot_seen" = "no"; then \
194	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
195	fi; test -z "$$fail"
196
197mostlyclean-recursive clean-recursive distclean-recursive \
198maintainer-clean-recursive:
199	@set fnord $$MAKEFLAGS; amf=$$2; \
200	dot_seen=no; \
201	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
202	  rev="$$subdir $$rev"; \
203	  test "$$subdir" != "." || dot_seen=yes; \
204	done; \
205	test "$$dot_seen" = "no" && rev=". $$rev"; \
206	target=`echo $@ | sed s/-recursive//`; \
207	for subdir in $$rev; do \
208	  echo "Making $$target in $$subdir"; \
209	  if test "$$subdir" = "."; then \
210	    local_target="$$target-am"; \
211	  else \
212	    local_target="$$target"; \
213	  fi; \
214	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
215	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
216	done && test -z "$$fail"
217tags-recursive:
218	list='$(SUBDIRS)'; for subdir in $$list; do \
219	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
220	done
221
222tags: TAGS
223
224ID: $(HEADERS) $(SOURCES) $(LISP)
225	list='$(SOURCES) $(HEADERS)'; \
226	unique=`for i in $$list; do echo $$i; done | \
227	  awk '    { files[$$0] = 1; } \
228	       END { for (i in files) print i; }'`; \
229	here=`pwd` && cd $(srcdir) \
230	  && mkid -f$$here/ID $$unique $(LISP)
231
232TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
233	tags=; \
234	here=`pwd`; \
235	list='$(SUBDIRS)'; for subdir in $$list; do \
236   if test "$$subdir" = .; then :; else \
237	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
238   fi; \
239	done; \
240	list='$(SOURCES) $(HEADERS)'; \
241	unique=`for i in $$list; do echo $$i; done | \
242	  awk '    { files[$$0] = 1; } \
243	       END { for (i in files) print i; }'`; \
244	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
245	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
246
247mostlyclean-tags:
248
249clean-tags:
250
251distclean-tags:
252	-rm -f TAGS ID
253
254maintainer-clean-tags:
255
256distdir = $(PACKAGE)-$(VERSION)
257top_distdir = $(distdir)
258
259# This target untars the dist file and tries a VPATH configuration.  Then
260# it guarantees that the distribution is self-contained by making another
261# tarfile.
262distcheck: dist
263	-rm -rf $(distdir)
264	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
265	mkdir $(distdir)/=build
266	mkdir $(distdir)/=inst
267	dc_install_base=`cd $(distdir)/=inst && pwd`; \
268	cd $(distdir)/=build \
269	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
270	  && $(MAKE) $(AM_MAKEFLAGS) \
271	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
272	  && $(MAKE) $(AM_MAKEFLAGS) check \
273	  && $(MAKE) $(AM_MAKEFLAGS) install \
274	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
275	  && $(MAKE) $(AM_MAKEFLAGS) dist
276	-rm -rf $(distdir)
277	@banner="$(distdir).tar.gz is ready for distribution"; \
278	dashes=`echo "$$banner" | sed s/./=/g`; \
279	echo "$$dashes"; \
280	echo "$$banner"; \
281	echo "$$dashes"
282dist: distdir
283	-chmod -R a+r $(distdir)
284	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
285	-rm -rf $(distdir)
286dist-all: distdir
287	-chmod -R a+r $(distdir)
288	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
289	-rm -rf $(distdir)
290distdir: $(DISTFILES)
291	-rm -rf $(distdir)
292	mkdir $(distdir)
293	-chmod 777 $(distdir)
294	@for file in $(DISTFILES); do \
295	  d=$(srcdir); \
296	  if test -d $$d/$$file; then \
297	    cp -pr $$d/$$file $(distdir)/$$file; \
298	  else \
299	    test -f $(distdir)/$$file \
300	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
301	    || cp -p $$d/$$file $(distdir)/$$file || :; \
302	  fi; \
303	done
304	for subdir in $(SUBDIRS); do \
305	  if test "$$subdir" = .; then :; else \
306	    test -d $(distdir)/$$subdir \
307	    || mkdir $(distdir)/$$subdir \
308	    || exit 1; \
309	    chmod 777 $(distdir)/$$subdir; \
310	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
311	      || exit 1; \
312	  fi; \
313	done
314	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
315info-am:
316info: info-recursive
317dvi-am:
318dvi: dvi-recursive
319check-am: all-am
320check: check-recursive
321installcheck-am:
322installcheck: installcheck-recursive
323install-exec-am:
324install-exec: install-exec-recursive
325
326install-data-am: install-gladeDATA install-data-local
327install-data: install-data-recursive
328
329install-am: all-am
330	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
331install: install-recursive
332uninstall-am: uninstall-gladeDATA
333uninstall: uninstall-recursive
334all-am: Makefile $(DATA)
335all-redirect: all-recursive
336install-strip:
337	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
338installdirs: installdirs-recursive
339installdirs-am:
340	$(mkinstalldirs)  $(DESTDIR)$(gladedir)
341
342
343mostlyclean-generic:
344
345clean-generic:
346
347distclean-generic:
348	-rm -f Makefile $(CONFIG_CLEAN_FILES)
349	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
350
351maintainer-clean-generic:
352mostlyclean-am:  mostlyclean-tags mostlyclean-generic
353
354mostlyclean: mostlyclean-recursive
355
356clean-am:  clean-tags clean-generic mostlyclean-am
357
358clean: clean-recursive
359
360distclean-am:  distclean-tags distclean-generic clean-am
361	-rm -f libtool
362
363distclean: distclean-recursive
364	-rm -f config.status
365
366maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
367		distclean-am
368	@echo "This command is intended for maintainers to use;"
369	@echo "it deletes files that may require special tools to rebuild."
370
371maintainer-clean: maintainer-clean-recursive
372	-rm -f config.status
373
374.PHONY: uninstall-gladeDATA install-gladeDATA install-data-recursive \
375uninstall-data-recursive install-exec-recursive \
376uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
377all-recursive check-recursive installcheck-recursive info-recursive \
378dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
379maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
380distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
381dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
382install-exec install-data-local install-data-am install-data install-am \
383install uninstall-am uninstall all-redirect all-am all installdirs-am \
384installdirs mostlyclean-generic distclean-generic clean-generic \
385maintainer-clean-generic clean mostlyclean distclean maintainer-clean
386
387
388install-data-local:
389	@$(NORMAL_INSTALL)
390
391dist-hook:
392	if test -d $(srcdir)/pixmaps; then \
393	  mkdir $(distdir)/pixmaps; \
394	  for pixmap in $(srcdir)/pixmaps/*; do \
395	    if test -f $$pixmap; then \
396	      cp -p $$pixmap $(distdir)/pixmaps; \
397	    fi \
398	  done \
399	fi
400
401# Tell versions [3.59,3.63) of GNU make to not export all variables.
402# Otherwise a system limit (for SysV at least) may be exceeded.
403.NOEXPORT:
404