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

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