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

  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             # Top level Makefile for enscript.
 15             # Copyright (c) 1995-1999 Markku Rossi
 16             #
 17             # Author: Markku Rossi <mtr@iki.fi>
 18             #
 19             
 20             #
 21             # This file is part of GNU enscript.
 22 rizwank 1.1 #
 23             # This program is free software; you can redistribute it and/or modify
 24             # it under the terms of the GNU General Public License as published by
 25             # the Free Software Foundation; either version 2, or (at your option)
 26             # any later version.
 27             #
 28             # This program is distributed in the hope that it will be useful,
 29             # but WITHOUT ANY WARRANTY; without even the implied warranty of
 30             # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 31             # GNU General Public License for more details.
 32             #
 33             # You should have received a copy of the GNU General Public License
 34             # along with this program; see the file COPYING.  If not, write to
 35             # the Free Software Foundation, 59 Temple Place - Suite 330,
 36             # Boston, MA 02111-1307, USA.
 37             #
 38             
 39             
 40             SHELL = @SHELL@
 41             
 42             srcdir = @srcdir@
 43 rizwank 1.1 top_srcdir = @top_srcdir@
 44             VPATH = @srcdir@
 45             prefix = @prefix@
 46             exec_prefix = @exec_prefix@
 47             
 48             bindir = @bindir@
 49             sbindir = @sbindir@
 50             libexecdir = @libexecdir@
 51             datadir = @datadir@
 52             sysconfdir = @sysconfdir@
 53             sharedstatedir = @sharedstatedir@
 54             localstatedir = @localstatedir@
 55             libdir = @libdir@
 56             infodir = @infodir@
 57             mandir = @mandir@
 58             includedir = @includedir@
 59             oldincludedir = /usr/include
 60             
 61             DESTDIR =
 62             
 63             pkgdatadir = $(datadir)/@PACKAGE@
 64 rizwank 1.1 pkglibdir = $(libdir)/@PACKAGE@
 65             pkgincludedir = $(includedir)/@PACKAGE@
 66             
 67             top_builddir = .
 68             
 69             ACLOCAL = @ACLOCAL@
 70             AUTOCONF = @AUTOCONF@
 71             AUTOMAKE = @AUTOMAKE@
 72             AUTOHEADER = @AUTOHEADER@
 73             
 74             INSTALL = @INSTALL@
 75             INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 76             INSTALL_DATA = @INSTALL_DATA@
 77             INSTALL_SCRIPT = @INSTALL_SCRIPT@
 78             transform = @program_transform_name@
 79             
 80             NORMAL_INSTALL = :
 81             PRE_INSTALL = :
 82             POST_INSTALL = :
 83             NORMAL_UNINSTALL = :
 84             PRE_UNINSTALL = :
 85 rizwank 1.1 POST_UNINSTALL = :
 86             CATALOGS = @CATALOGS@
 87             CATOBJEXT = @CATOBJEXT@
 88             CC = @CC@
 89             CFLAGS = @CFLAGS@
 90             CPP = @CPP@
 91             DATADIRNAME = @DATADIRNAME@
 92             GENCAT = @GENCAT@
 93             GMOFILES = @GMOFILES@
 94             GMSGFMT = @GMSGFMT@
 95             GT_NO = @GT_NO@
 96             GT_YES = @GT_YES@
 97             INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
 98             INSTOBJEXT = @INSTOBJEXT@
 99             INTLDEPS = @INTLDEPS@
