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

  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 template for the compat libaray.
 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             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 = @LIBOBJS@ @ALLOCA@
129             libcompat_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@
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 = @DEFS@ -I. -I$(srcdir) -I..
148 rizwank 1.1 CPPFLAGS = @CPPFLAGS@
149             LIBS = @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