(file) Return to Makefile.in CVS log (file) (dir) Up to [RizwankCVS] / testProject / source / src / afmlib

  1 rizwank 1.1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2             
  3             # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4             # This Makefile.in is free software; the Free Software Foundation
  5             # gives unlimited permission to copy and/or distribute it,
  6             # with or without modifications, as long as this notice is preserved.
  7             
  8             # This program is distributed in the hope that it will be useful,
  9             # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 10             # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 11             # PARTICULAR PURPOSE.
 12             
 13             #
 14             # Automakefile for AFM library.
 15             # Copyright (c) 1995-1999 Markku Rossi
 16             #
 17             # Author: Markku Rossi <mtr@iki.fi>
 18             #
 19             
 20             #
 21             # This program is free software; you can redistribute it and/or modify
 22 rizwank 1.1 # it under the terms of the GNU General Public License as published by
 23             # the Free Software Foundation; either version 2, or (at your option)
 24             # any later version.
 25             #
 26             # This program is distributed in the hope that it will be useful,
 27             # but WITHOUT ANY WARRANTY; without even the implied warranty of
 28             # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 29             # GNU General Public License for more details.
 30             #
 31             # You should have received a copy of the GNU General Public License
 32             #
 33             # along with this program; see the file COPYING.  If not, write to
 34             # the Free Software Foundation, 59 Temple Place - Suite 330,
 35             # Boston, MA 02111-1307, USA.
 36             #
 37             
 38             
 39             SHELL = @SHELL@
 40             
 41             srcdir = @srcdir@
 42             top_srcdir = @top_srcdir@
 43 rizwank 1.1 VPATH = @srcdir@
 44             prefix = @prefix@
 45             exec_prefix = @exec_prefix@
 46             
 47             bindir = @bindir@
 48             sbindir = @sbindir@
 49             libexecdir = @libexecdir@
 50             datadir = @datadir@
 51             sysconfdir = @sysconfdir@
 52             sharedstatedir = @sharedstatedir@
 53             localstatedir = @localstatedir@
 54             libdir = @libdir@
 55             infodir = @infodir@
 56             mandir = @mandir@
 57             includedir = @includedir@
 58             oldincludedir = /usr/include
 59             
 60             DESTDIR =
 61             
 62             pkgdatadir = $(datadir)/@PACKAGE@
 63             pkglibdir = $(libdir)/@PACKAGE@
 64 rizwank 1.1 pkgincludedir = $(includedir)/@PACKAGE@
 65             
 66             top_builddir = ..
 67             
 68             ACLOCAL = @ACLOCAL@
 69             AUTOCONF = @AUTOCONF@
 70             AUTOMAKE = @AUTOMAKE@
 71             AUTOHEADER = @AUTOHEADER@
 72             
 73             INSTALL = @INSTALL@
 74             INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 75             INSTALL_DATA = @INSTALL_DATA@
 76             INSTALL_SCRIPT = @INSTALL_SCRIPT@
 77             transform = @program_transform_name@
 78             
 79             NORMAL_INSTALL = :
 80             PRE_INSTALL = :
 81             POST_INSTALL = :
 82             NORMAL_UNINSTALL = :
 83             PRE_UNINSTALL = :
 84             POST_UNINSTALL = :
 85 rizwank 1.1 CATALOGS = @CATALOGS@
 86             CATOBJEXT = @CATOBJEXT@
 87             CC = @CC@
 88             CFLAGS = @CFLAGS@
 89             CPP = @CPP@
 90             DATADIRNAME = @DATADIRNAME@
 91             GENCAT = @GENCAT@
 92             GMOFILES = @GMOFILES@
 93             GMSGFMT = @GMSGFMT@
 94             GT_NO = @GT_NO@
 95             GT_YES = @GT_YES@
 96             INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
 97             INSTOBJEXT = @INSTOBJEXT@
 98             INTLDEPS = @INTLDEPS@
 99             INTLLIBS = @INTLLIBS@
