]> Pileus Git - ~andy/gtk/blob - Makefile.in
I got sick of typing in the same commands over and over, so borrowed
[~andy/gtk] / Makefile.in
1 # Makefile.in generated automatically by automake 1.2c from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997 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 = true
53 PRE_INSTALL = true
54 POST_INSTALL = true
55 NORMAL_UNINSTALL = true
56 PRE_UNINSTALL = true
57 POST_UNINSTALL = true
58 host_alias = @host_alias@
59 host_triplet = @host@
60 CC = @CC@
61 CPP = @CPP@
62 LD = @LD@
63 LIBTOOL = @LIBTOOL@
64 LN_S = @LN_S@
65 MAINT = @MAINT@
66 MAKEINFO = @MAKEINFO@
67 NM = @NM@
68 PACKAGE = @PACKAGE@
69 RANLIB = @RANLIB@
70 VERSION = @VERSION@
71 x_cflags = @x_cflags@
72 x_includes = @x_includes@
73 x_ldflags = @x_ldflags@
74 x_libs = @x_libs@
75 xinput_progs = @xinput_progs@
76
77 SRC_SUBDIRS = glib gdk gtk
78 SUBDIRS = $(SRC_SUBDIRS) docs
79
80 EXTRA_DIST = gtk+.prj makecopyright TODO REFCOUNTING BUGS
81 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83 CONFIG_HEADER = config.h
84 CONFIG_CLEAN_FILES =  gtk+.xconfig
85 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
86 Makefile.in NEWS TODO acconfig.h aclocal.m4 config.guess config.h.in \
87 config.sub configure configure.in gtk+.xconfig.in install-sh ltconfig \
88 ltmain.sh missing mkinstalldirs stamp-h.in
89
90
91 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
92
93 TAR = tar
94 GZIP = --best
95 default: all
96
97 .SUFFIXES:
98 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
99         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
100
101 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
102         cd $(top_builddir) \
103           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
104
105 $(ACLOCAL_M4): @MAINT@ configure.in 
106         cd $(srcdir) && $(ACLOCAL)
107
108 config.status: $(srcdir)/configure
109         $(SHELL) ./config.status --recheck
110 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
111         cd $(srcdir) && $(AUTOCONF)
112
113 config.h: stamp-h
114         @:
115 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
116         cd $(top_builddir) \
117           && CONFIG_FILES= CONFIG_HEADERS=config.h \
118              $(SHELL) ./config.status
119         @echo timestamp > stamp-h
120 $(srcdir)/config.h.in: @MAINT@$(srcdir)/stamp-h.in
121 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
122         cd $(top_srcdir) && $(AUTOHEADER)
123         @echo timestamp > $(srcdir)/stamp-h.in
124
125 mostlyclean-hdr:
126
127 clean-hdr:
128
129 distclean-hdr:
130         -rm -f config.h
131
132 maintainer-clean-hdr:
133 gtk+.xconfig: $(top_builddir)/config.status gtk+.xconfig.in
134         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
135
136 # This directory's subdirectories are mostly independent; you can cd
137 # into them and run `make' without going through this Makefile.
138 # To change the values of `make' variables: instead of editing Makefiles,
139 # (1) if the variable is set in `config.status', edit `config.status'
140 #     (which will cause the Makefiles to be regenerated when you run `make');
141 # (2) otherwise, pass the desired values on the `make' command line.
142
143 @SET_MAKE@
144
145 all-recursive install-data-recursive install-exec-recursive \
146 installdirs-recursive install-recursive uninstall-recursive  \
147 check-recursive installcheck-recursive info-recursive dvi-recursive:
148         @set fnord $(MAKEFLAGS); amf=$$2; \
149         for subdir in $(SUBDIRS); do \
150           target=`echo $@ | sed s/-recursive//`; \
151           echo "Making $$target in $$subdir"; \
152           (cd $$subdir && $(MAKE) $$target) \
153            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
154         done && test -z "$$fail"
155
156 mostlyclean-recursive clean-recursive distclean-recursive \
157 maintainer-clean-recursive:
158         @set fnord $(MAKEFLAGS); amf=$$2; \
159         rev=''; for subdir in $(SUBDIRS); do rev="$$subdir $$rev"; done; \
160         for subdir in $$rev; do \
161           target=`echo $@ | sed s/-recursive//`; \
162           echo "Making $$target in $$subdir"; \
163           (cd $$subdir && $(MAKE) $$target) \
164            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
165         done && test -z "$$fail"
166 tags-recursive:
167         list='$(SUBDIRS)'; for subdir in $$list; do \
168           (cd $$subdir && $(MAKE) tags); \
169         done
170
171 tags: TAGS
172
173 ID: $(HEADERS) $(SOURCES)
174         here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
175
176 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES)
177         tags=; \
178         here=`pwd`; \
179         list='$(SUBDIRS)'; for subdir in $$list; do \
180           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
181         done; \
182         test -z "$(ETAGS_ARGS)config.h.in$(SOURCES)$(HEADERS)$$tags" \
183           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
184
185 mostlyclean-tags:
186
187 clean-tags:
188
189 distclean-tags:
190         -rm -f TAGS ID
191
192 maintainer-clean-tags:
193
194 distdir = $(PACKAGE)-$(VERSION)
195 top_distdir = $(distdir)
196
197 # This target untars the dist file and tries a VPATH configuration.  Then
198 # it guarantees that the distribution is self-contained by making another
199 # tarfile.
200 distcheck: dist
201         -rm -rf $(distdir)
202         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
203         mkdir $(distdir)/=build
204         mkdir $(distdir)/=inst
205         dc_install_base=`cd $(distdir)/=inst && pwd`; \
206         cd $(distdir)/=build \
207           && ../configure --srcdir=.. --prefix=$$dc_install_base \
208           && $(MAKE) \
209           && $(MAKE) dvi \
210           && $(MAKE) check \
211           && $(MAKE) install \
212           && $(MAKE) installcheck \
213           && $(MAKE) dist
214         -rm -rf $(distdir)
215         @echo "========================"; \
216         echo "$(distdir).tar.gz is ready for distribution"; \
217         echo "========================"
218 dist: distdir
219         -chmod -R a+r $(distdir)
220         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
221         -rm -rf $(distdir)
222 dist-all: distdir
223         -chmod -R a+r $(distdir)
224         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
225         -rm -rf $(distdir)
226 distdir: $(DISTFILES)
227         -rm -rf $(distdir)
228         mkdir $(distdir)
229         -chmod 777 $(distdir)
230         here=`cd $(top_builddir) && pwd`; \
231         top_distdir=`cd $(distdir) && pwd`; \
232         distdir=`cd $(distdir) && pwd`; \
233         cd $(top_srcdir) \
234           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
235         @for file in $(DISTFILES); do \
236           d=$(srcdir); \
237           test -f $(distdir)/$$file \
238           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
239           || cp -p $$d/$$file $(distdir)/$$file; \
240         done
241         for subdir in $(SUBDIRS); do \
242           test -d $(distdir)/$$subdir \
243           || mkdir $(distdir)/$$subdir \
244           || exit 1; \
245           chmod 777 $(distdir)/$$subdir; \
246           (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
247             || exit 1; \
248         done
249 info: info-recursive
250 dvi: dvi-recursive
251 check: all-am
252         $(MAKE) check-recursive
253 installcheck: installcheck-recursive
254 all-recursive-am: config.h
255         $(MAKE) all-recursive
256
257 all-am: Makefile config.h
258
259 install-exec: install-exec-recursive
260         @$(NORMAL_INSTALL)
261
262 install-data: install-data-recursive
263         @$(NORMAL_INSTALL)
264
265 install: install-recursive
266         @:
267
268 uninstall: uninstall-recursive
269
270 all: all-recursive-am all-am
271
272 install-strip:
273         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
274 installdirs: installdirs-recursive
275
276
277 mostlyclean-generic:
278         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
279
280 clean-generic:
281         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
282
283 distclean-generic:
284         -rm -f Makefile $(DISTCLEANFILES)
285         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
286         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
287
288 maintainer-clean-generic:
289         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
290         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
291 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
292
293 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
294
295 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
296
297 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
298                 maintainer-clean-generic distclean-am
299
300 mostlyclean:  mostlyclean-recursive mostlyclean-am
301
302 clean:  clean-recursive clean-am
303
304 distclean:  distclean-recursive distclean-am
305         -rm -f config.status
306         -rm -f libtool
307
308 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
309         @echo "This command is intended for maintainers to use;"
310         @echo "it deletes files that may require special tools to rebuild."
311         -rm -f config.status
312
313 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
314 maintainer-clean-hdr install-data-recursive uninstall-data-recursive \
315 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
316 uninstalldirs-recursive all-recursive check-recursive \
317 installcheck-recursive info-recursive dvi-recursive \
318 mostlyclean-recursive distclean-recursive clean-recursive \
319 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
320 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
321 installcheck all-recursive-am all-am install-exec install-data install \
322 uninstall all installdirs mostlyclean-generic distclean-generic \
323 clean-generic maintainer-clean-generic clean mostlyclean distclean \
324 maintainer-clean
325
326
327 .PHONY: files populate checkin release
328
329 files:
330         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
331           echo $$p; \
332         done
333         @for subdir in $(SUBDIRS); do \
334           files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
335           for file in $$files; do \
336             echo $$subdir/$$file; \
337           done; \
338         done
339
340 populate:
341         @echo "populating project"
342         @files=`$(MAKE) files | grep -v "make\[[1-9]\]"`; prcs populate -d gtk+.prj $$files
343
344 checkin: populate
345         @echo "checking in project"
346         @prcs checkin
347
348 release:
349         $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
350
351 # Tell versions [3.59,3.63) of GNU make to not export all variables.
352 # Otherwise a system limit (for SysV at least) may be exceeded.
353 .NOEXPORT: