Annotation of embedaddon/lrzsz/lib/Makefile.in, revision 1.1.1.1
1.1 misho 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: SHELL = /bin/sh
15:
16: srcdir = @srcdir@
17: top_srcdir = @top_srcdir@
18: VPATH = @srcdir@
19: prefix = @prefix@
20: exec_prefix = @exec_prefix@
21:
22: bindir = @bindir@
23: sbindir = @sbindir@
24: libexecdir = @libexecdir@
25: datadir = @datadir@
26: sysconfdir = @sysconfdir@
27: sharedstatedir = @sharedstatedir@
28: localstatedir = @localstatedir@
29: libdir = @libdir@
30: infodir = @infodir@
31: mandir = @mandir@
32: includedir = @includedir@
33: oldincludedir = /usr/include
34:
35: DISTDIR =
36:
37: pkgdatadir = $(datadir)/@PACKAGE@
38: pkglibdir = $(libdir)/@PACKAGE@
39: pkgincludedir = $(includedir)/@PACKAGE@
40:
41: top_builddir = ..
42:
43: ACLOCAL = @ACLOCAL@
44: AUTOCONF = @AUTOCONF@
45: AUTOMAKE = @AUTOMAKE@
46: AUTOHEADER = @AUTOHEADER@
47:
48: INSTALL = @INSTALL@
49: INSTALL_PROGRAM = @INSTALL_PROGRAM@
50: INSTALL_DATA = @INSTALL_DATA@
51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
52: transform = @program_transform_name@
53:
54: NORMAL_INSTALL = :
55: PRE_INSTALL = :
56: POST_INSTALL = :
57: NORMAL_UNINSTALL = :
58: PRE_UNINSTALL = :
59: POST_UNINSTALL = :
60: CATALOGS = @CATALOGS@
61: CATOBJEXT = @CATOBJEXT@
62: CC = @CC@
63: CPP = @CPP@
64: DATADIRNAME = @DATADIRNAME@
65: ENABLE_TIMESYNC = @ENABLE_TIMESYNC@
66: GENCAT = @GENCAT@
67: GMOFILES = @GMOFILES@
68: GMSGFMT = @GMSGFMT@
69: GT_NO = @GT_NO@
70: GT_YES = @GT_YES@
71: INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
72: INSTOBJEXT = @INSTOBJEXT@
73: INTLDEPS = @INTLDEPS@
74: INTLLIBS = @INTLLIBS@
75: INTLOBJS = @INTLOBJS@
76: LDFLAGS = @LDFLAGS@
77: LIBOBJS = @LIBOBJS@
78: LIBS = @LIBS@
79: MAKEINFO = @MAKEINFO@
80: MKINSTALLDIRS = @MKINSTALLDIRS@
81: MSGFMT = @MSGFMT@
82: PACKAGE = @PACKAGE@
83: PACKAGE_VERSION = @PACKAGE_VERSION@
84: POFILES = @POFILES@
85: POSUB = @POSUB@
86: RANLIB = @RANLIB@
87: U = @U@
88: USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
89: USE_NLS = @USE_NLS@
90: VERSION = @VERSION@
91: l = @l@
92:
93: noinst_LIBRARIES=libzmodem.a
94: CFLAGS=@CFLAGS@
95: AUTOMAKE_OPTIONS=ansi2knr
96:
97: EXTRA_DIST = alloca.c ansi2knr.1 ansi2knr.c \
98: getopt.c getopt1.c mkdir.c mktime.c \
99: strdup.c strerror.c strstr.c strpbrk.c strtol.c strtoul.c stpcpy.c \
100: strftime.c vasprintf.c
101:
102: libzmodem_a_SOURCES = long-options.c xstrtol.c xstrtoul.c error.c
103: libzmodem_a_LIBADD = @LIBOBJS@ @ALLOCA@
104: libzmodem_a_DEPENDENCIES = @ALLOCA@ @LIBOBJS@
105:
106: noinst_HEADERS = getopt.h long-options.h xstrtol.h xstrtoul.h error.h
107: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108: CONFIG_HEADER = ../config.h
109: CONFIG_CLEAN_FILES =
110: LIBRARIES = $(noinst_LIBRARIES)
111:
112:
113: DEFS = @DEFS@ -I. -I$(srcdir) -I..
114: CPPFLAGS = @CPPFLAGS@
115: ANSI2KNR = @ANSI2KNR@
116: libzmodem_a_OBJECTS = long-options$U.o xstrtol$U.o xstrtoul$U.o \
117: error$U.o
118: AR = ar
119: COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
120: LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
121: HEADERS = $(noinst_HEADERS)
122:
123: DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c \
124: getopt.c getopt1.c mkdir.c mktime.c stpcpy.c strdup.c strerror.c \
125: strftime.c strpbrk.c strstr.c strtol.c strtoul.c vasprintf.c
126:
127:
128: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129:
130: TAR = tar
131: GZIP = --best
132: SOURCES = $(libzmodem_a_SOURCES)
133: OBJECTS = $(libzmodem_a_OBJECTS)
134:
135: all: Makefile $(ANSI2KNR) $(LIBRARIES) $(HEADERS)
136:
137: .SUFFIXES:
138: .SUFFIXES: .S .c .o .s
139: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
140: cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile
141:
142: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
143: cd $(top_builddir) \
144: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145:
146:
147: mostlyclean-noinstLIBRARIES:
148:
149: clean-noinstLIBRARIES:
150: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
151:
152: distclean-noinstLIBRARIES:
153:
154: maintainer-clean-noinstLIBRARIES:
155:
156: .c.o:
157: $(COMPILE) -c $<
158:
159: .s.o:
160: $(COMPILE) -c $<
161:
162: .S.o:
163: $(COMPILE) -c $<
164:
165: mostlyclean-compile:
166: -rm -f *.o core *.core
167:
168: clean-compile:
169:
170: distclean-compile:
171: -rm -f *.tab.c
172:
173: maintainer-clean-compile:
174:
175: mostlyclean-krextra:
176:
177: clean-krextra:
178: -rm -f ansi2knr
179:
180: distclean-krextra:
181:
182: maintainer-clean-krextra:
183: ansi2knr: ansi2knr.o
184: $(LINK) ansi2knr.o $(LIBS)
185: ansi2knr.o: $(CONFIG_HEADER)
186:
187:
188: mostlyclean-kr:
189: -rm -f *_.c
190:
191: clean-kr:
192:
193: distclean-kr:
194:
195: maintainer-clean-kr:
196:
197: libzmodem.a: $(libzmodem_a_OBJECTS) $(libzmodem_a_DEPENDENCIES)
198: -rm -f libzmodem.a
199: $(AR) cru libzmodem.a $(libzmodem_a_OBJECTS) $(libzmodem_a_LIBADD)
200: $(RANLIB) libzmodem.a
201: alloca_.c: alloca.c $(ANSI2KNR)
202: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` | $(ANSI2KNR) alloca_.c
203: error_.c: error.c $(ANSI2KNR)
204: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` | $(ANSI2KNR) error_.c
205: getopt_.c: getopt.c $(ANSI2KNR)
206: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | $(ANSI2KNR) getopt_.c
207: getopt1_.c: getopt1.c $(ANSI2KNR)
208: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | $(ANSI2KNR) getopt1_.c
209: long-options_.c: long-options.c $(ANSI2KNR)
210: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/long-options.c; then echo $(srcdir)/long-options.c; else echo long-options.c; fi` | $(ANSI2KNR) long-options_.c
211: mkdir_.c: mkdir.c $(ANSI2KNR)
212: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/mkdir.c; then echo $(srcdir)/mkdir.c; else echo mkdir.c; fi` | $(ANSI2KNR) mkdir_.c
213: mktime_.c: mktime.c $(ANSI2KNR)
214: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/mktime.c; then echo $(srcdir)/mktime.c; else echo mktime.c; fi` | $(ANSI2KNR) mktime_.c
215: stpcpy_.c: stpcpy.c $(ANSI2KNR)
216: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` | $(ANSI2KNR) stpcpy_.c
217: strdup_.c: strdup.c $(ANSI2KNR)
218: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/strdup.c; then echo $(srcdir)/strdup.c; else echo strdup.c; fi` | $(ANSI2KNR) strdup_.c
219: strerror_.c: strerror.c $(ANSI2KNR)
220: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/strerror.c; then echo $(srcdir)/strerror.c; else echo strerror.c; fi` | $(ANSI2KNR) strerror_.c
221: strftime_.c: strftime.c $(ANSI2KNR)
222: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/strftime.c; then echo $(srcdir)/strftime.c; else echo strftime.c; fi` | $(ANSI2KNR) strftime_.c
223: strpbrk_.c: strpbrk.c $(ANSI2KNR)
224: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/strpbrk.c; then echo $(srcdir)/strpbrk.c; else echo strpbrk.c; fi` | $(ANSI2KNR) strpbrk_.c
225: strstr_.c: strstr.c $(ANSI2KNR)
226: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/strstr.c; then echo $(srcdir)/strstr.c; else echo strstr.c; fi` | $(ANSI2KNR) strstr_.c
227: strtol_.c: strtol.c $(ANSI2KNR)
228: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/strtol.c; then echo $(srcdir)/strtol.c; else echo strtol.c; fi` | $(ANSI2KNR) strtol_.c
229: strtoul_.c: strtoul.c $(ANSI2KNR)
230: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/strtoul.c; then echo $(srcdir)/strtoul.c; else echo strtoul.c; fi` | $(ANSI2KNR) strtoul_.c
231: vasprintf_.c: vasprintf.c $(ANSI2KNR)
232: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/vasprintf.c; then echo $(srcdir)/vasprintf.c; else echo vasprintf.c; fi` | $(ANSI2KNR) vasprintf_.c
233: xstrtol_.c: xstrtol.c $(ANSI2KNR)
234: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/xstrtol.c; then echo $(srcdir)/xstrtol.c; else echo xstrtol.c; fi` | $(ANSI2KNR) xstrtol_.c
235: xstrtoul_.c: xstrtoul.c $(ANSI2KNR)
236: $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) `if test -f $(srcdir)/xstrtoul.c; then echo $(srcdir)/xstrtoul.c; else echo xstrtoul.c; fi` | $(ANSI2KNR) xstrtoul_.c
237: alloca_.o error_.o getopt_.o getopt1_.o long-options_.o mkdir_.o \
238: mktime_.o stpcpy_.o strdup_.o strerror_.o strftime_.o strpbrk_.o \
239: strstr_.o strtol_.o strtoul_.o vasprintf_.o xstrtol_.o xstrtoul_.o : \
240: $(ANSI2KNR)
241:
242: tags: TAGS
243:
244: ID: $(HEADERS) $(SOURCES) $(LISP)
245: here=`pwd` && cd $(srcdir) \
246: && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
247:
248: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
249: tags=; \
250: here=`pwd`; \
251: list='$(SOURCES) $(HEADERS)'; \
252: unique=`for i in $$list; do echo $$i; done | \
253: awk ' { files[$$0] = 1; } \
254: END { for (i in files) print i; }'`; \
255: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
256: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
257:
258: mostlyclean-tags:
259:
260: clean-tags:
261:
262: distclean-tags:
263: -rm -f TAGS ID
264:
265: maintainer-clean-tags:
266:
267: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
268:
269: subdir = lib
270:
271: distdir: $(DISTFILES)
272: @for file in $(DISTFILES); do \
273: d=$(srcdir); \
274: test -f $(distdir)/$$file \
275: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
276: || cp -p $$d/$$file $(distdir)/$$file; \
277: done
278: error.o: error.c ../config.h
279: long-options.o: long-options.c ../config.h getopt.h long-options.h
280: xstrtol.o: xstrtol.c ../config.h xstrtol.h
281: xstrtoul.o: xstrtoul.c xstrtol.c ../config.h xstrtol.h
282:
283: info:
284: dvi:
285: check: all
286: $(MAKE)
287: installcheck:
288: install-exec:
289: @$(NORMAL_INSTALL)
290:
291: install-data:
292: @$(NORMAL_INSTALL)
293:
294: install: install-exec install-data all
295: @:
296:
297: uninstall:
298:
299: install-strip:
300: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
301: installdirs:
302:
303:
304: mostlyclean-generic:
305: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
306:
307: clean-generic:
308: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
309:
310: distclean-generic:
311: -rm -f Makefile $(DISTCLEANFILES)
312: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
313: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
314:
315: maintainer-clean-generic:
316: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
317: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
318: mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \
319: mostlyclean-krextra mostlyclean-kr mostlyclean-tags \
320: mostlyclean-generic
321:
322: clean: clean-noinstLIBRARIES clean-compile clean-krextra clean-kr \
323: clean-tags clean-generic mostlyclean
324:
325: distclean: distclean-noinstLIBRARIES distclean-compile \
326: distclean-krextra distclean-kr distclean-tags \
327: distclean-generic clean
328: -rm -f config.status
329:
330: maintainer-clean: maintainer-clean-noinstLIBRARIES \
331: maintainer-clean-compile maintainer-clean-krextra \
332: maintainer-clean-kr maintainer-clean-tags \
333: maintainer-clean-generic distclean
334: @echo "This command is intended for maintainers to use;"
335: @echo "it deletes files that may require special tools to rebuild."
336:
337: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
338: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
339: mostlyclean-compile distclean-compile clean-compile \
340: maintainer-clean-compile mostlyclean-krextra distclean-krextra \
341: clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \
342: clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \
343: clean-tags maintainer-clean-tags distdir info dvi installcheck \
344: install-exec install-data install uninstall all installdirs \
345: mostlyclean-generic distclean-generic clean-generic \
346: maintainer-clean-generic clean mostlyclean distclean maintainer-clean
347:
348:
349: # Tell versions [3.59,3.63) of GNU make to not export all variables.
350: # Otherwise a system limit (for SysV at least) may be exceeded.
351: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>