source: trunk/third/pkgconfig/glib-1.2.8/Makefile.in @ 18224

Revision 18224, 19.6 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18223, which included commits to RCS files with non-trunk default branches.
Line 
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# require automake 1.4
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = .
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66DLLTOOL = @DLLTOOL@
67ENABLE_MEM_CHECK = @ENABLE_MEM_CHECK@
68ENABLE_MEM_PROFILE = @ENABLE_MEM_PROFILE@
69GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
70GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
71GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
72GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
73GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
74GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
75GLIB_VERSION = @GLIB_VERSION@
76G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
77G_MODULE_IMPL = @G_MODULE_IMPL@
78G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
79G_MODULE_LIBS = @G_MODULE_LIBS@
80G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
81G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
82G_THREAD_LIBS = @G_THREAD_LIBS@
83LIBTOOL = @LIBTOOL@
84LN_S = @LN_S@
85LT_AGE = @LT_AGE@
86LT_CURRENT = @LT_CURRENT@
87LT_RELEASE = @LT_RELEASE@
88LT_REVISION = @LT_REVISION@
89MAINT = @MAINT@
90MAKEINFO = @MAKEINFO@
91OBJDUMP = @OBJDUMP@
92PACKAGE = @PACKAGE@
93RANLIB = @RANLIB@
94VERSION = @VERSION@
95
96AUTOMAKE_OPTIONS = 1.4
97
98SUBDIRS = . gmodule gthread docs tests
99
100configincludedir = $(pkglibdir)/include
101
102noinst_SCRIPTS = glib-config
103
104BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h
105
106INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@
107
108EXTRA_DIST = \
109        glib.m4                 \
110        glib.spec.in            \
111        acglib.m4               \
112        sanity_check            \
113        README.win32            \
114        glib.def                \
115        makefile.msc.in         \
116        makefile.msc            \
117        giowin32.c              \
118        glibconfig.h.win32      \
119        glibconfig.h.win32.in   \
120        config.h.win32          \
121        config.h.win32.in
122
123
124noinst_LTLIBRARIES = libglib.la
125
126libglib_la_SOURCES = \
127        garray.c        \
128        gcache.c        \
129        gcompletion.c   \
130        gdataset.c      \
131        gdate.c         \
132        gerror.c        \
133        ghash.c         \
134        ghook.c         \
135        giochannel.c    \
136        giounix.c       \
137        glist.c         \
138        gmain.c         \
139        gmem.c          \
140        gmessages.c     \
141        gmutex.c        \
142        gnode.c         \
143        gprimes.c       \
144        grel.c          \
145        gscanner.c      \
146        gslist.c        \
147        gstrfuncs.c     \
148        gstring.c       \
149        gtimer.c        \
150        gtree.c         \
151        gutils.c
152
153
154noinst_HEADERS = \
155        glib.h
156
157noinst_DATA = glib.m4
158
159CONFIGURE_DEPENDENCIES = acglib.m4             
160
161libglib_la_LDFLAGS = \
162        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
163        -release $(LT_RELEASE) \
164        -export-dynamic
165
166
167noinst_PROGRAMS = testglib testgdate testgdateparser
168testglib_LDADD = libglib.la
169testgdate_LDADD = libglib.la
170testgdateparser_LDADD = libglib.la
171
172m4datadir = $(datadir)/aclocal
173ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
174mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
175CONFIG_HEADER = config.h
176CONFIG_CLEAN_FILES =  glib.spec glib-config
177LTLIBRARIES =  $(noinst_LTLIBRARIES)
178
179
180DEFS = @DEFS@ -I. -I$(srcdir) -I.
181CPPFLAGS = @CPPFLAGS@
182LDFLAGS = @LDFLAGS@
183LIBS = @LIBS@
184libglib_la_LIBADD =
185libglib_la_OBJECTS =  garray.lo gcache.lo gcompletion.lo gdataset.lo \
186gdate.lo gerror.lo ghash.lo ghook.lo giochannel.lo giounix.lo glist.lo \
187gmain.lo gmem.lo gmessages.lo gmutex.lo gnode.lo gprimes.lo grel.lo \
188gscanner.lo gslist.lo gstrfuncs.lo gstring.lo gtimer.lo gtree.lo \
189gutils.lo
190PROGRAMS =  $(noinst_PROGRAMS)
191
192testglib_SOURCES = testglib.c
193testglib_OBJECTS =  testglib.o
194testglib_DEPENDENCIES =  libglib.la
195testglib_LDFLAGS =
196testgdate_SOURCES = testgdate.c
197testgdate_OBJECTS =  testgdate.o
198testgdate_DEPENDENCIES =  libglib.la
199testgdate_LDFLAGS =
200testgdateparser_SOURCES = testgdateparser.c
201testgdateparser_OBJECTS =  testgdateparser.o
202testgdateparser_DEPENDENCIES =  libglib.la
203testgdateparser_LDFLAGS =
204SCRIPTS =  $(noinst_SCRIPTS)
205
206CFLAGS = @CFLAGS@
207COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
208LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
209CCLD = $(CC)
210LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
211DATA =  $(noinst_DATA)
212
213HEADERS =  $(noinst_HEADERS)
214
215DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
216Makefile.am Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 \
217config.guess config.h.in config.sub configure configure.in \
218glib-config.in glib.spec.in install-sh ltconfig ltmain.sh missing \
219mkinstalldirs
220
221
222DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
223
224TAR = gtar
225GZIP_ENV = --best
226SOURCES = $(libglib_la_SOURCES) testglib.c testgdate.c testgdateparser.c
227OBJECTS = $(libglib_la_OBJECTS) testglib.o testgdate.o testgdateparser.o
228
229all: all-redirect
230.SUFFIXES:
231.SUFFIXES: .S .c .lo .o .s
232$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
233        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
234
235Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
236        cd $(top_builddir) \
237          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
238
239$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
240        cd $(srcdir) && $(ACLOCAL)
241
242config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243        $(SHELL) ./config.status --recheck
244$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
245        cd $(srcdir) && $(AUTOCONF)
246
247config.h: stamp-h
248        @if test ! -f $@; then \
249                rm -f stamp-h; \
250                $(MAKE) stamp-h; \
251        else :; fi
252stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
253        cd $(top_builddir) \
254          && CONFIG_FILES= CONFIG_HEADERS=config.h \
255             $(SHELL) ./config.status
256        @echo timestamp > stamp-h 2> /dev/null
257$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
258        @if test ! -f $@; then \
259                rm -f $(srcdir)/stamp-h.in; \
260                $(MAKE) $(srcdir)/stamp-h.in; \
261        else :; fi
262$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
263        cd $(top_srcdir) && $(AUTOHEADER)
264        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
265
266mostlyclean-hdr:
267
268clean-hdr:
269
270distclean-hdr:
271        -rm -f config.h
272
273maintainer-clean-hdr:
274glib.spec: $(top_builddir)/config.status glib.spec.in
275        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
276glib-config: $(top_builddir)/config.status glib-config.in
277        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
278
279mostlyclean-noinstLTLIBRARIES:
280
281clean-noinstLTLIBRARIES:
282        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
283
284distclean-noinstLTLIBRARIES:
285
286maintainer-clean-noinstLTLIBRARIES:
287
288.c.o:
289        $(COMPILE) -c $<
290
291.s.o:
292        $(COMPILE) -c $<
293
294.S.o:
295        $(COMPILE) -c $<
296
297mostlyclean-compile:
298        -rm -f *.o core *.core
299
300clean-compile:
301
302distclean-compile:
303        -rm -f *.tab.c
304
305maintainer-clean-compile:
306
307.c.lo:
308        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
309
310.s.lo:
311        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
312
313.S.lo:
314        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
315
316mostlyclean-libtool:
317        -rm -f *.lo
318
319clean-libtool:
320        -rm -rf .libs _libs
321
322distclean-libtool:
323
324maintainer-clean-libtool:
325
326libglib.la: $(libglib_la_OBJECTS) $(libglib_la_DEPENDENCIES)
327        $(LINK)  $(libglib_la_LDFLAGS) $(libglib_la_OBJECTS) $(libglib_la_LIBADD) $(LIBS)
328
329mostlyclean-noinstPROGRAMS:
330
331clean-noinstPROGRAMS:
332        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
333
334distclean-noinstPROGRAMS:
335
336maintainer-clean-noinstPROGRAMS:
337
338testglib: $(testglib_OBJECTS) $(testglib_DEPENDENCIES)
339        @rm -f testglib
340        $(LINK) $(testglib_LDFLAGS) $(testglib_OBJECTS) $(testglib_LDADD) $(LIBS)
341
342testgdate: $(testgdate_OBJECTS) $(testgdate_DEPENDENCIES)
343        @rm -f testgdate
344        $(LINK) $(testgdate_LDFLAGS) $(testgdate_OBJECTS) $(testgdate_LDADD) $(LIBS)
345
346testgdateparser: $(testgdateparser_OBJECTS) $(testgdateparser_DEPENDENCIES)
347        @rm -f testgdateparser
348        $(LINK) $(testgdateparser_LDFLAGS) $(testgdateparser_OBJECTS) $(testgdateparser_LDADD) $(LIBS)
349
350# This directory's subdirectories are mostly independent; you can cd
351# into them and run `make' without going through this Makefile.
352# To change the values of `make' variables: instead of editing Makefiles,
353# (1) if the variable is set in `config.status', edit `config.status'
354#     (which will cause the Makefiles to be regenerated when you run `make');
355# (2) otherwise, pass the desired values on the `make' command line.
356
357@SET_MAKE@
358
359all-recursive install-data-recursive install-exec-recursive \
360installdirs-recursive install-recursive uninstall-recursive  \
361check-recursive installcheck-recursive info-recursive dvi-recursive:
362        @set fnord $(MAKEFLAGS); amf=$$2; \
363        dot_seen=no; \
364        target=`echo $@ | sed s/-recursive//`; \
365        list='$(SUBDIRS)'; for subdir in $$list; do \
366          echo "Making $$target in $$subdir"; \
367          if test "$$subdir" = "."; then \
368            dot_seen=yes; \
369            local_target="$$target-am"; \
370          else \
371            local_target="$$target"; \
372          fi; \
373          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
375        done; \
376        if test "$$dot_seen" = "no"; then \
377          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
378        fi; test -z "$$fail"
379
380mostlyclean-recursive clean-recursive distclean-recursive \
381maintainer-clean-recursive:
382        @set fnord $(MAKEFLAGS); amf=$$2; \
383        dot_seen=no; \
384        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
385          rev="$$subdir $$rev"; \
386          test "$$subdir" != "." || dot_seen=yes; \
387        done; \
388        test "$$dot_seen" = "no" && rev=". $$rev"; \
389        target=`echo $@ | sed s/-recursive//`; \
390        for subdir in $$rev; do \
391          echo "Making $$target in $$subdir"; \
392          if test "$$subdir" = "."; then \
393            local_target="$$target-am"; \
394          else \
395            local_target="$$target"; \
396          fi; \
397          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
398           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
399        done && test -z "$$fail"
400tags-recursive:
401        list='$(SUBDIRS)'; for subdir in $$list; do \
402          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
403        done
404
405tags: TAGS
406
407ID: $(HEADERS) $(SOURCES) $(LISP)
408        list='$(SOURCES) $(HEADERS)'; \
409        unique=`for i in $$list; do echo $$i; done | \
410          awk '    { files[$$0] = 1; } \
411               END { for (i in files) print i; }'`; \
412        here=`pwd` && cd $(srcdir) \
413          && mkid -f$$here/ID $$unique $(LISP)
414
415TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
416        tags=; \
417        here=`pwd`; \
418        list='$(SUBDIRS)'; for subdir in $$list; do \
419   if test "$$subdir" = .; then :; else \
420            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
421   fi; \
422        done; \
423        list='$(SOURCES) $(HEADERS)'; \
424        unique=`for i in $$list; do echo $$i; done | \
425          awk '    { files[$$0] = 1; } \
426               END { for (i in files) print i; }'`; \
427        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
428          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
429
430mostlyclean-tags:
431
432clean-tags:
433
434distclean-tags:
435        -rm -f TAGS ID
436
437maintainer-clean-tags:
438
439distdir = $(PACKAGE)-$(VERSION)
440top_distdir = $(distdir)
441
442# This target untars the dist file and tries a VPATH configuration.  Then
443# it guarantees that the distribution is self-contained by making another
444# tarfile.
445distcheck: dist
446        -rm -rf $(distdir)
447        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
448        mkdir $(distdir)/=build
449        mkdir $(distdir)/=inst
450        dc_install_base=`cd $(distdir)/=inst && pwd`; \
451        cd $(distdir)/=build \
452          && ../configure --srcdir=.. --prefix=$$dc_install_base \
453          && $(MAKE) $(AM_MAKEFLAGS) \
454          && $(MAKE) $(AM_MAKEFLAGS) dvi \
455          && $(MAKE) $(AM_MAKEFLAGS) check \
456          && $(MAKE) $(AM_MAKEFLAGS) install \
457          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
458          && $(MAKE) $(AM_MAKEFLAGS) dist
459        -rm -rf $(distdir)
460        @banner="$(distdir).tar.gz is ready for distribution"; \
461        dashes=`echo "$$banner" | sed s/./=/g`; \
462        echo "$$dashes"; \
463        echo "$$banner"; \
464        echo "$$dashes"
465dist: distdir
466        -chmod -R a+r $(distdir)
467        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
468        -rm -rf $(distdir)
469dist-all: distdir
470        -chmod -R a+r $(distdir)
471        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
472        -rm -rf $(distdir)
473distdir: $(DISTFILES)
474        -rm -rf $(distdir)
475        mkdir $(distdir)
476        -chmod 777 $(distdir)
477        @for file in $(DISTFILES); do \
478          d=$(srcdir); \
479          if test -d $$d/$$file; then \
480            cp -pr $$d/$$file $(distdir)/$$file; \
481          else \
482            test -f $(distdir)/$$file \
483            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
484            || cp -p $$d/$$file $(distdir)/$$file || :; \
485          fi; \
486        done
487        for subdir in $(SUBDIRS); do \
488          if test "$$subdir" = .; then :; else \
489            test -d $(distdir)/$$subdir \
490            || mkdir $(distdir)/$$subdir \
491            || exit 1; \
492            chmod 777 $(distdir)/$$subdir; \
493            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
494              || exit 1; \
495          fi; \
496        done
497        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
498garray.lo garray.o : garray.c glib.h glibconfig.h
499gcache.lo gcache.o : gcache.c glib.h glibconfig.h
500gcompletion.lo gcompletion.o : gcompletion.c glib.h glibconfig.h
501gdataset.lo gdataset.o : gdataset.c glib.h glibconfig.h
502gdate.lo gdate.o : gdate.c config.h glib.h glibconfig.h
503gerror.lo gerror.o : gerror.c config.h glib.h glibconfig.h
504ghash.lo ghash.o : ghash.c glib.h glibconfig.h
505ghook.lo ghook.o : ghook.c glib.h glibconfig.h
506giochannel.lo giochannel.o : giochannel.c config.h glib.h glibconfig.h
507giounix.lo giounix.o : giounix.c glib.h glibconfig.h
508glist.lo glist.o : glist.c glib.h glibconfig.h
509gmain.lo gmain.o : gmain.c config.h glib.h glibconfig.h
510gmem.lo gmem.o : gmem.c config.h glib.h glibconfig.h
511gmessages.lo gmessages.o : gmessages.c config.h glib.h glibconfig.h
512gmutex.lo gmutex.o : gmutex.c glib.h glibconfig.h
513gnode.lo gnode.o : gnode.c glib.h glibconfig.h
514gprimes.lo gprimes.o : gprimes.c glib.h glibconfig.h
515grel.lo grel.o : grel.c glib.h glibconfig.h
516gscanner.lo gscanner.o : gscanner.c config.h glib.h glibconfig.h
517gslist.lo gslist.o : gslist.c glib.h glibconfig.h
518gstrfuncs.lo gstrfuncs.o : gstrfuncs.c config.h glib.h glibconfig.h
519gstring.lo gstring.o : gstring.c glib.h glibconfig.h
520gtimer.lo gtimer.o : gtimer.c config.h glib.h glibconfig.h
521gtree.lo gtree.o : gtree.c glib.h glibconfig.h
522gutils.lo gutils.o : gutils.c config.h glibconfig.h glib.h
523testgdate.o: testgdate.c glib.h glibconfig.h
524testgdateparser.o: testgdateparser.c glib.h glibconfig.h
525testglib.o: testglib.c glib.h glibconfig.h
526
527info-am:
528info: info-recursive
529dvi-am:
530dvi: dvi-recursive
531check-am: all-am
532check: check-recursive
533installcheck-am:
534installcheck: installcheck-recursive
535all-recursive-am: config.h
536        $(MAKE) $(AM_MAKEFLAGS) all-recursive
537
538install-exec-am:
539install-exec: install-exec-recursive
540
541install-data-am:
542install-data: install-data-recursive
543
544install-am: all-am
545        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546install: install-recursive
547uninstall-am:
548uninstall: uninstall-recursive
549all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
550                $(HEADERS) config.h
551all-redirect: all-recursive-am
552install-strip:
553        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
554installdirs: installdirs-recursive
555installdirs-am:
556
557
558mostlyclean-generic:
559
560clean-generic:
561
562distclean-generic:
563        -rm -f Makefile $(CONFIG_CLEAN_FILES)
564        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
565
566maintainer-clean-generic:
567        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
568mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLTLIBRARIES \
569                mostlyclean-compile mostlyclean-libtool \
570                mostlyclean-noinstPROGRAMS mostlyclean-tags \
571                mostlyclean-generic
572
573mostlyclean: mostlyclean-recursive
574
575clean-am:  clean-hdr clean-noinstLTLIBRARIES clean-compile clean-libtool \
576                clean-noinstPROGRAMS clean-tags clean-generic \
577                mostlyclean-am
578
579clean: clean-recursive
580
581distclean-am:  distclean-hdr distclean-noinstLTLIBRARIES \
582                distclean-compile distclean-libtool \
583                distclean-noinstPROGRAMS distclean-tags \
584                distclean-generic clean-am
585        -rm -f libtool
586
587distclean: distclean-recursive
588        -rm -f config.status
589
590maintainer-clean-am:  maintainer-clean-hdr \
591                maintainer-clean-noinstLTLIBRARIES \
592                maintainer-clean-compile maintainer-clean-libtool \
593                maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
594                maintainer-clean-generic distclean-am
595        @echo "This command is intended for maintainers to use;"
596        @echo "it deletes files that may require special tools to rebuild."
597
598maintainer-clean: maintainer-clean-recursive
599        -rm -f config.status
600
601.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
602mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
603clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
604mostlyclean-compile distclean-compile clean-compile \
605maintainer-clean-compile mostlyclean-libtool distclean-libtool \
606clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
607distclean-noinstPROGRAMS clean-noinstPROGRAMS \
608maintainer-clean-noinstPROGRAMS install-data-recursive \
609uninstall-data-recursive install-exec-recursive \
610uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
611all-recursive check-recursive installcheck-recursive info-recursive \
612dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
613maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
614distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
615dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
616install-exec-am install-exec install-data-am install-data install-am \
617install uninstall-am uninstall all-redirect all-am all installdirs-am \
618installdirs mostlyclean-generic distclean-generic clean-generic \
619maintainer-clean-generic clean mostlyclean distclean maintainer-clean
620
621glib-config: glib-config.in
622glibconfig.h: stamp-gc-h
623        @:
624stamp-gc-h: config.status
625        CONFIG_FILES= CONFIG_HEADERS= CONFIG_OTHER=glibconfig.h ./config.status
626        echo timestamp > stamp-gc-h
627
628glibconfig.h.win32: $(top_builddir)/config.status $(top_srcdir)/glibconfig.h.win32.in
629        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
630
631config.h.win32: $(top_builddir)/config.status $(top_srcdir)/config.h.win32.in
632        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
633
634makefile.msc: $(top_builddir)/config.status $(top_srcdir)/makefile.msc.in
635        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
636
637.PHONY: files release sanity snapshot
638
639files:
640        @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
641          echo $$p; \
642        done
643
644release:
645        rm -rf .deps */.deps
646        cd docs && make glib.html
647        $(MAKE) distcheck
648
649sanity:
650        ./sanity_check $(VERSION)
651
652snapshot:
653        $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
654
655dist-hook: glib.spec
656        if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \
657             CONFIG_FILES="INSTALL:$(srcdir)/INSTALL.in README:$(srcdir)/README.in" \
658             CONFIG_HEADERS= \
659             $(SHELL) config.status \
660             && cp INSTALL README $(distdir) ; \
661        fi \
662        && cp glib.spec $(distdir)
663
664# Tell versions [3.59,3.63) of GNU make to not export all variables.
665# Otherwise a system limit (for SysV at least) may be exceeded.
666.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.