source: trunk/third/pkgconfig/Makefile.in @ 18224

Revision 18224, 17.4 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
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@
62AS = @AS@
63CC = @CC@
64DLLTOOL = @DLLTOOL@
65ECHO = @ECHO@
66EXEEXT = @EXEEXT@
67GLIB_CFLAGS = @GLIB_CFLAGS@
68GLIB_LIBS = @GLIB_LIBS@
69LIBTOOL = @LIBTOOL@
70LN_S = @LN_S@
71MAINT = @MAINT@
72MAKEINFO = @MAKEINFO@
73OBJDUMP = @OBJDUMP@
74OBJEXT = @OBJEXT@
75PACKAGE = @PACKAGE@
76RANLIB = @RANLIB@
77STRIP = @STRIP@
78VERSION = @VERSION@
79@USE_INSTALLED_GLIB_TRUE@included_glib_includes = @USE_INSTALLED_GLIB_TRUE@@GLIB_CFLAGS@
80@USE_INSTALLED_GLIB_FALSE@included_glib_includes = @USE_INSTALLED_GLIB_FALSE@-I./glib-1.2.8
81@USE_INSTALLED_GLIB_TRUE@pkg_config_LDADD = @USE_INSTALLED_GLIB_TRUE@@GLIB_LIBS@
82@USE_INSTALLED_GLIB_FALSE@pkg_config_LDADD = @USE_INSTALLED_GLIB_FALSE@glib-1.2.8/libglib.la
83@USE_INSTALLED_GLIB_FALSE@SUBDIRS = @USE_INSTALLED_GLIB_FALSE@glib-1.2.8
84
85m4dir = $(datadir)/aclocal
86m4_DATA = pkg.m4
87
88man_MANS = pkg-config.1
89EXTRA_DIST = $(m4_DATA) $(man_MANS) README.win32
90
91bin_PROGRAMS = pkg-config
92
93INCLUDES = -DPKGLIBDIR="\"$(pkglibdir)\"" $(included_glib_includes)
94
95pkg_config_SOURCES = \
96        pkg.h \
97        pkg.c \
98        partial-glib.h \
99        partial-glib.c \
100        parse.h \
101        parse.c \
102        main.c \
103        findme.c \
104        findme.h \
105        popt.c \
106        popt.h \
107        poptconfig.c \
108        popthelp.c \
109        poptint.h \
110        poptparse.c
111
112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
114CONFIG_HEADER = config.h
115CONFIG_CLEAN_FILES =
116bin_PROGRAMS =  pkg-config$(EXEEXT)
117PROGRAMS =  $(bin_PROGRAMS)
118
119
120DEFS = @DEFS@ -I. -I$(srcdir) -I.
121CPPFLAGS = @CPPFLAGS@
122LDFLAGS = @LDFLAGS@
123LIBS = @LIBS@
124pkg_config_OBJECTS =  pkg.$(OBJEXT) partial-glib.$(OBJEXT) \
125parse.$(OBJEXT) main.$(OBJEXT) findme.$(OBJEXT) popt.$(OBJEXT) \
126poptconfig.$(OBJEXT) popthelp.$(OBJEXT) poptparse.$(OBJEXT)
127@USE_INSTALLED_GLIB_FALSE@pkg_config_DEPENDENCIES =  \
128@USE_INSTALLED_GLIB_FALSE@glib-1.2.8/libglib.la
129@USE_INSTALLED_GLIB_TRUE@pkg_config_DEPENDENCIES =
130pkg_config_LDFLAGS =
131CFLAGS = @CFLAGS@
132COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134CCLD = $(CC)
135LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
136man1dir = $(mandir)/man1
137MANS = $(man_MANS)
138
139NROFF = nroff
140DATA =  $(m4_DATA)
141
142DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
143Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \
144config.h.in config.sub configure configure.in install-sh ltmain.sh \
145missing mkinstalldirs
146
147
148DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
149
150TAR = gtar
151GZIP_ENV = --best
152DIST_SUBDIRS =  glib-1.2.8
153SOURCES = $(pkg_config_SOURCES)
154OBJECTS = $(pkg_config_OBJECTS)
155
156all: all-redirect
157.SUFFIXES:
158.SUFFIXES: .S .c .lo .o .obj .s
159$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
160        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
161
162Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
163        cd $(top_builddir) \
164          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
165
166$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
167        cd $(srcdir) && $(ACLOCAL)
168
169config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
170        $(SHELL) ./config.status --recheck
171$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
172        cd $(srcdir) && $(AUTOCONF)
173
174config.h: stamp-h
175        @if test ! -f $@; then \
176                rm -f stamp-h; \
177                $(MAKE) stamp-h; \
178        else :; fi
179stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
180        cd $(top_builddir) \
181          && CONFIG_FILES= CONFIG_HEADERS=config.h \
182             $(SHELL) ./config.status
183        @echo timestamp > stamp-h 2> /dev/null
184$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
185        @if test ! -f $@; then \
186                rm -f $(srcdir)/stamp-h.in; \
187                $(MAKE) $(srcdir)/stamp-h.in; \
188        else :; fi
189$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
190        cd $(top_srcdir) && $(AUTOHEADER)
191        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
192
193mostlyclean-hdr:
194
195clean-hdr:
196
197distclean-hdr:
198        -rm -f config.h
199
200maintainer-clean-hdr:
201
202mostlyclean-binPROGRAMS:
203
204clean-binPROGRAMS:
205        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
206
207distclean-binPROGRAMS:
208
209maintainer-clean-binPROGRAMS:
210
211install-binPROGRAMS: $(bin_PROGRAMS)
212        @$(NORMAL_INSTALL)
213        $(mkinstalldirs) $(DESTDIR)$(bindir)
214        @list='$(bin_PROGRAMS)'; for p in $$list; do \
215          if test -f $$p; then \
216            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
217            $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
218          else :; fi; \
219        done
220
221uninstall-binPROGRAMS:
222        @$(NORMAL_UNINSTALL)
223        list='$(bin_PROGRAMS)'; for p in $$list; do \
224          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
225        done
226
227.c.o:
228        $(COMPILE) -c $<
229
230# FIXME: We should only use cygpath when building on Windows,
231# and only if it is available.
232.c.obj:
233        $(COMPILE) -c `cygpath -w $<`
234
235.s.o:
236        $(COMPILE) -c $<
237
238.S.o:
239        $(COMPILE) -c $<
240
241mostlyclean-compile:
242        -rm -f *.o core *.core
243        -rm -f *.$(OBJEXT)
244
245clean-compile:
246
247distclean-compile:
248        -rm -f *.tab.c
249
250maintainer-clean-compile:
251
252.c.lo:
253        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
254
255.s.lo:
256        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
257
258.S.lo:
259        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
260
261mostlyclean-libtool:
262        -rm -f *.lo
263
264clean-libtool:
265        -rm -rf .libs _libs
266
267distclean-libtool:
268
269maintainer-clean-libtool:
270
271pkg-config$(EXEEXT): $(pkg_config_OBJECTS) $(pkg_config_DEPENDENCIES)
272        @rm -f pkg-config$(EXEEXT)
273        $(LINK) $(pkg_config_LDFLAGS) $(pkg_config_OBJECTS) $(pkg_config_LDADD) $(LIBS)
274
275install-man1:
276        $(mkinstalldirs) $(DESTDIR)$(man1dir)
277        @list='$(man1_MANS)'; \
278        l2='$(man_MANS)'; for i in $$l2; do \
279          case "$$i" in \
280            *.1*) list="$$list $$i" ;; \
281          esac; \
282        done; \
283        for i in $$list; do \
284          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
285          else file=$$i; fi; \
286          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
287          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
288          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
289          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
290          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
291        done
292
293uninstall-man1:
294        @list='$(man1_MANS)'; \
295        l2='$(man_MANS)'; for i in $$l2; do \
296          case "$$i" in \
297            *.1*) list="$$list $$i" ;; \
298          esac; \
299        done; \
300        for i in $$list; do \
301          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
302          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
303          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
304          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
305          rm -f $(DESTDIR)$(man1dir)/$$inst; \
306        done
307install-man: $(MANS)
308        @$(NORMAL_INSTALL)
309        $(MAKE) $(AM_MAKEFLAGS) install-man1
310uninstall-man:
311        @$(NORMAL_UNINSTALL)
312        $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
313
314install-m4DATA: $(m4_DATA)
315        @$(NORMAL_INSTALL)
316        $(mkinstalldirs) $(DESTDIR)$(m4dir)
317        @list='$(m4_DATA)'; for p in $$list; do \
318          if test -f $(srcdir)/$$p; then \
319            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4dir)/$$p"; \
320            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4dir)/$$p; \
321          else if test -f $$p; then \
322            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4dir)/$$p"; \
323            $(INSTALL_DATA) $$p $(DESTDIR)$(m4dir)/$$p; \
324          fi; fi; \
325        done
326
327uninstall-m4DATA:
328        @$(NORMAL_UNINSTALL)
329        list='$(m4_DATA)'; for p in $$list; do \
330          rm -f $(DESTDIR)$(m4dir)/$$p; \
331        done
332
333# This directory's subdirectories are mostly independent; you can cd
334# into them and run `make' without going through this Makefile.
335# To change the values of `make' variables: instead of editing Makefiles,
336# (1) if the variable is set in `config.status', edit `config.status'
337#     (which will cause the Makefiles to be regenerated when you run `make');
338# (2) otherwise, pass the desired values on the `make' command line.
339
340@SET_MAKE@
341
342all-recursive install-data-recursive install-exec-recursive \
343installdirs-recursive install-recursive uninstall-recursive  \
344check-recursive installcheck-recursive info-recursive dvi-recursive:
345        @set fnord $(MAKEFLAGS); amf=$$2; \
346        dot_seen=no; \
347        target=`echo $@ | sed s/-recursive//`; \
348        list='$(SUBDIRS)'; for subdir in $$list; do \
349          echo "Making $$target in $$subdir"; \
350          if test "$$subdir" = "."; then \
351            dot_seen=yes; \
352            local_target="$$target-am"; \
353          else \
354            local_target="$$target"; \
355          fi; \
356          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
358        done; \
359        if test "$$dot_seen" = "no"; then \
360          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
361        fi; test -z "$$fail"
362
363mostlyclean-recursive clean-recursive distclean-recursive \
364maintainer-clean-recursive:
365        @set fnord $(MAKEFLAGS); amf=$$2; \
366        dot_seen=no; \
367        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
368          rev="$$subdir $$rev"; \
369          test "$$subdir" != "." || dot_seen=yes; \
370        done; \
371        test "$$dot_seen" = "no" && rev=". $$rev"; \
372        target=`echo $@ | sed s/-recursive//`; \
373        for subdir in $$rev; do \
374          echo "Making $$target in $$subdir"; \
375          if test "$$subdir" = "."; then \
376            local_target="$$target-am"; \
377          else \
378            local_target="$$target"; \
379          fi; \
380          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
381           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
382        done && test -z "$$fail"
383tags-recursive:
384        list='$(SUBDIRS)'; for subdir in $$list; do \
385          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
386        done
387
388tags: TAGS
389
390ID: $(HEADERS) $(SOURCES) $(LISP)
391        list='$(SOURCES) $(HEADERS)'; \
392        unique=`for i in $$list; do echo $$i; done | \
393          awk '    { files[$$0] = 1; } \
394               END { for (i in files) print i; }'`; \
395        here=`pwd` && cd $(srcdir) \
396          && mkid -f$$here/ID $$unique $(LISP)
397
398TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
399        tags=; \
400        here=`pwd`; \
401        list='$(SUBDIRS)'; for subdir in $$list; do \
402   if test "$$subdir" = .; then :; else \
403            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
404   fi; \
405        done; \
406        list='$(SOURCES) $(HEADERS)'; \
407        unique=`for i in $$list; do echo $$i; done | \
408          awk '    { files[$$0] = 1; } \
409               END { for (i in files) print i; }'`; \
410        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
411          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
412
413mostlyclean-tags:
414
415clean-tags:
416
417distclean-tags:
418        -rm -f TAGS ID
419
420maintainer-clean-tags:
421
422distdir = $(PACKAGE)-$(VERSION)
423top_distdir = $(distdir)
424
425# This target untars the dist file and tries a VPATH configuration.  Then
426# it guarantees that the distribution is self-contained by making another
427# tarfile.
428distcheck: dist
429        -rm -rf $(distdir)
430        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
431        mkdir $(distdir)/=build
432        mkdir $(distdir)/=inst
433        dc_install_base=`cd $(distdir)/=inst && pwd`; \
434        cd $(distdir)/=build \
435          && ../configure --srcdir=.. --prefix=$$dc_install_base \
436          && $(MAKE) $(AM_MAKEFLAGS) \
437          && $(MAKE) $(AM_MAKEFLAGS) dvi \
438          && $(MAKE) $(AM_MAKEFLAGS) check \
439          && $(MAKE) $(AM_MAKEFLAGS) install \
440          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
441          && $(MAKE) $(AM_MAKEFLAGS) dist
442        -rm -rf $(distdir)
443        @banner="$(distdir).tar.gz is ready for distribution"; \
444        dashes=`echo "$$banner" | sed s/./=/g`; \
445        echo "$$dashes"; \
446        echo "$$banner"; \
447        echo "$$dashes"
448dist: distdir
449        -chmod -R a+r $(distdir)
450        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
451        -rm -rf $(distdir)
452dist-all: distdir
453        -chmod -R a+r $(distdir)
454        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
455        -rm -rf $(distdir)
456distdir: $(DISTFILES)
457        -rm -rf $(distdir)
458        mkdir $(distdir)
459        -chmod 777 $(distdir)
460        @for file in $(DISTFILES); do \
461          d=$(srcdir); \
462          if test -d $$d/$$file; then \
463            cp -pr $$d/$$file $(distdir)/$$file; \
464          else \
465            test -f $(distdir)/$$file \
466            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
467            || cp -p $$d/$$file $(distdir)/$$file || :; \
468          fi; \
469        done
470        for subdir in $(DIST_SUBDIRS); do \
471          if test "$$subdir" = .; then :; else \
472            test -d $(distdir)/$$subdir \
473            || mkdir $(distdir)/$$subdir \
474            || exit 1; \
475            chmod 777 $(distdir)/$$subdir; \
476            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
477              || exit 1; \
478          fi; \
479        done
480findme.o: findme.c config.h findme.h
481main.o: main.c config.h pkg.h partial-glib.h glib-1.2.8/glib.h \
482        glib-1.2.8/glibconfig.h parse.h popt.h
483parse.o: parse.c config.h parse.h pkg.h partial-glib.h glib-1.2.8/glib.h \
484        glib-1.2.8/glibconfig.h popt.h
485partial-glib.o: partial-glib.c
486pkg.o: pkg.c config.h pkg.h partial-glib.h glib-1.2.8/glib.h \
487        glib-1.2.8/glibconfig.h parse.h
488popt.o: popt.c config.h findme.h popt.h poptint.h
489poptconfig.o: poptconfig.c config.h popt.h poptint.h
490popthelp.o: popthelp.c config.h popt.h poptint.h
491poptparse.o: poptparse.c config.h popt.h
492
493info-am:
494info: info-recursive
495dvi-am:
496dvi: dvi-recursive
497check-am: all-am
498check: check-recursive
499installcheck-am:
500installcheck: installcheck-recursive
501all-recursive-am: config.h
502        $(MAKE) $(AM_MAKEFLAGS) all-recursive
503
504install-exec-am: install-binPROGRAMS
505install-exec: install-exec-recursive
506
507install-data-am: install-man install-m4DATA
508install-data: install-data-recursive
509
510install-am: all-am
511        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512install: install-recursive
513uninstall-am: uninstall-binPROGRAMS uninstall-man uninstall-m4DATA
514uninstall: uninstall-recursive
515all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
516all-redirect: all-recursive-am
517install-strip:
518        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
519installdirs: installdirs-recursive
520installdirs-am:
521        $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
522                $(DESTDIR)$(m4dir)
523
524
525mostlyclean-generic:
526
527clean-generic:
528
529distclean-generic:
530        -rm -f Makefile $(CONFIG_CLEAN_FILES)
531        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
532
533maintainer-clean-generic:
534mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
535                mostlyclean-compile mostlyclean-libtool \
536                mostlyclean-tags mostlyclean-generic
537
538mostlyclean: mostlyclean-recursive
539
540clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-libtool \
541                clean-tags clean-generic mostlyclean-am
542
543clean: clean-recursive
544
545distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
546                distclean-libtool distclean-tags distclean-generic \
547                clean-am
548        -rm -f libtool
549
550distclean: distclean-recursive
551        -rm -f config.status
552
553maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
554                maintainer-clean-compile maintainer-clean-libtool \
555                maintainer-clean-tags maintainer-clean-generic \
556                distclean-am
557        @echo "This command is intended for maintainers to use;"
558        @echo "it deletes files that may require special tools to rebuild."
559
560maintainer-clean: maintainer-clean-recursive
561        -rm -f config.status
562
563.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
564mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
565maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
566mostlyclean-compile distclean-compile clean-compile \
567maintainer-clean-compile mostlyclean-libtool distclean-libtool \
568clean-libtool maintainer-clean-libtool install-man1 uninstall-man1 \
569install-man uninstall-man uninstall-m4DATA install-m4DATA \
570install-data-recursive uninstall-data-recursive install-exec-recursive \
571uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
572all-recursive check-recursive installcheck-recursive info-recursive \
573dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
574maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
575distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
576dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
577install-exec-am install-exec install-data-am install-data install-am \
578install uninstall-am uninstall all-redirect all-am all installdirs-am \
579installdirs mostlyclean-generic distclean-generic clean-generic \
580maintainer-clean-generic clean mostlyclean distclean maintainer-clean
581
582
583# Tell versions [3.59,3.63) of GNU make to not export all variables.
584# Otherwise a system limit (for SysV at least) may be exceeded.
585.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.