100             INTLLIBS = @INTLLIBS@
101             INTLOBJS = @INTLOBJS@
102             LDFLAGS = @LDFLAGS@
103             LEX = @LEX@
104             LIBOBJS = @LIBOBJS@
105             MAKEINFO = @MAKEINFO@
106 rizwank 1.1 MEDIA = @MEDIA@
107             MKINSTALLDIRS = @MKINSTALLDIRS@
108             MSGFMT = @MSGFMT@
109             PACKAGE = @PACKAGE@
110             PERL = @PERL@
111             POFILES = @POFILES@
112             POSUB = @POSUB@
113             PSLEVEL = @PSLEVEL@
114             QUEUEPARAM = @QUEUEPARAM@
115             RANLIB = @RANLIB@
116             SPOOLER = @SPOOLER@
117             U = @U@
118             USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
119             USE_NLS = @USE_NLS@
120             VERSION = @VERSION@
121             YACC = @YACC@
122             l = @l@
123             
124             SUBDIRS = compat afm afmlib lib scripts intl src po states docs w32
125             
126             EXTRA_DIST = README.ESCAPES README.DOS ABOUT-NLS THANKS ascii.txt	asciifise.txt asciidkno.txt 88591.txt 88592.txt 88593.txt 88594.txt	88595.txt 88597.txt 88599.txt 885910.txt ibmpc.txt mac.txt vms.txt	hp8.txt koi8.txt mtr.eps mtr_small.eps mtr_tiny.eps
127 rizwank 1.1 
128             ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
129             mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
130             CONFIG_HEADER = config.h
131             CONFIG_CLEAN_FILES = 
132             DIST_COMMON =  README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
133             INSTALL Makefile.am Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 \
134             config.h.in configure configure.in install-sh missing mkinstalldirs
135             
136             
137             DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
138             
139             TAR = tar
140             GZIP_ENV = --best
141             all: all-redirect
142             .SUFFIXES:
143             $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
144             	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
145             
146             Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
147             	cd $(top_builddir) \
148 rizwank 1.1 	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
149             
150             $(ACLOCAL_M4):  configure.in 
151             	cd $(srcdir) && $(ACLOCAL)
152             
153             config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
154             	$(SHELL) ./config.status --recheck
155             $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
156             	cd $(srcdir) && $(AUTOCONF)
157             
158             config.h: stamp-h
159             	@if test ! -f $@; then \
160             		rm -f stamp-h; \
161             		$(MAKE) stamp-h; \
162             	else :; fi
163             stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
164             	cd $(top_builddir) \
165             	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
166             	     $(SHELL) ./config.status
167             	@echo timestamp > stamp-h 2> /dev/null
168             $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
169 rizwank 1.1 	@if test ! -f $@; then \
170             		rm -f $(srcdir)/stamp-h.in; \
171             		$(MAKE) $(srcdir)/stamp-h.in; \
172             	else :; fi
173             $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
174             	cd $(top_srcdir) && $(AUTOHEADER)
175             	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
176             
177             mostlyclean-hdr:
178             
179             clean-hdr:
180             
181             distclean-hdr:
182             	-rm -f config.h
183             
184             maintainer-clean-hdr:
185             
186             # This directory's subdirectories are mostly independent; you can cd
187             # into them and run `make' without going through this Makefile.
188             # To change the values of `make' variables: instead of editing Makefiles,
189             # (1) if the variable is set in `config.status', edit `config.status'
190 rizwank 1.1 #     (which will cause the Makefiles to be regenerated when you run `make');
191             # (2) otherwise, pass the desired values on the `make' command line.
192             
193             @SET_MAKE@
194             
195             all-recursive install-data-recursive install-exec-recursive \
196             installdirs-recursive install-recursive uninstall-recursive  \
197             check-recursive installcheck-recursive info-recursive dvi-recursive:
198             	@set fnord $(MAKEFLAGS); amf=$$2; \
199             	dot_seen=no; \
200             	target=`echo $@ | sed s/-recursive//`; \
201             	list='$(SUBDIRS)'; for subdir in $$list; do \
202             	  echo "Making $$target in $$subdir"; \
203             	  if test "$$subdir" = "."; then \
204             	    dot_seen=yes; \
205             	    local_target="$$target-am"; \
206             	  else \
207             	    local_target="$$target"; \
208             	  fi; \
209             	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
210             	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
211 rizwank 1.1 	done; \
212             	if test "$$dot_seen" = "no"; then \
213             	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
214             	fi; test -z "$$fail"
215             
216             mostlyclean-recursive clean-recursive distclean-recursive \
217             maintainer-clean-recursive:
218             	@set fnord $(MAKEFLAGS); amf=$$2; \
219             	dot_seen=no; \
220             	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
221             	  rev="$$subdir $$rev"; \
222             	  test "$$subdir" = "." && dot_seen=yes; \
223             	done; \
224             	test "$$dot_seen" = "no" && rev=". $$rev"; \
225             	target=`echo $@ | sed s/-recursive//`; \
226             	for subdir in $$rev; do \
227             	  echo "Making $$target in $$subdir"; \
228             	  if test "$$subdir" = "."; then \
229             	    local_target="$$target-am"; \
230             	  else \
231             	    local_target="$$target"; \
232 rizwank 1.1 	  fi; \
233             	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
234             	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
235             	done && test -z "$$fail"
236             tags-recursive:
237             	list='$(SUBDIRS)'; for subdir in $$list; do \
238             	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
239             	done
240             
241             tags: TAGS
242             
243             ID: $(HEADERS) $(SOURCES) $(LISP)
244             	list='$(SOURCES) $(HEADERS)'; \
245             	unique=`for i in $$list; do echo $$i; done | \
246             	  awk '    { files[$$0] = 1; } \
247             	       END { for (i in files) print i; }'`; \
248             	here=`pwd` && cd $(srcdir) \
249             	  && mkid -f$$here/ID $$unique $(LISP)
250             
251             TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
252             	tags=; \
253 rizwank 1.1 	here=`pwd`; \
254             	list='$(SUBDIRS)'; for subdir in $$list; do \
255                if test "$$subdir" = .; then :; else \
256             	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
257                fi; \
258             	done; \
259             	list='$(SOURCES) $(HEADERS)'; \
260             	unique=`for i in $$list; do echo $$i; done | \
261             	  awk '    { files[$$0] = 1; } \
262             	       END { for (i in files) print i; }'`; \
263             	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
264             	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
265             
266             mostlyclean-tags:
267             
268             clean-tags:
269             
270             distclean-tags:
271             	-rm -f TAGS ID
272             
273             maintainer-clean-tags:
274 rizwank 1.1 
275             distdir = $(PACKAGE)-$(VERSION)
276             top_distdir = $(distdir)
277             
278             # This target untars the dist file and tries a VPATH configuration.  Then
279             # it guarantees that the distribution is self-contained by making another
280             # tarfile.
281             distcheck: dist
282             	-rm -rf $(distdir)
283             	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
284             	mkdir $(distdir)/=build
285             	mkdir $(distdir)/=inst
286             	dc_install_base=`cd $(distdir)/=inst && pwd`; \
287             	cd $(distdir)/=build \
288             	  && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
289             	  && $(MAKE) $(AM_MAKEFLAGS) \
290             	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
291             	  && $(MAKE) $(AM_MAKEFLAGS) check \
292             	  && $(MAKE) $(AM_MAKEFLAGS) install \
293             	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
294             	  && $(MAKE) $(AM_MAKEFLAGS) dist
295 rizwank 1.1 	-rm -rf $(distdir)
296             	@banner="$(distdir).tar.gz is ready for distribution"; \
297             	dashes=`echo "$$banner" | sed s/./=/g`; \
298             	echo "$$dashes"; \
299             	echo "$$banner"; \
300             	echo "$$dashes"
301             dist: distdir
302             	-chmod -R a+r $(distdir)
303             	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
304             	-rm -rf $(distdir)
305             dist-all: distdir
306             	-chmod -R a+r $(distdir)
307             	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
308             	-rm -rf $(distdir)
309             distdir: $(DISTFILES)
310             	-rm -rf $(distdir)
311             	mkdir $(distdir)
312             	-chmod 777 $(distdir)
313             	@for file in $(DISTFILES); do \
314             	  d=$(srcdir); \
315             	  if test -d $$d/$$file; then \
316 rizwank 1.1 	    cp -pr $$/$$file $(distdir)/$$file; \
317             	  else \
318             	    test -f $(distdir)/$$file \
319             	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
320             	    || cp -p $$d/$$file $(distdir)/$$file || :; \
321             	  fi; \
322             	done
323             	for subdir in $(SUBDIRS); do \
324             	  if test "$$subdir" = .; then :; else \
325             	    test -d $(distdir)/$$subdir \
326             	    || mkdir $(distdir)/$$subdir \
327             	    || exit 1; \
328             	    chmod 777 $(distdir)/$$subdir; \
329             	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
330             	      || exit 1; \
331             	  fi; \
332             	done
333             info-am:
334             info: info-recursive
335             dvi-am:
336             dvi: dvi-recursive
337 rizwank 1.1 check-am: all-am
338             check: check-recursive
339             installcheck-am:
340             installcheck: installcheck-recursive
341             all-recursive-am: config.h
342             	$(MAKE) $(AM_MAKEFLAGS) all-recursive
343             
344             install-exec-am:
345             install-exec: install-exec-recursive
346             
347             install-data-am:
348             install-data: install-data-recursive
349             
350             install-am: all-am
351             	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352             install: install-recursive
353             uninstall-am:
354             uninstall: uninstall-recursive
355             all-am: Makefile config.h
356             all-redirect: all-recursive-am
357             install-strip:
358 rizwank 1.1 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
359             installdirs: installdirs-recursive
360             installdirs-am:
361             
362             
363             mostlyclean-generic:
364             
365             clean-generic:
366             
367             distclean-generic:
368             	-rm -f Makefile $(CONFIG_CLEAN_FILES)
369             	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
370             
371             maintainer-clean-generic:
372             mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
373             
374             mostlyclean: mostlyclean-recursive
375             
376             clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
377             
378             clean: clean-recursive
379 rizwank 1.1 
380             distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
381             
382             distclean: distclean-recursive
383             	-rm -f config.status
384             
385             maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
386             		maintainer-clean-generic distclean-am
387             	@echo "This command is intended for maintainers to use;"
388             	@echo "it deletes files that may require special tools to rebuild."
389             
390             maintainer-clean: maintainer-clean-recursive
391             	-rm -f config.status
392             
393             .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
394             install-data-recursive uninstall-data-recursive install-exec-recursive \
395             uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
396             all-recursive check-recursive installcheck-recursive info-recursive \
397             dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
398             maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
399             distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
400 rizwank 1.1 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
401             install-exec-am install-exec install-data-am install-data install-am \
402             install uninstall-am uninstall all-redirect all-am all installdirs-am \
403             installdirs mostlyclean-generic distclean-generic clean-generic \
404             maintainer-clean-generic clean mostlyclean distclean maintainer-clean
405             
406             
407             # Tell versions [3.59,3.63) of GNU make to not export all variables.
408             # Otherwise a system limit (for SysV at least) may be exceeded.
409             .NOEXPORT:

Rizwan Kassim
Powered by
ViewCVS 0.9.2