1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# 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@SET_MAKE@
15
16# This is the auto-Makefile for the lib subdirectory of Taylor UUCP.
17
18SHELL = @SHELL@
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23prefix = @prefix@
24exec_prefix = @exec_prefix@
25
26bindir = @bindir@
27sbindir = @sbindir@
28libexecdir = @libexecdir@
29datadir = @datadir@
30sysconfdir = @sysconfdir@
31sharedstatedir = @sharedstatedir@
32localstatedir = @localstatedir@
33libdir = @libdir@
34infodir = @infodir@
35mandir = @mandir@
36includedir = @includedir@
37oldincludedir = /usr/include
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = @program_transform_name@
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60AMTAR = @AMTAR@
61AR = @AR@
62AWK = @AWK@
63CC = @CC@
64DEPDIR = @DEPDIR@
65EXEEXT = @EXEEXT@
66INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
67LIBOBJS = @LIBOBJS@
68LN_S = @LN_S@
69MAINT = @MAINT@
70NEWCONFIGDIR = @NEWCONFIGDIR@
71OBJEXT = @OBJEXT@
72OLDCONFIGDIR = @OLDCONFIGDIR@
73OWNER = @OWNER@
74PACKAGE = @PACKAGE@
75POUNDBANG = @POUNDBANG@
76RANLIB = @RANLIB@
77UNIXOBJS = @UNIXOBJS@
78VERSION = @VERSION@
79WARN_CFLAGS = @WARN_CFLAGS@
80am__include = @am__include@
81am__quote = @am__quote@
82install_sh = @install_sh@
83
84noinst_LIBRARIES = libuucp.a
85
86libuucp_a_SOURCES = buffer.c crc.c debug.c escape.c getopt.c getop1.c \
87	parse.c quote.c quotes.c spool.c status.c xfree.c xmall.c xreall.c
88
89libuucp_a_LIBADD = $(LIBOBJS)
90
91AM_CFLAGS = -I.. -I$(srcdir)/.. $(WARN_CFLAGS)
92subdir = lib
93mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94CONFIG_HEADER = $(top_builddir)/config.h
95CONFIG_CLEAN_FILES =
96LIBRARIES = $(noinst_LIBRARIES)
97
98libuucp_a_AR = $(AR) cru
99libuucp_a_DEPENDENCIES = @LIBOBJS@
100am_libuucp_a_OBJECTS = buffer.$(OBJEXT) crc.$(OBJEXT) debug.$(OBJEXT) \
101	escape.$(OBJEXT) getopt.$(OBJEXT) getop1.$(OBJEXT) \
102	parse.$(OBJEXT) quote.$(OBJEXT) quotes.$(OBJEXT) \
103	spool.$(OBJEXT) status.$(OBJEXT) xfree.$(OBJEXT) \
104	xmall.$(OBJEXT) xreall.$(OBJEXT)
105libuucp_a_OBJECTS = $(am_libuucp_a_OBJECTS)
106
107DEFS = @DEFS@
108DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
109CPPFLAGS = @CPPFLAGS@
110LDFLAGS = @LDFLAGS@
111LIBS = @LIBS@
112depcomp = $(SHELL) $(top_srcdir)/depcomp
113@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bsrch.Po $(DEPDIR)/buffer.Po \
114@AMDEP_TRUE@	$(DEPDIR)/bzero.Po $(DEPDIR)/crc.Po \
115@AMDEP_TRUE@	$(DEPDIR)/debug.Po $(DEPDIR)/escape.Po \
116@AMDEP_TRUE@	$(DEPDIR)/getlin.Po $(DEPDIR)/getop1.Po \
117@AMDEP_TRUE@	$(DEPDIR)/getopt.Po $(DEPDIR)/memchr.Po \
118@AMDEP_TRUE@	$(DEPDIR)/memcmp.Po $(DEPDIR)/memcpy.Po \
119@AMDEP_TRUE@	$(DEPDIR)/parse.Po $(DEPDIR)/quote.Po \
120@AMDEP_TRUE@	$(DEPDIR)/quotes.Po $(DEPDIR)/spool.Po \
121@AMDEP_TRUE@	$(DEPDIR)/status.Po $(DEPDIR)/strcas.Po \
122@AMDEP_TRUE@	$(DEPDIR)/strchr.Po $(DEPDIR)/strdup.Po \
123@AMDEP_TRUE@	$(DEPDIR)/strncs.Po $(DEPDIR)/strrch.Po \
124@AMDEP_TRUE@	$(DEPDIR)/strstr.Po $(DEPDIR)/strtol.Po \
125@AMDEP_TRUE@	$(DEPDIR)/strtou.Po $(DEPDIR)/xfree.Po \
126@AMDEP_TRUE@	$(DEPDIR)/xmall.Po $(DEPDIR)/xreall.Po
127COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129CCLD = $(CC)
130LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
131CFLAGS = @CFLAGS@
132DIST_SOURCES = $(libuucp_a_SOURCES)
133DIST_COMMON = Makefile.am Makefile.in bsrch.c bzero.c getlin.c memchr.c \
134	memcmp.c memcpy.c strcas.c strchr.c strdup.c strncs.c strrch.c \
135	strstr.c strtol.c strtou.c
136SOURCES = $(libuucp_a_SOURCES)
137
138all: all-am
139
140.SUFFIXES:
141.SUFFIXES: .c .o .obj
142$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
143	cd $(top_srcdir) && \
144	  $(AUTOMAKE) --gnu  lib/Makefile
145Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
146	cd $(top_builddir) && \
147	  CONFIG_HEADERS= CONFIG_LINKS= \
148	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
149
150AR = ar
151
152clean-noinstLIBRARIES:
153	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
154libuucp.a: $(libuucp_a_OBJECTS) $(libuucp_a_DEPENDENCIES) 
155	-rm -f libuucp.a
156	$(libuucp_a_AR) libuucp.a $(libuucp_a_OBJECTS) $(libuucp_a_LIBADD)
157	$(RANLIB) libuucp.a
158
159mostlyclean-compile:
160	-rm -f *.$(OBJEXT) core *.core
161
162distclean-compile:
163	-rm -f *.tab.c
164
165@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bsrch.Po@am__quote@
166@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/buffer.Po@am__quote@
167@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bzero.Po@am__quote@
168@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/crc.Po@am__quote@
169@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/debug.Po@am__quote@
170@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/escape.Po@am__quote@
171@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getlin.Po@am__quote@
172@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getop1.Po@am__quote@
173@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Po@am__quote@
174@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
175@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@
176@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcpy.Po@am__quote@
177@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/parse.Po@am__quote@
178@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quote.Po@am__quote@
179@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quotes.Po@am__quote@
180@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/spool.Po@am__quote@
181@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/status.Po@am__quote@
182@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcas.Po@am__quote@
183@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strchr.Po@am__quote@
184@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strdup.Po@am__quote@
185@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strncs.Po@am__quote@
186@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strrch.Po@am__quote@
187@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strstr.Po@am__quote@
188@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtol.Po@am__quote@
189@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtou.Po@am__quote@
190@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xfree.Po@am__quote@
191@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmall.Po@am__quote@
192@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xreall.Po@am__quote@
193
194distclean-depend:
195	-rm -rf $(DEPDIR)
196
197.c.o:
198@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
199@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
200@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
201	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
202
203.c.obj:
204@AMDEP_TRUE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
205@AMDEP_TRUE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
206@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
207	$(COMPILE) -c `cygpath -w $<`
208CCDEPMODE = @CCDEPMODE@
209uninstall-info-am:
210
211tags: TAGS
212
213ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
214	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
215	unique=`for i in $$list; do \
216	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217	  done | \
218	  $(AWK) '    { files[$$0] = 1; } \
219	       END { for (i in files) print i; }'`; \
220	mkid -fID $$unique $(LISP)
221
222TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
223		$(TAGS_FILES) $(LISP)
224	tags=; \
225	here=`pwd`; \
226	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
227	unique=`for i in $$list; do \
228	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229	  done | \
230	  $(AWK) '    { files[$$0] = 1; } \
231	       END { for (i in files) print i; }'`; \
232	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
233	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
234
235GTAGS:
236	here=`CDPATH=: && cd $(top_builddir) && pwd` \
237	  && cd $(top_srcdir) \
238	  && gtags -i $(GTAGS_ARGS) $$here
239
240distclean-tags:
241	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
242
243DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244
245top_distdir = ..
246distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
247
248distdir: $(DISTFILES)
249	@for file in $(DISTFILES); do \
250	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
251	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
252	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
253	    $(mkinstalldirs) "$(distdir)/$$dir"; \
254	  fi; \
255	  if test -d $$d/$$file; then \
256	    cp -pR $$d/$$file $(distdir) \
257	    || exit 1; \
258	  else \
259	    test -f $(distdir)/$$file \
260	    || cp -p $$d/$$file $(distdir)/$$file \
261	    || exit 1; \
262	  fi; \
263	done
264check-am: all-am
265check: check-am
266all-am: Makefile $(LIBRARIES)
267
268installdirs:
269
270install: install-am
271install-exec: install-exec-am
272install-data: install-data-am
273uninstall: uninstall-am
274
275install-am: all-am
276	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
277
278installcheck: installcheck-am
279install-strip:
280	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
281	  `test -z '$(STRIP)' || \
282	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
283mostlyclean-generic:
284
285clean-generic:
286
287distclean-generic:
288	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
289
290maintainer-clean-generic:
291	@echo "This command is intended for maintainers to use"
292	@echo "it deletes files that may require special tools to rebuild."
293clean: clean-am
294
295clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
296
297distclean: distclean-am
298
299distclean-am: clean-am distclean-compile distclean-depend \
300	distclean-generic distclean-tags
301
302dvi: dvi-am
303
304dvi-am:
305
306info: info-am
307
308info-am:
309
310install-data-am:
311
312install-exec-am:
313
314install-info: install-info-am
315
316install-man:
317
318installcheck-am:
319
320maintainer-clean: maintainer-clean-am
321
322maintainer-clean-am: distclean-am maintainer-clean-generic
323
324mostlyclean: mostlyclean-am
325
326mostlyclean-am: mostlyclean-compile mostlyclean-generic
327
328uninstall-am: uninstall-info-am
329
330.PHONY: GTAGS all all-am check check-am clean clean-generic \
331	clean-noinstLIBRARIES distclean distclean-compile \
332	distclean-depend distclean-generic distclean-tags distdir dvi \
333	dvi-am info info-am install install-am install-data \
334	install-data-am install-exec install-exec-am install-info \
335	install-info-am install-man install-strip installcheck \
336	installcheck-am installdirs maintainer-clean \
337	maintainer-clean-generic mostlyclean mostlyclean-compile \
338	mostlyclean-generic tags uninstall uninstall-am \
339	uninstall-info-am
340
341# Tell versions [3.59,3.63) of GNU make to not export all variables.
342# Otherwise a system limit (for SysV at least) may be exceeded.
343.NOEXPORT:
344