1# Makefile.in generated by automake 1.8 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17SOURCES = $(libutil_a_SOURCES)
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25top_builddir = ..
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27INSTALL = @INSTALL@
28install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
31INSTALL_HEADER = $(INSTALL_DATA)
32transform = $(program_transform_name)
33NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
39subdir = lib
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41	localtime_r.c strptime.c
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.in
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47CONFIG_CLEAN_FILES =
48AR = ar
49ARFLAGS = cru
50LIBRARIES = $(noinst_LIBRARIES)
51libutil_a_AR = $(AR) $(ARFLAGS)
52libutil_a_DEPENDENCIES = @LIBOBJS@
53am_libutil_a_OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT)
54libutil_a_OBJECTS = $(am_libutil_a_OBJECTS)
55DEFAULT_INCLUDES = -I. -I$(srcdir)
56depcomp =
57am__depfiles_maybe =
58COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60CCLD = $(CC)
61LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
62SOURCES = $(libutil_a_SOURCES)
63DIST_SOURCES = $(libutil_a_SOURCES)
64ETAGS = etags
65CTAGS = ctags
66DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
67ACLOCAL = @ACLOCAL@
68AMDEP_FALSE = @AMDEP_FALSE@
69AMDEP_TRUE = @AMDEP_TRUE@
70AMTAR = @AMTAR@
71AUTOCONF = @AUTOCONF@
72AUTOHEADER = @AUTOHEADER@
73AUTOMAKE = @AUTOMAKE@
74AWK = @AWK@
75CC = @CC@
76CCDEPMODE = @CCDEPMODE@
77CFLAGS = @CFLAGS@
78CPP = @CPP@
79CPPFLAGS = @CPPFLAGS@
80CYGPATH_W = @CYGPATH_W@
81DEFS = @DEFS@
82DEPDIR = @DEPDIR@
83ECHO_C = @ECHO_C@
84ECHO_N = @ECHO_N@
85ECHO_T = @ECHO_T@
86EGREP = @EGREP@
87EXEEXT = @EXEEXT@
88INSTALL_DATA = @INSTALL_DATA@
89INSTALL_PROGRAM = @INSTALL_PROGRAM@
90INSTALL_SCRIPT = @INSTALL_SCRIPT@
91INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92LDFLAGS = @LDFLAGS@
93LIBOBJS = @LIBOBJS@
94LIBS = @LIBS@
95LN_S = @LN_S@
96LTLIBOBJS = @LTLIBOBJS@
97MAKEINFO = @MAKEINFO@
98OBJEXT = @OBJEXT@
99PACKAGE = @PACKAGE@
100PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
101PACKAGE_NAME = @PACKAGE_NAME@
102PACKAGE_STRING = @PACKAGE_STRING@
103PACKAGE_TARNAME = @PACKAGE_TARNAME@
104PACKAGE_VERSION = @PACKAGE_VERSION@
105PATH_SEPARATOR = @PATH_SEPARATOR@
106PERL = @PERL@
107RANLIB = @RANLIB@
108SET_MAKE = @SET_MAKE@
109SHELL = @SHELL@
110STRIP = @STRIP@
111VERSION = @VERSION@
112ac_ct_CC = @ac_ct_CC@
113ac_ct_RANLIB = @ac_ct_RANLIB@
114ac_ct_STRIP = @ac_ct_STRIP@
115am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
116am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
117am__include = @am__include@
118am__leading_dot = @am__leading_dot@
119am__quote = @am__quote@
120bindir = @bindir@
121build_alias = @build_alias@
122datadir = @datadir@
123exec_prefix = @exec_prefix@
124host_alias = @host_alias@
125includedir = @includedir@
126infodir = @infodir@
127install_sh = @install_sh@
128libdir = @libdir@
129libexecdir = @libexecdir@
130localstatedir = @localstatedir@
131mandir = @mandir@
132mkdir_p = @mkdir_p@
133oldincludedir = @oldincludedir@
134prefix = @prefix@
135program_transform_name = @program_transform_name@
136sbindir = @sbindir@
137sharedstatedir = @sharedstatedir@
138sysconfdir = @sysconfdir@
139target_alias = @target_alias@
140noinst_LIBRARIES = libutil.a
141libutil_a_SOURCES = getopt.c getopt1.c getopt.h
142libutil_a_LIBADD = @LIBOBJS@
143EXTRA_DIST = localtime_r.c strptime.c
144all: all-am
145
146.SUFFIXES:
147.SUFFIXES: .c .o .obj
148$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
149	@for dep in $?; do \
150	  case '$(am__configure_deps)' in \
151	    *$$dep*) \
152	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
153		&& exit 0; \
154	      exit 1;; \
155	  esac; \
156	done; \
157	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  --ignore-deps lib/Makefile'; \
158	cd $(top_srcdir) && \
159	  $(AUTOMAKE) --gnu  --ignore-deps lib/Makefile
160.PRECIOUS: Makefile
161Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
162	@case '$?' in \
163	  *config.status*) \
164	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
165	  *) \
166	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
167	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
168	esac;
169
170$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
171	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
172
173$(top_srcdir)/configure:  $(am__configure_deps)
174	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
175$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
176	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
177
178clean-noinstLIBRARIES:
179	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
180libutil.a: $(libutil_a_OBJECTS) $(libutil_a_DEPENDENCIES)
181	-rm -f libutil.a
182	$(libutil_a_AR) libutil.a $(libutil_a_OBJECTS) $(libutil_a_LIBADD)
183	$(RANLIB) libutil.a
184
185mostlyclean-compile:
186	-rm -f *.$(OBJEXT)
187
188distclean-compile:
189	-rm -f *.tab.c
190
191.c.o:
192	$(COMPILE) -c $<
193
194.c.obj:
195	$(COMPILE) -c `$(CYGPATH_W) '$<'`
196uninstall-info-am:
197
198ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
199	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
200	unique=`for i in $$list; do \
201	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
202	  done | \
203	  $(AWK) '    { files[$$0] = 1; } \
204	       END { for (i in files) print i; }'`; \
205	mkid -fID $$unique
206tags: TAGS
207
208TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
209		$(TAGS_FILES) $(LISP)
210	tags=; \
211	here=`pwd`; \
212	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
213	unique=`for i in $$list; do \
214	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215	  done | \
216	  $(AWK) '    { files[$$0] = 1; } \
217	       END { for (i in files) print i; }'`; \
218	test -z "$(ETAGS_ARGS)$$tags$$unique" \
219	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
220	     $$tags $$unique
221ctags: CTAGS
222CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
223		$(TAGS_FILES) $(LISP)
224	tags=; \
225	here=`pwd`; \
226	list='$(SOURCES) $(HEADERS)  $(LISP) $(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 "$(CTAGS_ARGS)$$tags$$unique" \
233	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
234	     $$tags $$unique
235
236GTAGS:
237	here=`$(am__cd) $(top_builddir) && pwd` \
238	  && cd $(top_srcdir) \
239	  && gtags -i $(GTAGS_ARGS) $$here
240
241distclean-tags:
242	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
243
244distdir: $(DISTFILES)
245	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
246	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
247	list='$(DISTFILES)'; for file in $$list; do \
248	  case $$file in \
249	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
250	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
251	  esac; \
252	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
253	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
254	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
255	    dir="/$$dir"; \
256	    $(mkdir_p) "$(distdir)$$dir"; \
257	  else \
258	    dir=''; \
259	  fi; \
260	  if test -d $$d/$$file; then \
261	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
262	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
263	    fi; \
264	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
265	  else \
266	    test -f $(distdir)/$$file \
267	    || cp -p $$d/$$file $(distdir)/$$file \
268	    || exit 1; \
269	  fi; \
270	done
271check-am: all-am
272check: check-am
273all-am: Makefile $(LIBRARIES)
274installdirs:
275install: install-am
276install-exec: install-exec-am
277install-data: install-data-am
278uninstall: uninstall-am
279
280install-am: all-am
281	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
282
283installcheck: installcheck-am
284install-strip:
285	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
286	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
287	  `test -z '$(STRIP)' || \
288	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
289mostlyclean-generic:
290
291clean-generic:
292
293distclean-generic:
294	-rm -f $(CONFIG_CLEAN_FILES)
295
296maintainer-clean-generic:
297	@echo "This command is intended for maintainers to use"
298	@echo "it deletes files that may require special tools to rebuild."
299clean: clean-am
300
301clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
302
303distclean: distclean-am
304	-rm -f Makefile
305distclean-am: clean-am distclean-compile distclean-generic \
306	distclean-tags
307
308dvi: dvi-am
309
310dvi-am:
311
312html: html-am
313
314info: info-am
315
316info-am:
317
318install-data-am:
319
320install-exec-am:
321
322install-info: install-info-am
323
324install-man:
325
326installcheck-am:
327
328maintainer-clean: maintainer-clean-am
329	-rm -f Makefile
330maintainer-clean-am: distclean-am maintainer-clean-generic
331
332mostlyclean: mostlyclean-am
333
334mostlyclean-am: mostlyclean-compile mostlyclean-generic
335
336pdf: pdf-am
337
338pdf-am:
339
340ps: ps-am
341
342ps-am:
343
344uninstall-am: uninstall-info-am
345
346.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
347	clean-noinstLIBRARIES ctags distclean distclean-compile \
348	distclean-generic distclean-tags distdir dvi dvi-am html \
349	html-am info info-am install install-am install-data \
350	install-data-am install-exec install-exec-am install-info \
351	install-info-am install-man install-strip installcheck \
352	installcheck-am installdirs maintainer-clean \
353	maintainer-clean-generic mostlyclean mostlyclean-compile \
354	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
355	uninstall-am uninstall-info-am
356
357# Tell versions [3.59,3.63) of GNU make to not export all variables.
358# Otherwise a system limit (for SysV at least) may be exceeded.
359.NOEXPORT:
360