source: trunk/third/enscript/compat/Makefile.in @ 17620

Revision 17620, 7.7 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17619, which included commits to RCS files with non-trunk default branches.
RevLine 
[17619]1# Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3# Copyright (C) 1994, 1995, 1996, 1997, 1998 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-1998 Markku Rossi.
16#
17# Author: Markku Rossi <mtr@iki.fi>
18#
19
20#
21# This file is part of GNU enscript.
22#
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
40SHELL = /bin/sh
41
42srcdir = @srcdir@
43top_srcdir = @top_srcdir@
44VPATH = @srcdir@
45prefix = @prefix@
46exec_prefix = @exec_prefix@
47
48bindir = @bindir@
49sbindir = @sbindir@
50libexecdir = @libexecdir@
51datadir = @datadir@
52sysconfdir = @sysconfdir@
53sharedstatedir = @sharedstatedir@
54localstatedir = @localstatedir@
55libdir = @libdir@
56infodir = @infodir@
57mandir = @mandir@
58includedir = @includedir@
59oldincludedir = /usr/include
60
61DISTDIR =
62
63pkgdatadir = $(datadir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66
67top_builddir = ..
68
69ACLOCAL = @ACLOCAL@
70AUTOCONF = @AUTOCONF@
71AUTOMAKE = @AUTOMAKE@
72AUTOHEADER = @AUTOHEADER@
73
74INSTALL = @INSTALL@
75INSTALL_PROGRAM = @INSTALL_PROGRAM@
76INSTALL_DATA = @INSTALL_DATA@
77INSTALL_SCRIPT = @INSTALL_SCRIPT@
78transform = @program_transform_name@
79
80NORMAL_INSTALL = :
81PRE_INSTALL = :
82POST_INSTALL = :
83NORMAL_UNINSTALL = :
84PRE_UNINSTALL = :
85POST_UNINSTALL = :
86CATALOGS = @CATALOGS@
87CATOBJEXT = @CATOBJEXT@
88CC = @CC@
89CFLAGS = @CFLAGS@
90CPP = @CPP@
91DATADIRNAME = @DATADIRNAME@
92GENCAT = @GENCAT@
93GMOFILES = @GMOFILES@
94GMSGFMT = @GMSGFMT@
95GT_NO = @GT_NO@
96GT_YES = @GT_YES@
97INSTOBJEXT = @INSTOBJEXT@
98INTLDEPS = @INTLDEPS@
99INTLLIBS = @INTLLIBS@
100INTLOBJS = @INTLOBJS@
101LDFLAGS = @LDFLAGS@
102LEX = @LEX@
103LIBOBJS = @LIBOBJS@
104MAKEINFO = @MAKEINFO@
105MEDIA = @MEDIA@
106MKINSTALLDIRS = @MKINSTALLDIRS@
107MSGFMT = @MSGFMT@
108PACKAGE = @PACKAGE@
109PERL = @PERL@
110POFILES = @POFILES@
111POSUB = @POSUB@
112PSLEVEL = @PSLEVEL@
113RANLIB = @RANLIB@
114SPOOLER = @SPOOLER@
115U = @U@
116USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
117USE_NLS = @USE_NLS@
118VERSION = @VERSION@
119YACC = @YACC@
120l = @l@
121
122AUTOMAKE_OPTIONS = no-dependencies
123
124noinst_LIBRARIES = libcompat.a
125libcompat_a_SOURCES = getopt.c getopt1.c xalloc.c regex.c
126libcompat_a_LIBADD = @LIBOBJS@ @ALLOCA@
127libcompat_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@
128
129noinst_HEADERS = dummypwd.h getopt.h regex.h xalloc.h
130
131EXTRA_DIST = gethostname.c getpwd.c getuid.c strerror.c memmove.c \
132memcpy.c strtol.c strtoul.c config.dos
133
134INCLUDES = -I$(srcdir)/../intl -I../intl
135mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
136CONFIG_HEADER = ../config.h
137CONFIG_CLEAN_FILES =
138LIBRARIES =  $(noinst_LIBRARIES)
139
140
141DEFS = @DEFS@ -I. -I$(srcdir) -I..
142CPPFLAGS = @CPPFLAGS@
143LIBS = @LIBS@
144libcompat_a_OBJECTS =  getopt.o getopt1.o xalloc.o regex.o
145AR = ar
146COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
147LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
148HEADERS =  $(noinst_HEADERS)
149
150DIST_COMMON =  ChangeLog Makefile.am Makefile.in alloca.c memcpy.c \
151memmove.c strerror.c strtoul.c
152
153
154DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
155
156TAR = gtar
157GZIP = --best
158SOURCES = $(libcompat_a_SOURCES)
159OBJECTS = $(libcompat_a_OBJECTS)
160
161all: Makefile $(LIBRARIES) $(HEADERS)
162
163.SUFFIXES:
164.SUFFIXES: .S .c .o .s
165$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
166        cd $(top_srcdir) && $(AUTOMAKE) --gnu compat/Makefile
167
168Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
169        cd $(top_builddir) \
170          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
171
172
173mostlyclean-noinstLIBRARIES:
174
175clean-noinstLIBRARIES:
176        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
177
178distclean-noinstLIBRARIES:
179
180maintainer-clean-noinstLIBRARIES:
181
182.c.o:
183        $(COMPILE) -c $<
184
185.s.o:
186        $(COMPILE) -c $<
187
188.S.o:
189        $(COMPILE) -c $<
190
191mostlyclean-compile:
192        -rm -f *.o core *.core
193
194clean-compile:
195
196distclean-compile:
197        -rm -f *.tab.c
198
199maintainer-clean-compile:
200
201libcompat.a: $(libcompat_a_OBJECTS) $(libcompat_a_DEPENDENCIES)
202        -rm -f libcompat.a
203        $(AR) cru libcompat.a $(libcompat_a_OBJECTS) $(libcompat_a_LIBADD)
204        $(RANLIB) libcompat.a
205
206tags: TAGS
207
208ID: $(HEADERS) $(SOURCES) $(LISP)
209        here=`pwd` && cd $(srcdir) \
210          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
211
212TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
213        tags=; \
214        here=`pwd`; \
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        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
220          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
221
222mostlyclean-tags:
223
224clean-tags:
225
226distclean-tags:
227        -rm -f TAGS ID
228
229maintainer-clean-tags:
230
231distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
232
233subdir = compat
234
235distdir: $(DISTFILES)
236        @for file in $(DISTFILES); do \
237          d=$(srcdir); \
238          test -f $(distdir)/$$file \
239          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
240          || cp -p $$d/$$file $(distdir)/$$file; \
241        done
242info:
243dvi:
244check: all
245        $(MAKE)
246installcheck:
247install-exec:
248        @$(NORMAL_INSTALL)
249
250install-data:
251        @$(NORMAL_INSTALL)
252
253install: install-exec install-data all
254        @:
255
256uninstall:
257
258install-strip:
259        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
260installdirs:
261
262
263mostlyclean-generic:
264        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
265
266clean-generic:
267        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
268
269distclean-generic:
270        -rm -f Makefile $(DISTCLEANFILES)
271        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
272        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
273
274maintainer-clean-generic:
275        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
276        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
277mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
278                mostlyclean-tags mostlyclean-generic
279
280clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
281                mostlyclean
282
283distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
284                distclean-generic clean
285        -rm -f config.status
286
287maintainer-clean:  maintainer-clean-noinstLIBRARIES \
288                maintainer-clean-compile maintainer-clean-tags \
289                maintainer-clean-generic distclean
290        @echo "This command is intended for maintainers to use;"
291        @echo "it deletes files that may require special tools to rebuild."
292
293.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
294clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
295mostlyclean-compile distclean-compile clean-compile \
296maintainer-clean-compile tags mostlyclean-tags distclean-tags \
297clean-tags maintainer-clean-tags distdir info dvi installcheck \
298install-exec install-data install uninstall all installdirs \
299mostlyclean-generic distclean-generic clean-generic \
300maintainer-clean-generic clean mostlyclean distclean maintainer-clean
301
302
303# Tell versions [3.59,3.63) of GNU make to not export all variables.
304# Otherwise a system limit (for SysV at least) may be exceeded.
305.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.