source: trunk/third/glib2/Makefile.in @ 20721

Revision 20721, 27.9 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20720, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38host_triplet = @host@
39ACLOCAL = @ACLOCAL@
40ALLOCA = @ALLOCA@
41AMDEP_FALSE = @AMDEP_FALSE@
42AMDEP_TRUE = @AMDEP_TRUE@
43AMTAR = @AMTAR@
44AR = @AR@
45AUTOCONF = @AUTOCONF@
46AUTOHEADER = @AUTOHEADER@
47AUTOMAKE = @AUTOMAKE@
48AWK = @AWK@
49CATALOGS = @CATALOGS@
50CATOBJEXT = @CATOBJEXT@
51CC = @CC@
52CCDEPMODE = @CCDEPMODE@
53CFLAGS = @CFLAGS@
54CPP = @CPP@
55CPPFLAGS = @CPPFLAGS@
56CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@
57CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@
58CXX = @CXX@
59CXXCPP = @CXXCPP@
60CXXDEPMODE = @CXXDEPMODE@
61CXXFLAGS = @CXXFLAGS@
62CYGPATH_W = @CYGPATH_W@
63DATADIRNAME = @DATADIRNAME@
64DEFS = @DEFS@
65DEPDIR = @DEPDIR@
66DISABLE_MEM_POOLS = @DISABLE_MEM_POOLS@
67ECHO = @ECHO@
68ECHO_C = @ECHO_C@
69ECHO_N = @ECHO_N@
70ECHO_T = @ECHO_T@
71EGREP = @EGREP@
72ENABLE_GC_FRIENDLY = @ENABLE_GC_FRIENDLY@
73ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
74ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
75ENABLE_MAN_FALSE = @ENABLE_MAN_FALSE@
76ENABLE_MAN_TRUE = @ENABLE_MAN_TRUE@
77ENABLE_TIMELOOP_FALSE = @ENABLE_TIMELOOP_FALSE@
78ENABLE_TIMELOOP_TRUE = @ENABLE_TIMELOOP_TRUE@
79EXEEXT = @EXEEXT@
80F77 = @F77@
81FFLAGS = @FFLAGS@
82GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
83GIO = @GIO@
84GLIBC21 = @GLIBC21@
85GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
86GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
87GLIB_DEF = @GLIB_DEF@
88GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
89GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
90GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
91GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
92GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
93GLIB_VERSION = @GLIB_VERSION@
94GMODULE_DEF = @GMODULE_DEF@
95GMOFILES = @GMOFILES@
96GMSGFMT = @GMSGFMT@
97GOBJECT_DEF = @GOBJECT_DEF@
98GSPAWN = @GSPAWN@
99GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
100GTHREAD_DEF = @GTHREAD_DEF@
101GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
102GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
103G_LIBS_EXTRA = @G_LIBS_EXTRA@
104G_LIB_WIN32_RESOURCE = @G_LIB_WIN32_RESOURCE@
105G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
106G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
107G_MODULE_IMPL = @G_MODULE_IMPL@
108G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
109G_MODULE_LIBS = @G_MODULE_LIBS@
110G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
111G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
112G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
113G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
114G_MODULE_WIN32_RESOURCE = @G_MODULE_WIN32_RESOURCE@
115G_OBJECT_WIN32_RESOURCE = @G_OBJECT_WIN32_RESOURCE@
116G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
117G_THREAD_LIBS = @G_THREAD_LIBS@
118G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
119G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
120G_THREAD_WIN32_RESOURCE = @G_THREAD_WIN32_RESOURCE@
121HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
122HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
123HAVE_GOOD_PRINTF_FALSE = @HAVE_GOOD_PRINTF_FALSE@
124HAVE_GOOD_PRINTF_TRUE = @HAVE_GOOD_PRINTF_TRUE@
125HTML_DIR = @HTML_DIR@
126ICONV_LIBS = @ICONV_LIBS@
127INDENT = @INDENT@
128INSTALL_DATA = @INSTALL_DATA@
129INSTALL_PROGRAM = @INSTALL_PROGRAM@
130INSTALL_SCRIPT = @INSTALL_SCRIPT@
131INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132INSTOBJEXT = @INSTOBJEXT@
133INTLLIBS = @INTLLIBS@
134LDFLAGS = @LDFLAGS@
135LIBOBJS = @LIBOBJS@
136LIBS = @LIBS@
137LIBTOOL = @LIBTOOL@
138LN_S = @LN_S@
139LTLIBOBJS = @LTLIBOBJS@
140LT_AGE = @LT_AGE@
141LT_CURRENT = @LT_CURRENT@
142LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
143LT_RELEASE = @LT_RELEASE@
144LT_REVISION = @LT_REVISION@
145MAINT = @MAINT@
146MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
147MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
148MAKEINFO = @MAKEINFO@
149MKINSTALLDIRS = @MKINSTALLDIRS@
150MSGFMT = @MSGFMT@
151MS_LIB_AVAILABLE_FALSE = @MS_LIB_AVAILABLE_FALSE@
152MS_LIB_AVAILABLE_TRUE = @MS_LIB_AVAILABLE_TRUE@
153OBJEXT = @OBJEXT@
154OS_WIN32_FALSE = @OS_WIN32_FALSE@
155OS_WIN32_TRUE = @OS_WIN32_TRUE@
156PACKAGE = @PACKAGE@
157PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
158PACKAGE_NAME = @PACKAGE_NAME@
159PACKAGE_STRING = @PACKAGE_STRING@
160PACKAGE_TARNAME = @PACKAGE_TARNAME@
161PACKAGE_VERSION = @PACKAGE_VERSION@
162PATH_SEPARATOR = @PATH_SEPARATOR@
163PERL = @PERL@
164PERL_PATH = @PERL_PATH@
165PKG_CONFIG = @PKG_CONFIG@
166PLATFORMDEP = @PLATFORMDEP@
167PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
168PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
169POFILES = @POFILES@
170POSUB = @POSUB@
171PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
172PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
173RANLIB = @RANLIB@
174REBUILD = @REBUILD@
175SET_MAKE = @SET_MAKE@
176SHELL = @SHELL@
177STRIP = @STRIP@
178TESTGMODULE_EXP = @TESTGMODULE_EXP@
179USE_NLS = @USE_NLS@
180VERSION = @VERSION@
181XGETTEXT = @XGETTEXT@
182XMLCATALOG = @XMLCATALOG@
183XML_CATALOG_FILE = @XML_CATALOG_FILE@
184XSLTPROC = @XSLTPROC@
185ac_ct_AR = @ac_ct_AR@
186ac_ct_CC = @ac_ct_CC@
187ac_ct_CXX = @ac_ct_CXX@
188ac_ct_F77 = @ac_ct_F77@
189ac_ct_RANLIB = @ac_ct_RANLIB@
190ac_ct_STRIP = @ac_ct_STRIP@
191am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
192am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
193am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
194am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
195am__include = @am__include@
196am__leading_dot = @am__leading_dot@
197am__quote = @am__quote@
198bindir = @bindir@
199build = @build@
200build_alias = @build_alias@
201build_cpu = @build_cpu@
202build_os = @build_os@
203build_vendor = @build_vendor@
204datadir = @datadir@
205exec_prefix = @exec_prefix@
206host = @host@
207host_alias = @host_alias@
208host_cpu = @host_cpu@
209host_os = @host_os@
210host_vendor = @host_vendor@
211includedir = @includedir@
212infodir = @infodir@
213install_sh = @install_sh@
214libdir = @libdir@
215libexecdir = @libexecdir@
216localstatedir = @localstatedir@
217mandir = @mandir@
218ms_librarian = @ms_librarian@
219oldincludedir = @oldincludedir@
220prefix = @prefix@
221program_transform_name = @program_transform_name@
222sbindir = @sbindir@
223sharedstatedir = @sharedstatedir@
224sysconfdir = @sysconfdir@
225target_alias = @target_alias@
226
227AUTOMAKE_OPTIONS = 1.7
228
229SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs
230
231bin_SCRIPTS = glib-gettextize
232
233INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
234        -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION
235
236
237EXTRA_DIST = \
238        ChangeLog.pre-2-2       \
239        ChangeLog.pre-2-0       \
240        ChangeLog.pre-1-2       \
241        glib-zip.in             \
242        NEWS.pre-1-3            \
243        acglib.m4               \
244        sanity_check            \
245        README.in               \
246        INSTALL.in              \
247        README.win32            \
248        makefile.msc            \
249        glibconfig.h.win32.in   \
250        msvc_recommended_pragmas.h \
251        config.h.win32.in       \
252        po/po2tbl.sed.in        \
253        glib-2.0.pc.in          \
254        gobject-2.0.pc.in       \
255        gmodule-2.0.pc.in       \
256        gthread-2.0.pc.in       \
257        glib-2.0-uninstalled.pc.in      \
258        gobject-2.0-uninstalled.pc.in   \
259        gmodule-2.0-uninstalled.pc.in   \
260        gthread-2.0-uninstalled.pc.in   \
261        gtk-doc.make
262
263
264# These may be in the builddir too
265BUILT_EXTRA_DIST = \
266        README                  \
267        INSTALL                 \
268        glibconfig.h.win32      \
269        config.h.win32
270
271
272configexecincludedir = $(libdir)/glib-2.0/include
273
274CONFIGURE_DEPENDENCIES = acglib.m4
275
276BUILT_SOURCES = stamp-gc-h #note: not glibconfig.h
277
278pkgconfigdir = $(libdir)/pkgconfig
279pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gthread-2.0.pc
280
281# install mkinstalldirs for glib-gettextize's benefit
282gettextdir = $(datadir)/glib-2.0/gettext
283gettext_SCRIPTS = mkinstalldirs
284
285# build documentation when doing distcheck
286DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
287
288DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h stamp-gc-h
289subdir = .
290ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
291mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
292CONFIG_HEADER = config.h
293CONFIG_CLEAN_FILES = glib-2.0.pc glib-2.0-uninstalled.pc gmodule-2.0.pc \
294        gmodule-2.0-uninstalled.pc gthread-2.0.pc \
295        gthread-2.0-uninstalled.pc gobject-2.0.pc \
296        gobject-2.0-uninstalled.pc glib-zip glib-gettextize INSTALL \
297        README config.h.win32 glibconfig.h.win32
298SCRIPTS = $(bin_SCRIPTS) $(gettext_SCRIPTS)
299
300DIST_SOURCES =
301DATA = $(pkgconfig_DATA)
302
303
304RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
305        ps-recursive install-info-recursive uninstall-info-recursive \
306        all-recursive install-data-recursive install-exec-recursive \
307        installdirs-recursive install-recursive uninstall-recursive \
308        check-recursive installcheck-recursive
309DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
310        COPYING ChangeLog INSTALL INSTALL.in Makefile.am NEWS README.in \
311        acinclude.m4 aclocal.m4 config.guess config.h.in \
312        config.h.win32.in config.sub configure.in depcomp \
313        glib-2.0-uninstalled.pc.in glib-2.0.pc.in glib-gettextize.in \
314        glib-zip.in glibconfig.h.win32.in gmodule-2.0-uninstalled.pc.in \
315        gmodule-2.0.pc.in gobject-2.0-uninstalled.pc.in \
316        gobject-2.0.pc.in gthread-2.0-uninstalled.pc.in \
317        gthread-2.0.pc.in install-sh ltmain.sh missing mkinstalldirs
318DIST_SUBDIRS = $(SUBDIRS)
319all: $(BUILT_SOURCES) config.h
320        $(MAKE) $(AM_MAKEFLAGS) all-recursive
321
322.SUFFIXES:
323
324am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
325 configure.lineno
326$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
327        cd $(top_srcdir) && \
328          $(AUTOMAKE) --gnu  Makefile
329Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
330        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
331
332$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333        $(SHELL) ./config.status --recheck
334$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
335        cd $(srcdir) && $(AUTOCONF)
336
337$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
338        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
339
340config.h: stamp-h1
341        @if test ! -f $@; then \
342          rm -f stamp-h1; \
343          $(MAKE) stamp-h1; \
344        else :; fi
345
346stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
347        @rm -f stamp-h1
348        cd $(top_builddir) && $(SHELL) ./config.status config.h
349
350$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4)
351        cd $(top_srcdir) && $(AUTOHEADER)
352        touch $(srcdir)/config.h.in
353
354distclean-hdr:
355        -rm -f config.h stamp-h1
356glib-2.0.pc: $(top_builddir)/config.status glib-2.0.pc.in
357        cd $(top_builddir) && $(SHELL) ./config.status $@
358glib-2.0-uninstalled.pc: $(top_builddir)/config.status glib-2.0-uninstalled.pc.in
359        cd $(top_builddir) && $(SHELL) ./config.status $@
360gmodule-2.0.pc: $(top_builddir)/config.status gmodule-2.0.pc.in
361        cd $(top_builddir) && $(SHELL) ./config.status $@
362gmodule-2.0-uninstalled.pc: $(top_builddir)/config.status gmodule-2.0-uninstalled.pc.in
363        cd $(top_builddir) && $(SHELL) ./config.status $@
364gthread-2.0.pc: $(top_builddir)/config.status gthread-2.0.pc.in
365        cd $(top_builddir) && $(SHELL) ./config.status $@
366gthread-2.0-uninstalled.pc: $(top_builddir)/config.status gthread-2.0-uninstalled.pc.in
367        cd $(top_builddir) && $(SHELL) ./config.status $@
368gobject-2.0.pc: $(top_builddir)/config.status gobject-2.0.pc.in
369        cd $(top_builddir) && $(SHELL) ./config.status $@
370gobject-2.0-uninstalled.pc: $(top_builddir)/config.status gobject-2.0-uninstalled.pc.in
371        cd $(top_builddir) && $(SHELL) ./config.status $@
372glib-zip: $(top_builddir)/config.status glib-zip.in
373        cd $(top_builddir) && $(SHELL) ./config.status $@
374glib-gettextize: $(top_builddir)/config.status glib-gettextize.in
375        cd $(top_builddir) && $(SHELL) ./config.status $@
376INSTALL: $(top_builddir)/config.status INSTALL.in
377        cd $(top_builddir) && $(SHELL) ./config.status $@
378README: $(top_builddir)/config.status README.in
379        cd $(top_builddir) && $(SHELL) ./config.status $@
380config.h.win32: $(top_builddir)/config.status config.h.win32.in
381        cd $(top_builddir) && $(SHELL) ./config.status $@
382glibconfig.h.win32: $(top_builddir)/config.status glibconfig.h.win32.in
383        cd $(top_builddir) && $(SHELL) ./config.status $@
384binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
385install-binSCRIPTS: $(bin_SCRIPTS)
386        @$(NORMAL_INSTALL)
387        $(mkinstalldirs) $(DESTDIR)$(bindir)
388        @list='$(bin_SCRIPTS)'; for p in $$list; do \
389          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
390          if test -f $$d$$p; then \
391            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
392            echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
393            $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
394          else :; fi; \
395        done
396
397uninstall-binSCRIPTS:
398        @$(NORMAL_UNINSTALL)
399        @list='$(bin_SCRIPTS)'; for p in $$list; do \
400          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
401          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
402          rm -f $(DESTDIR)$(bindir)/$$f; \
403        done
404gettextSCRIPT_INSTALL = $(INSTALL_SCRIPT)
405install-gettextSCRIPTS: $(gettext_SCRIPTS)
406        @$(NORMAL_INSTALL)
407        $(mkinstalldirs) $(DESTDIR)$(gettextdir)
408        @list='$(gettext_SCRIPTS)'; for p in $$list; do \
409          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
410          if test -f $$d$$p; then \
411            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
412            echo " $(gettextSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(gettextdir)/$$f"; \
413            $(gettextSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(gettextdir)/$$f; \
414          else :; fi; \
415        done
416
417uninstall-gettextSCRIPTS:
418        @$(NORMAL_UNINSTALL)
419        @list='$(gettext_SCRIPTS)'; for p in $$list; do \
420          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
421          echo " rm -f $(DESTDIR)$(gettextdir)/$$f"; \
422          rm -f $(DESTDIR)$(gettextdir)/$$f; \
423        done
424
425mostlyclean-libtool:
426        -rm -f *.lo
427
428clean-libtool:
429        -rm -rf .libs _libs
430
431distclean-libtool:
432        -rm -f libtool
433uninstall-info-am:
434pkgconfigDATA_INSTALL = $(INSTALL_DATA)
435install-pkgconfigDATA: $(pkgconfig_DATA)
436        @$(NORMAL_INSTALL)
437        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
438        @list='$(pkgconfig_DATA)'; for p in $$list; do \
439          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
440          f="`echo $$p | sed -e 's|^.*/||'`"; \
441          echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
442          $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f; \
443        done
444
445uninstall-pkgconfigDATA:
446        @$(NORMAL_UNINSTALL)
447        @list='$(pkgconfig_DATA)'; for p in $$list; do \
448          f="`echo $$p | sed -e 's|^.*/||'`"; \
449          echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
450          rm -f $(DESTDIR)$(pkgconfigdir)/$$f; \
451        done
452
453# This directory's subdirectories are mostly independent; you can cd
454# into them and run `make' without going through this Makefile.
455# To change the values of `make' variables: instead of editing Makefiles,
456# (1) if the variable is set in `config.status', edit `config.status'
457#     (which will cause the Makefiles to be regenerated when you run `make');
458# (2) otherwise, pass the desired values on the `make' command line.
459$(RECURSIVE_TARGETS):
460        @set fnord $$MAKEFLAGS; amf=$$2; \
461        dot_seen=no; \
462        target=`echo $@ | sed s/-recursive//`; \
463        list='$(SUBDIRS)'; for subdir in $$list; do \
464          echo "Making $$target in $$subdir"; \
465          if test "$$subdir" = "."; then \
466            dot_seen=yes; \
467            local_target="$$target-am"; \
468          else \
469            local_target="$$target"; \
470          fi; \
471          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
472           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
473        done; \
474        if test "$$dot_seen" = "no"; then \
475          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
476        fi; test -z "$$fail"
477
478mostlyclean-recursive clean-recursive distclean-recursive \
479maintainer-clean-recursive:
480        @set fnord $$MAKEFLAGS; amf=$$2; \
481        dot_seen=no; \
482        case "$@" in \
483          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
484          *) list='$(SUBDIRS)' ;; \
485        esac; \
486        rev=''; for subdir in $$list; do \
487          if test "$$subdir" = "."; then :; else \
488            rev="$$subdir $$rev"; \
489          fi; \
490        done; \
491        rev="$$rev ."; \
492        target=`echo $@ | sed s/-recursive//`; \
493        for subdir in $$rev; do \
494          echo "Making $$target in $$subdir"; \
495          if test "$$subdir" = "."; then \
496            local_target="$$target-am"; \
497          else \
498            local_target="$$target"; \
499          fi; \
500          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
501           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
502        done && test -z "$$fail"
503tags-recursive:
504        list='$(SUBDIRS)'; for subdir in $$list; do \
505          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
506        done
507ctags-recursive:
508        list='$(SUBDIRS)'; for subdir in $$list; do \
509          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
510        done
511
512ETAGS = etags
513ETAGSFLAGS =
514
515CTAGS = ctags
516CTAGSFLAGS =
517
518tags: TAGS
519
520ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
521        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
522        unique=`for i in $$list; do \
523            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
524          done | \
525          $(AWK) '    { files[$$0] = 1; } \
526               END { for (i in files) print i; }'`; \
527        mkid -fID $$unique
528
529TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
530                $(TAGS_FILES) $(LISP)
531        tags=; \
532        here=`pwd`; \
533        if (etags --etags-include --version) >/dev/null 2>&1; then \
534          include_option=--etags-include; \
535        else \
536          include_option=--include; \
537        fi; \
538        list='$(SUBDIRS)'; for subdir in $$list; do \
539          if test "$$subdir" = .; then :; else \
540            test -f $$subdir/TAGS && \
541              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
542          fi; \
543        done; \
544        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
545        unique=`for i in $$list; do \
546            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
547          done | \
548          $(AWK) '    { files[$$0] = 1; } \
549               END { for (i in files) print i; }'`; \
550        test -z "$(ETAGS_ARGS)$$tags$$unique" \
551          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
552             $$tags $$unique
553
554ctags: CTAGS
555CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
556                $(TAGS_FILES) $(LISP)
557        tags=; \
558        here=`pwd`; \
559        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
560        unique=`for i in $$list; do \
561            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
562          done | \
563          $(AWK) '    { files[$$0] = 1; } \
564               END { for (i in files) print i; }'`; \
565        test -z "$(CTAGS_ARGS)$$tags$$unique" \
566          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
567             $$tags $$unique
568
569GTAGS:
570        here=`$(am__cd) $(top_builddir) && pwd` \
571          && cd $(top_srcdir) \
572          && gtags -i $(GTAGS_ARGS) $$here
573
574distclean-tags:
575        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
576DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
577
578top_distdir = .
579distdir = $(PACKAGE)-$(VERSION)
580
581am__remove_distdir = \
582  { test ! -d $(distdir) \
583    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
584         && rm -fr $(distdir); }; }
585
586GZIP_ENV = --best
587distuninstallcheck_listfiles = find . -type f -print
588distcleancheck_listfiles = find . -type f -print
589
590distdir: $(DISTFILES)
591        $(am__remove_distdir)
592        mkdir $(distdir)
593        $(mkinstalldirs) $(distdir)/. $(distdir)/docs/reference/glib $(distdir)/docs/reference/gobject $(distdir)/glib $(distdir)/gmodule $(distdir)/gobject $(distdir)/gthread $(distdir)/po $(distdir)/tests
594        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
595        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
596        list='$(DISTFILES)'; for file in $$list; do \
597          case $$file in \
598            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
599            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
600          esac; \
601          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
602          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
603          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
604            dir="/$$dir"; \
605            $(mkinstalldirs) "$(distdir)$$dir"; \
606          else \
607            dir=''; \
608          fi; \
609          if test -d $$d/$$file; then \
610            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
611              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
612            fi; \
613            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
614          else \
615            test -f $(distdir)/$$file \
616            || cp -p $$d/$$file $(distdir)/$$file \
617            || exit 1; \
618          fi; \
619        done
620        list='$(SUBDIRS)'; for subdir in $$list; do \
621          if test "$$subdir" = .; then :; else \
622            test -d $(distdir)/$$subdir \
623            || mkdir $(distdir)/$$subdir \
624            || exit 1; \
625            (cd $$subdir && \
626              $(MAKE) $(AM_MAKEFLAGS) \
627                top_distdir="$(top_distdir)" \
628                distdir=../$(distdir)/$$subdir \
629                distdir) \
630              || exit 1; \
631          fi; \
632        done
633        $(MAKE) $(AM_MAKEFLAGS) \
634          top_distdir="$(top_distdir)" distdir="$(distdir)" \
635          dist-hook
636        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
637          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
638          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
639          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
640        || chmod -R a+r $(distdir)
641dist-gzip: distdir
642        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
643        $(am__remove_distdir)
644
645dist dist-all: distdir
646        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
647        $(am__remove_distdir)
648
649# This target untars the dist file and tries a VPATH configuration.  Then
650# it guarantees that the distribution is self-contained by making another
651# tarfile.
652distcheck: dist
653        $(am__remove_distdir)
654        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
655        chmod -R a-w $(distdir); chmod a+w $(distdir)
656        mkdir $(distdir)/_build
657        mkdir $(distdir)/_inst
658        chmod a-w $(distdir)
659        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
660          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
661          && cd $(distdir)/_build \
662          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
663            $(DISTCHECK_CONFIGURE_FLAGS) \
664          && $(MAKE) $(AM_MAKEFLAGS) \
665          && $(MAKE) $(AM_MAKEFLAGS) dvi \
666          && $(MAKE) $(AM_MAKEFLAGS) check \
667          && $(MAKE) $(AM_MAKEFLAGS) install \
668          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
669          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
670          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
671                distuninstallcheck \
672          && chmod -R a-w "$$dc_install_base" \
673          && ({ \
674               (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
675               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
676               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
677               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
678                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
679              } || { rm -rf "$$dc_destdir"; exit 1; }) \
680          && rm -rf "$$dc_destdir" \
681          && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
682          && rm -f $(distdir).tar.gz \
683          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
684        $(am__remove_distdir)
685        @echo "$(distdir).tar.gz is ready for distribution" | \
686          sed 'h;s/./=/g;p;x;p;x'
687distuninstallcheck:
688        @cd $(distuninstallcheck_dir) \
689        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
690           || { echo "ERROR: files left after uninstall:" ; \
691                if test -n "$(DESTDIR)"; then \
692                  echo "  (check DESTDIR support)"; \
693                fi ; \
694                $(distuninstallcheck_listfiles) ; \
695                exit 1; } >&2
696distcleancheck: distclean
697        @if test '$(srcdir)' = . ; then \
698          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
699          exit 1 ; \
700        fi
701        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
702          || { echo "ERROR: files left in build directory after distclean:" ; \
703               $(distcleancheck_listfiles) ; \
704               exit 1; } >&2
705check-am: all-am
706check: $(BUILT_SOURCES)
707        $(MAKE) $(AM_MAKEFLAGS) check-recursive
708all-am: Makefile $(SCRIPTS) $(DATA) config.h
709installdirs: installdirs-recursive
710installdirs-am:
711        $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(gettextdir) $(DESTDIR)$(pkgconfigdir)
712
713install: $(BUILT_SOURCES)
714        $(MAKE) $(AM_MAKEFLAGS) install-recursive
715install-exec: install-exec-recursive
716install-data: install-data-recursive
717uninstall: uninstall-recursive
718
719install-am: all-am
720        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
721
722installcheck: installcheck-recursive
723install-strip:
724        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
725          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
726          `test -z '$(STRIP)' || \
727            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
728mostlyclean-generic:
729
730clean-generic:
731
732distclean-generic:
733        -rm -f $(CONFIG_CLEAN_FILES)
734        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
735
736maintainer-clean-generic:
737        @echo "This command is intended for maintainers to use"
738        @echo "it deletes files that may require special tools to rebuild."
739        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
740clean: clean-recursive
741
742clean-am: clean-generic clean-libtool mostlyclean-am
743
744distclean: distclean-recursive
745        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
746        -rm -f Makefile
747distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
748        distclean-local distclean-tags
749
750dvi: dvi-recursive
751
752dvi-am:
753
754info: info-recursive
755
756info-am:
757
758install-data-am: install-gettextSCRIPTS install-pkgconfigDATA
759
760install-exec-am: install-binSCRIPTS install-exec-local
761
762install-info: install-info-recursive
763
764install-man:
765
766installcheck-am:
767
768maintainer-clean: maintainer-clean-recursive
769        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
770        -rm -rf $(top_srcdir)/autom4te.cache
771        -rm -f Makefile
772maintainer-clean-am: distclean-am maintainer-clean-generic
773
774mostlyclean: mostlyclean-recursive
775
776mostlyclean-am: mostlyclean-generic mostlyclean-libtool
777
778pdf: pdf-recursive
779
780pdf-am:
781
782ps: ps-recursive
783
784ps-am:
785
786uninstall-am: uninstall-binSCRIPTS uninstall-gettextSCRIPTS \
787        uninstall-info-am uninstall-local uninstall-pkgconfigDATA
788
789uninstall-info: uninstall-info-recursive
790
791.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
792        clean-generic clean-libtool clean-recursive ctags \
793        ctags-recursive dist dist-all dist-gzip distcheck distclean \
794        distclean-generic distclean-hdr distclean-libtool \
795        distclean-local distclean-recursive distclean-tags \
796        distcleancheck distdir distuninstallcheck dvi dvi-am \
797        dvi-recursive info info-am info-recursive install install-am \
798        install-binSCRIPTS install-data install-data-am \
799        install-data-recursive install-exec install-exec-am \
800        install-exec-local install-exec-recursive \
801        install-gettextSCRIPTS install-info install-info-am \
802        install-info-recursive install-man install-pkgconfigDATA \
803        install-recursive install-strip installcheck installcheck-am \
804        installdirs installdirs-am installdirs-recursive \
805        maintainer-clean maintainer-clean-generic \
806        maintainer-clean-recursive mostlyclean mostlyclean-generic \
807        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
808        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
809        uninstall uninstall-am uninstall-binSCRIPTS \
810        uninstall-gettextSCRIPTS uninstall-info-am \
811        uninstall-info-recursive uninstall-local \
812        uninstall-pkgconfigDATA uninstall-recursive
813
814#configexecinclude_DATA = glibconfig.h
815
816install-exec-local: glibconfig.h
817        $(mkinstalldirs) $(DESTDIR)$(configexecincludedir)
818        file=$(DESTDIR)$(configexecincludedir)/glibconfig.h; \
819        if test -r $$file && cmp -s glibconfig.h $$file; then :; \
820        else $(INSTALL_DATA) glibconfig.h $$file; fi
821
822uninstall-local:
823        rm -f $(DESTDIR)$(configexecincludedir)/glibconfig.h
824glibconfig.h: stamp-gc-h
825        @if test -f glibconfig.h; then :; \
826        else rm -f stamp-gc-h; $(MAKE) stamp-gc-h; fi
827stamp-gc-h: config.status
828        cd $(top_builddir) && $(SHELL) ./config.status glibconfig.h
829        echo timestamp > stamp-gc-h
830
831$(pkgconfig_DATA): config.status
832
833distclean-local:
834        if test $(srcdir) = .; then :; else \
835            rm -f $(BUILT_EXTRA_DIST); \
836        fi
837
838.PHONY: files release sanity snapshot
839
840files:
841        @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
842          echo $$p; \
843        done
844
845release:
846        rm -rf .deps */.deps
847        cd docs && make glib.html
848        $(MAKE) distcheck
849
850sanity:
851        ./sanity_check $(VERSION)
852
853snapshot:
854        $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
855
856snapcheck:
857        $(MAKE) distcheck distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
858
859dist-hook: $(BUILT_EXTRA_DIST)
860        files='$(BUILT_EXTRA_DIST)'; \
861        for f in $$files; do \
862          if test -f $$f; then d=.; else d=$(srcdir); fi; \
863          rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done
864# Tell versions [3.59,3.63) of GNU make to not export all variables.
865# Otherwise a system limit (for SysV at least) may be exceeded.
866.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.