100             INTLOBJS = @INTLOBJS@
101             LDFLAGS = @LDFLAGS@
102             LEX = @LEX@
103             LIBOBJS = @LIBOBJS@
104             MAKEINFO = @MAKEINFO@
105             MEDIA = @MEDIA@
106 rizwank 1.1 MKINSTALLDIRS = @MKINSTALLDIRS@
107             MSGFMT = @MSGFMT@
108             PACKAGE = @PACKAGE@
109             PERL = @PERL@
110             POFILES = @POFILES@
111             POSUB = @POSUB@
112             PSLEVEL = @PSLEVEL@
113             QUEUEPARAM = @QUEUEPARAM@
114             RANLIB = @RANLIB@
115             SPOOLER = @SPOOLER@
116             U = @U@
117             USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
118             USE_NLS = @USE_NLS@
119             VERSION = @VERSION@
120             YACC = @YACC@
121             l = @l@
122             
123             AUTOMAKE_OPTIONS = ansi2knr
124             
125             noinst_LIBRARIES = libafm.a
126             libafm_a_SOURCES = afm.c afmparse.c strhash.c e_88591.c e_88592.c	e_88593.c e_88594.c e_88595.c e_88597.c e_88599.c e_885910.c e_pc.c	e_mac.c e_vms.c e_hp8.c e_koi8.c deffont.c
127 rizwank 1.1 
128             
129             noinst_HEADERS = afm.h afmint.h strhash.h
130             
131             INCLUDES_windelta = +-I../w32/
132             
133             EXTRA_DIST = ansi2knr.c ansi2knr.1 Makefile-encodings make-encoding.pl
134             
135             noinst_PROGRAMS = afmtest
136             
137             afmtest_SOURCES = afmtest.c
138             afmtest_LDADD = libafm.a
139             mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
140             CONFIG_HEADER = ../config.h
141             CONFIG_CLEAN_FILES = 
142             LIBRARIES =  $(noinst_LIBRARIES)
143             
144             
145             DEFS = @DEFS@ -I. -I$(srcdir) -I..
146             CPPFLAGS = @CPPFLAGS@
147             LIBS = @LIBS@
148 rizwank 1.1 ANSI2KNR = @ANSI2KNR@
149             libafm_a_LIBADD = 
150             libafm_a_OBJECTS =  afm$U.o afmparse$U.o strhash$U.o e_88591$U.o \
151             e_88592$U.o e_88593$U.o e_88594$U.o e_88595$U.o e_88597$U.o e_88599$U.o \
152             e_885910$U.o e_pc$U.o e_mac$U.o e_vms$U.o e_hp8$U.o e_koi8$U.o \
153             deffont$U.o
154             AR = ar
155             PROGRAMS =  $(noinst_PROGRAMS)
156             
157             afmtest_OBJECTS =  afmtest$U.o
158             afmtest_DEPENDENCIES =  libafm.a
159             afmtest_LDFLAGS = 
160             COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161             CCLD = $(CC)
162             LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
163             HEADERS =  $(noinst_HEADERS)
164             
165             DIST_COMMON =  ChangeLog Makefile.am Makefile.in TODO ansi2knr.1 \
166             ansi2knr.c
167             
168             
169 rizwank 1.1 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
170             
171             TAR = tar
172             GZIP_ENV = --best
173             SOURCES = $(libafm_a_SOURCES) $(afmtest_SOURCES)
174             OBJECTS = $(libafm_a_OBJECTS) $(afmtest_OBJECTS)
175             
176             all: all-redirect
177             .SUFFIXES:
178             .SUFFIXES: .S .c .o .s
179             $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
180             	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps afmlib/Makefile
181             
182             Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
183             	cd $(top_builddir) \
184             	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
185             
186             
187             mostlyclean-noinstLIBRARIES:
188             
189             clean-noinstLIBRARIES:
190 rizwank 1.1 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
191             
192             distclean-noinstLIBRARIES:
193             
194             maintainer-clean-noinstLIBRARIES:
195             
196             .c.o:
197             	$(COMPILE) -c $<
198             
199             .s.o:
200             	$(COMPILE) -c $<
201             
202             .S.o:
203             	$(COMPILE) -c $<
204             
205             mostlyclean-compile:
206             	-rm -f *.o core *.core
207             
208             clean-compile:
209             
210             distclean-compile:
211 rizwank 1.1 	-rm -f *.tab.c
212             
213             maintainer-clean-compile:
214             
215             mostlyclean-krextra:
216             
217             clean-krextra:
218             	-rm -f ansi2knr
219             
220             distclean-krextra:
221             
222             maintainer-clean-krextra:
223             ansi2knr: ansi2knr.o
224             	$(LINK) ansi2knr.o $(LIBS)
225             ansi2knr.o: $(CONFIG_HEADER)
226             
227             
228             mostlyclean-kr:
229             	-rm -f *_.c
230             
231             clean-kr:
232 rizwank 1.1 
233             distclean-kr:
234             
235             maintainer-clean-kr:
236             
237             libafm.a: $(libafm_a_OBJECTS) $(libafm_a_DEPENDENCIES)
238             	-rm -f libafm.a
239             	$(AR) cru libafm.a $(libafm_a_OBJECTS) $(libafm_a_LIBADD)
240             	$(RANLIB) libafm.a
241             
242             mostlyclean-noinstPROGRAMS:
243             
244             clean-noinstPROGRAMS:
245             	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
246             
247             distclean-noinstPROGRAMS:
248             
249             maintainer-clean-noinstPROGRAMS:
250             
251             afmtest: $(afmtest_OBJECTS) $(afmtest_DEPENDENCIES)
252             	@rm -f afmtest
253 rizwank 1.1 	$(LINK) $(afmtest_LDFLAGS) $(afmtest_OBJECTS) $(afmtest_LDADD) $(LIBS)
254             afm_.c: afm.c $(ANSI2KNR)
255             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/afm.c; then echo $(srcdir)/afm.c; else echo afm.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > afm_.c
256             afmparse_.c: afmparse.c $(ANSI2KNR)
257             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/afmparse.c; then echo $(srcdir)/afmparse.c; else echo afmparse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > afmparse_.c
258             afmtest_.c: afmtest.c $(ANSI2KNR)
259             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/afmtest.c; then echo $(srcdir)/afmtest.c; else echo afmtest.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > afmtest_.c
260             deffont_.c: deffont.c $(ANSI2KNR)
261             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/deffont.c; then echo $(srcdir)/deffont.c; else echo deffont.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > deffont_.c
262             e_88591_.c: e_88591.c $(ANSI2KNR)
263             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_88591.c; then echo $(srcdir)/e_88591.c; else echo e_88591.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_88591_.c
264             e_885910_.c: e_885910.c $(ANSI2KNR)
265             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_885910.c; then echo $(srcdir)/e_885910.c; else echo e_885910.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_885910_.c
266             e_88592_.c: e_88592.c $(ANSI2KNR)
267             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_88592.c; then echo $(srcdir)/e_88592.c; else echo e_88592.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_88592_.c
268             e_88593_.c: e_88593.c $(ANSI2KNR)
269             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_88593.c; then echo $(srcdir)/e_88593.c; else echo e_88593.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_88593_.c
270             e_88594_.c: e_88594.c $(ANSI2KNR)
271             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_88594.c; then echo $(srcdir)/e_88594.c; else echo e_88594.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_88594_.c
272             e_88595_.c: e_88595.c $(ANSI2KNR)
273             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_88595.c; then echo $(srcdir)/e_88595.c; else echo e_88595.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_88595_.c
274 rizwank 1.1 e_88597_.c: e_88597.c $(ANSI2KNR)
275             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_88597.c; then echo $(srcdir)/e_88597.c; else echo e_88597.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_88597_.c
276             e_88599_.c: e_88599.c $(ANSI2KNR)
277             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_88599.c; then echo $(srcdir)/e_88599.c; else echo e_88599.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_88599_.c
278             e_hp8_.c: e_hp8.c $(ANSI2KNR)
279             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_hp8.c; then echo $(srcdir)/e_hp8.c; else echo e_hp8.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_hp8_.c
280             e_koi8_.c: e_koi8.c $(ANSI2KNR)
281             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_koi8.c; then echo $(srcdir)/e_koi8.c; else echo e_koi8.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_koi8_.c
282             e_mac_.c: e_mac.c $(ANSI2KNR)
283             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_mac.c; then echo $(srcdir)/e_mac.c; else echo e_mac.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_mac_.c
284             e_pc_.c: e_pc.c $(ANSI2KNR)
285             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_pc.c; then echo $(srcdir)/e_pc.c; else echo e_pc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_pc_.c
286             e_vms_.c: e_vms.c $(ANSI2KNR)
287             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/e_vms.c; then echo $(srcdir)/e_vms.c; else echo e_vms.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > e_vms_.c
288             strhash_.c: strhash.c $(ANSI2KNR)
289             	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strhash.c; then echo $(srcdir)/strhash.c; else echo strhash.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strhash_.c
290             afm_.o afmparse_.o afmtest_.o deffont_.o e_88591_.o e_885910_.o \
291             e_88592_.o e_88593_.o e_88594_.o e_88595_.o e_88597_.o e_88599_.o \
292             e_hp8_.o e_koi8_.o e_mac_.o e_pc_.o e_vms_.o strhash_.o : $(ANSI2KNR)
293             
294             tags: TAGS
295 rizwank 1.1 
296             ID: $(HEADERS) $(SOURCES) $(LISP)
297             	list='$(SOURCES) $(HEADERS)'; \
298             	unique=`for i in $$list; do echo $$i; done | \
299             	  awk '    { files[$$0] = 1; } \
300             	       END { for (i in files) print i; }'`; \
301             	here=`pwd` && cd $(srcdir) \
302             	  && mkid -f$$here/ID $$unique $(LISP)
303             
304             TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
305             	tags=; \
306             	here=`pwd`; \
307             	list='$(SOURCES) $(HEADERS)'; \
308             	unique=`for i in $$list; do echo $$i; done | \
309             	  awk '    { files[$$0] = 1; } \
310             	       END { for (i in files) print i; }'`; \
311             	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
312             	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
313             
314             mostlyclean-tags:
315             
316 rizwank 1.1 clean-tags:
317             
318             distclean-tags:
319             	-rm -f TAGS ID
320             
321             maintainer-clean-tags:
322             
323             distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
324             
325             subdir = afmlib
326             
327             distdir: $(DISTFILES)
328             	@for file in $(DISTFILES); do \
329             	  d=$(srcdir); \
330             	  if test -d $$d/$$file; then \
331             	    cp -pr $$/$$file $(distdir)/$$file; \
332             	  else \
333             	    test -f $(distdir)/$$file \
334             	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
335             	    || cp -p $$d/$$file $(distdir)/$$file || :; \
336             	  fi; \
337 rizwank 1.1 	done
338             afm.o: afm.c afmint.h ../config.h afm.h strhash.h
339             afmparse.o: afmparse.c afmint.h ../config.h afm.h strhash.h
340             afmtest.o: afmtest.c ../config.h afm.h
341             deffont.o: deffont.c afmint.h ../config.h afm.h strhash.h
342             e_88591.o: e_88591.c afmint.h ../config.h afm.h strhash.h
343             e_885910.o: e_885910.c afmint.h ../config.h afm.h strhash.h
344             e_88592.o: e_88592.c afmint.h ../config.h afm.h strhash.h
345             e_88593.o: e_88593.c afmint.h ../config.h afm.h strhash.h
346             e_88594.o: e_88594.c afmint.h ../config.h afm.h strhash.h
347             e_88595.o: e_88595.c afmint.h ../config.h afm.h strhash.h
348             e_88597.o: e_88597.c afmint.h ../config.h afm.h strhash.h
349             e_88599.o: e_88599.c afmint.h ../config.h afm.h strhash.h
350             e_hp8.o: e_hp8.c afmint.h ../config.h afm.h strhash.h
351             e_koi8.o: e_koi8.c afmint.h ../config.h afm.h strhash.h
352             e_mac.o: e_mac.c afmint.h ../config.h afm.h strhash.h
353             e_pc.o: e_pc.c afmint.h ../config.h afm.h strhash.h
354             e_vms.o: e_vms.c afmint.h ../config.h afm.h strhash.h
355             strhash.o: strhash.c afmint.h ../config.h afm.h strhash.h
356             
357             info-am:
358 rizwank 1.1 info: info-am
359             dvi-am:
360             dvi: dvi-am
361             check-am: all-am
362             check: check-am
363             installcheck-am:
364             installcheck: installcheck-am
365             install-exec-am:
366             install-exec: install-exec-am
367             
368             install-data-am:
369             install-data: install-data-am
370             
371             install-am: all-am
372             	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
373             install: install-am
374             uninstall-am:
375             uninstall: uninstall-am
376             all-am: Makefile $(ANSI2KNR) $(LIBRARIES) $(PROGRAMS) $(HEADERS)
377             all-redirect: all-am
378             install-strip:
379 rizwank 1.1 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
380             installdirs:
381             
382             
383             mostlyclean-generic:
384             
385             clean-generic:
386             
387             distclean-generic:
388             	-rm -f Makefile $(CONFIG_CLEAN_FILES)
389             	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
390             
391             maintainer-clean-generic:
392             mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
393             		mostlyclean-krextra mostlyclean-kr \
394             		mostlyclean-noinstPROGRAMS mostlyclean-tags \
395             		mostlyclean-generic
396             
397             mostlyclean: mostlyclean-am
398             
399             clean-am:  clean-noinstLIBRARIES clean-compile clean-krextra clean-kr \
400 rizwank 1.1 		clean-noinstPROGRAMS clean-tags clean-generic \
401             		mostlyclean-am
402             
403             clean: clean-am
404             
405             distclean-am:  distclean-noinstLIBRARIES distclean-compile \
406             		distclean-krextra distclean-kr distclean-noinstPROGRAMS \
407             		distclean-tags distclean-generic clean-am
408             
409             distclean: distclean-am
410             
411             maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
412             		maintainer-clean-compile maintainer-clean-krextra \
413             		maintainer-clean-kr maintainer-clean-noinstPROGRAMS \
414             		maintainer-clean-tags maintainer-clean-generic \
415             		distclean-am
416             	@echo "This command is intended for maintainers to use;"
417             	@echo "it deletes files that may require special tools to rebuild."
418             
419             maintainer-clean: maintainer-clean-am
420             
421 rizwank 1.1 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
422             clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
423             mostlyclean-compile distclean-compile clean-compile \
424             maintainer-clean-compile mostlyclean-krextra distclean-krextra \
425             clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \
426             clean-kr maintainer-clean-kr mostlyclean-noinstPROGRAMS \
427             distclean-noinstPROGRAMS clean-noinstPROGRAMS \
428             maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
429             clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
430             check-am installcheck-am installcheck install-exec-am install-exec \
431             install-data-am install-data install-am install uninstall-am uninstall \
432             all-redirect all-am all installdirs mostlyclean-generic \
433             distclean-generic clean-generic maintainer-clean-generic clean \
434             mostlyclean distclean maintainer-clean
435             
436             
437             # Tell versions [3.59,3.63) of GNU make to not export all variables.
438             # Otherwise a system limit (for SysV at least) may be exceeded.
439             .NOEXPORT:

Rizwan Kassim
Powered by
ViewCVS 0.9.2