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

  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             # Makefile for the w32 stuffs.
 15             # Copyright (c) 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             noinst_HEADERS = dummypwd.h
125             
126             EXTRA_DIST = config.h gethostname.c getpwd.c getuid.c
127 rizwank 1.1 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
128             CONFIG_HEADER = ../config.h
129             CONFIG_CLEAN_FILES = 
130             HEADERS =  $(noinst_HEADERS)
131             
132             DIST_COMMON =  Makefile.am Makefile.in
133             
134             
135             DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
136             
137             TAR = tar
138             GZIP_ENV = --best
139             all: all-redirect
140             .SUFFIXES:
141             $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
142             	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps w32/Makefile
143             
144             Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
145             	cd $(top_builddir) \
146             	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
147             
148 rizwank 1.1 
149             tags: TAGS
150             
151             ID: $(HEADERS) $(SOURCES) $(LISP)
152             	list='$(SOURCES) $(HEADERS)'; \
153             	unique=`for i in $$list; do echo $$i; done | \
154             	  awk '    { files[$$0] = 1; } \
155             	       END { for (i in files) print i; }'`; \
156             	here=`pwd` && cd $(srcdir) \
157             	  && mkid -f$$here/ID $$unique $(LISP)
158             
159             TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
160             	tags=; \
161             	here=`pwd`; \
162             	list='$(SOURCES) $(HEADERS)'; \
163             	unique=`for i in $$list; do echo $$i; done | \
164             	  awk '    { files[$$0] = 1; } \
165             	       END { for (i in files) print i; }'`; \
166             	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
167             	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
168             
169 rizwank 1.1 mostlyclean-tags:
170             
171             clean-tags:
172             
173             distclean-tags:
174             	-rm -f TAGS ID
175             
176             maintainer-clean-tags:
177             
178             distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
179             
180             subdir = w32
181             
182             distdir: $(DISTFILES)
183             	@for file in $(DISTFILES); do \
184             	  d=$(srcdir); \
185             	  if test -d $$d/$$file; then \
186             	    cp -pr $$/$$file $(distdir)/$$file; \
187             	  else \
188             	    test -f $(distdir)/$$file \
189             	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
190 rizwank 1.1 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
191             	  fi; \
192             	done
193             info-am:
194             info: info-am
195             dvi-am:
196             dvi: dvi-am
197             check-am: all-am
198             check: check-am
199             installcheck-am:
200             installcheck: installcheck-am
201             install-exec-am:
202             install-exec: install-exec-am
203             
204             install-data-am:
205             install-data: install-data-am
206             
207             install-am: all-am
208             	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
209             install: install-am
210             uninstall-am:
211 rizwank 1.1 uninstall: uninstall-am
212             all-am: Makefile $(HEADERS)
213             all-redirect: all-am
214             install-strip:
215             	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
216             installdirs:
217             
218             
219             mostlyclean-generic:
220             
221             clean-generic:
222             
223             distclean-generic:
224             	-rm -f Makefile $(CONFIG_CLEAN_FILES)
225             	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
226             
227             maintainer-clean-generic:
228             mostlyclean-am:  mostlyclean-tags mostlyclean-generic
229             
230             mostlyclean: mostlyclean-am
231             
232 rizwank 1.1 clean-am:  clean-tags clean-generic mostlyclean-am
233             
234             clean: clean-am
235             
236             distclean-am:  distclean-tags distclean-generic clean-am
237             
238             distclean: distclean-am
239             
240             maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
241             		distclean-am
242             	@echo "This command is intended for maintainers to use;"
243             	@echo "it deletes files that may require special tools to rebuild."
244             
245             maintainer-clean: maintainer-clean-am
246             
247             .PHONY: tags mostlyclean-tags distclean-tags clean-tags \
248             maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
249             installcheck-am installcheck install-exec-am install-exec \
250             install-data-am install-data install-am install uninstall-am uninstall \
251             all-redirect all-am all installdirs mostlyclean-generic \
252             distclean-generic clean-generic maintainer-clean-generic clean \
253 rizwank 1.1 mostlyclean distclean maintainer-clean
254             
255             
256             # Tell versions [3.59,3.63) of GNU make to not export all variables.
257             # Otherwise a system limit (for SysV at least) may be exceeded.
258             .NOEXPORT:

Rizwan Kassim
Powered by
ViewCVS 0.9.2