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

  1 rizwank 1.1 # Generated automatically from Makefile.in by configure.
  2             # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3             
  4             # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5             # This Makefile.in is free software; the Free Software Foundation
  6             # gives unlimited permission to copy and/or distribute it,
  7             # with or without modifications, as long as this notice is preserved.
  8             
  9             # This program is distributed in the hope that it will be useful,
 10             # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 11             # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 12             # PARTICULAR PURPOSE.
 13             
 14             #
 15             # Makefile template for the compat libaray.
 16             # Copyright (c) 1995-1999 Markku Rossi.
 17             #
 18             # Author: Markku Rossi <mtr@iki.fi>
 19             #
 20             
 21             #
 22 rizwank 1.1 # This file is part of GNU enscript.
 23             #
 24             # This program is free software; you can redistribute it and/or modify
 25             # it under the terms of the GNU General Public License as published by
 26             # the Free Software Foundation; either version 2, or (at your option)
 27             # any later version.
 28             #
 29             # This program is distributed in the hope that it will be useful,
 30             # but WITHOUT ANY WARRANTY; without even the implied warranty of
 31             # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 32             # GNU General Public License for more details.
 33             #
 34             # You should have received a copy of the GNU General Public License
 35             # along with this program; see the file COPYING.  If not, write to
 36             # the Free Software Foundation, 59 Temple Place - Suite 330,
 37             # Boston, MA 02111-1307, USA.
 38             #
 39             
 40             
 41             SHELL = /bin/sh
 42             
 43 rizwank 1.1 srcdir = .
 44             top_srcdir = ..
 45             prefix = /home/rizwank/enscript-1.6.3
 46             exec_prefix = ${prefix}
 47             
 48             bindir = ${exec_prefix}/bin
 49             sbindir = ${exec_prefix}/sbin
 50             libexecdir = ${exec_prefix}/libexec
 51             datadir = ${prefix}/share
 52             sysconfdir = ${prefix}/etc
 53             sharedstatedir = ${prefix}/com
 54             localstatedir = ${prefix}/var
 55             libdir = ${exec_prefix}/lib
 56             infodir = ${prefix}/info
 57             mandir = ${prefix}/man
 58             includedir = ${prefix}/include
 59             oldincludedir = /usr/include
 60             
 61             DESTDIR =
 62             
 63             pkgdatadir = $(datadir)/enscript
 64 rizwank 1.1 pkglibdir = $(libdir)/enscript
 65             pkgincludedir = $(includedir)/enscript
 66             
 67             top_builddir = ..
 68             
 69             ACLOCAL = aclocal
 70             AUTOCONF = autoconf
 71             AUTOMAKE = automake
 72             AUTOHEADER = autoheader
 73             
 74             INSTALL = /usr/bin/install -c
 75             INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
 76             INSTALL_DATA = ${INSTALL} -m 644
 77             INSTALL_SCRIPT = ${INSTALL_PROGRAM}
 78             transform = s,x,x,
 79             
 80             NORMAL_INSTALL = :
 81             PRE_INSTALL = :
 82             POST_INSTALL = :
 83             NORMAL_UNINSTALL = :
 84             PRE_UNINSTALL = :
 85 rizwank 1.1 POST_UNINSTALL = :
 86             CATALOGS =  de.gmo es.gmo fi.gmo fr.gmo nl.gmo ru.gmo sl.gmo
 87             CATOBJEXT = .gmo
 88             CC = gcc
 89             CFLAGS = -g -O2
 90             CPP = gcc -E
 91             DATADIRNAME = share
 92             GENCAT = 
 93             GMOFILES =  de.gmo es.gmo fi.gmo fr.gmo nl.gmo ru.gmo sl.gmo
 94             GMSGFMT = /usr/bin/msgfmt
 95             GT_NO = 
 96             GT_YES = #YES#
 97             INCLUDE_LOCALE_H = #include <locale.h>
 98             INSTOBJEXT = .mo
 99             INTLDEPS = 
100             INTLLIBS = 
101             INTLOBJS = 
102             LDFLAGS = 
103             LEX = flex
104             LIBOBJS = 
105             MAKEINFO = /home/rizwank/enscript-1.6.3/missing makeinfo
106 rizwank 1.1 MEDIA = A4
107             MKINSTALLDIRS = ./mkinstalldirs
108             MSGFMT = /usr/bin/msgfmt
109             PACKAGE = enscript
110             PERL = /usr/local/bin/perl
111             POFILES =  de.po es.po fi.po fr.po nl.po ru.po sl.po
112             POSUB = po
113             PSLEVEL = 2
114             QUEUEPARAM = -P
115             RANLIB = ranlib
116             SPOOLER = lpr
117             U = 
118             USE_INCLUDED_LIBINTL = no
119             USE_NLS = yes
120             VERSION = 1.6.3
121             YACC = bison -y
122             l = 
123             
124             AUTOMAKE_OPTIONS = no-dependencies
125             
126             noinst_LIBRARIES = libcompat.a
127 rizwank 1.1 libcompat_a_SOURCES = getopt.c getopt1.c xalloc.c regex.c
128             libcompat_a_LIBADD =  
129             libcompat_a_DEPENDENCIES =  
130             
131             libcompat_a_SOURCES_windelta =  	+../w32/gethostname.c		+../w32/getpwd.c		+../w32/getuid.c
132             
133             
134             noinst_HEADERS = getopt.h regex.h xalloc.h
135             
136             EXTRA_DIST = strerror.c memmove.c memcpy.c strtol.c strtoul.c
137             
138             INCLUDES = -I$(srcdir)/../intl -I../intl
139             
140             INCLUDES_windelta = +-I../w32
141             mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
142             CONFIG_HEADER = ../config.h
143             CONFIG_CLEAN_FILES = 
144             LIBRARIES =  $(noinst_LIBRARIES)
145             
146             
147             DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
148 rizwank 1.1 CPPFLAGS = 
149             LIBS = 
150             libcompat_a_OBJECTS =  getopt.o getopt1.o xalloc.o regex.o
151             AR = ar
152             COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153             CCLD = $(CC)
154             LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
155             HEADERS =  $(noinst_HEADERS)
156             
157             DIST_COMMON =  ChangeLog Makefile.am Makefile.in alloca.c memcpy.c \
158             memmove.c strerror.c strtoul.c
159             
160             
161             DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
162             
163             TAR = tar
164             GZIP_ENV = --best
165             SOURCES = $(libcompat_a_SOURCES)
166             OBJECTS = $(libcompat_a_OBJECTS)
167             
168             all: all-redirect
169 rizwank 1.1 .SUFFIXES:
170             .SUFFIXES: .S .c .o .s
171             $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
172             	cd $(top_srcdir) && $(AUTOMAKE) --gnu compat/Makefile
173             
174             Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
175             	cd $(top_builddir) \
176             	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
177             
178             
179             mostlyclean-noinstLIBRARIES:
180             
181             clean-noinstLIBRARIES:
182             	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
183             
184             distclean-noinstLIBRARIES:
185             
186             maintainer-clean-noinstLIBRARIES:
187             
188             .c.o:
189             	$(COMPILE) -c $<
190 rizwank 1.1 
191             .s.o:
192             	$(COMPILE) -c $<
193             
194             .S.o:
195             	$(COMPILE) -c $<
196             
197             mostlyclean-compile:
198             	-rm -f *.o core *.core
199             
200             clean-compile:
201             
202             distclean-compile:
203             	-rm -f *.tab.c
204             
205             maintainer-clean-compile:
206             
207             libcompat.a: $(libcompat_a_OBJECTS) $(libcompat_a_DEPENDENCIES)
208             	-rm -f libcompat.a
209             	$(AR) cru libcompat.a $(libcompat_a_OBJECTS) $(libcompat_a_LIBADD)
210             	$(RANLIB) libcompat.a
211 rizwank 1.1 
212             tags: TAGS
213             
214             ID: $(HEADERS) $(SOURCES) $(LISP)
215             	list='$(SOURCES) $(HEADERS)'; \
216             	unique=`for i in $$list; do echo $$i; done | \
217             	  awk '    { files[$$0] = 1; } \
218             	       END { for (i in files) print i; }'`; \
219             	here=`pwd` && cd $(srcdir) \
220             	  && mkid -f$$here/ID $$unique $(LISP)
221             
222             TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
223             	tags=; \
224             	here=`pwd`; \
225             	list='$(SOURCES) $(HEADERS)'; \
226             	unique=`for i in $$list; do echo $$i; done | \
227             	  awk '    { files[$$0] = 1; } \
228             	       END { for (i in files) print i; }'`; \
229             	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
230             	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
231             
232 rizwank 1.1 mostlyclean-tags:
233             
234             clean-tags:
235             
236             distclean-tags:
237             	-rm -f TAGS ID
238             
239             maintainer-clean-tags:
240             
241             distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
242             
243             subdir = compat
244             
245             distdir: $(DISTFILES)
246             	@for file in $(DISTFILES); do \
247             	  d=$(srcdir); \
248             	  if test -d $$d/$$file; then \
249             	    cp -pr $$/$$file $(distdir)/$$file; \
250             	  else \
251             	    test -f $(distdir)/$$file \
252             	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
253 rizwank 1.1 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
254             	  fi; \
255             	done
256             info-am:
257             info: info-am
258             dvi-am:
259             dvi: dvi-am
260             check-am: all-am
261             check: check-am
262             installcheck-am:
263             installcheck: installcheck-am
264             install-exec-am:
265             install-exec: install-exec-am
266             
267             install-data-am:
268             install-data: install-data-am
269             
270             install-am: all-am
271             	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
272             install: install-am
273             uninstall-am:
274 rizwank 1.1 uninstall: uninstall-am
275             all-am: Makefile $(LIBRARIES) $(HEADERS)
276             all-redirect: all-am
277             install-strip:
278             	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
279             installdirs:
280             
281             
282             mostlyclean-generic:
283             
284             clean-generic:
285             
286             distclean-generic:
287             	-rm -f Makefile $(CONFIG_CLEAN_FILES)
288             	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
289             
290             maintainer-clean-generic:
291             mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
292             		mostlyclean-tags mostlyclean-generic
293             
294             mostlyclean: mostlyclean-am
295 rizwank 1.1 
296             clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
297             		mostlyclean-am
298             
299             clean: clean-am
300             
301             distclean-am:  distclean-noinstLIBRARIES distclean-compile \
302             		distclean-tags distclean-generic clean-am
303             
304             distclean: distclean-am
305             
306             maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
307             		maintainer-clean-compile maintainer-clean-tags \
308             		maintainer-clean-generic distclean-am
309             	@echo "This command is intended for maintainers to use;"
310             	@echo "it deletes files that may require special tools to rebuild."
311             
312             maintainer-clean: maintainer-clean-am
313             
314             .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
315             clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
316 rizwank 1.1 mostlyclean-compile distclean-compile clean-compile \
317             maintainer-clean-compile tags mostlyclean-tags distclean-tags \
318             clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
319             check-am installcheck-am installcheck install-exec-am install-exec \
320             install-data-am install-data install-am install uninstall-am uninstall \
321             all-redirect all-am all installdirs mostlyclean-generic \
322             distclean-generic clean-generic maintainer-clean-generic clean \
323             mostlyclean distclean maintainer-clean
324             
325             
326             # Tell versions [3.59,3.63) of GNU make to not export all variables.
327             # Otherwise a system limit (for SysV at least) may be exceeded.
328             .NOEXPORT:

Rizwan Kassim
Powered by
ViewCVS 0.9.2