1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
64 target_alias = @target_alias@
65 target_triplet = @target@
67 CATOBJEXT = @CATOBJEXT@
71 DATADIRNAME = @DATADIRNAME@
75 GMP_SUBDIRS = @GMP_SUBDIRS@
79 INSTOBJEXT = @INSTOBJEXT@
86 MKINSTALLDIRS = @MKINSTALLDIRS@
93 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98 noinst_LIBRARIES = libmisc.a
100 INCLUDES = -I$(srcdir) -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/intl
103 libmisc_a_SOURCES = qsort.c getopt.c getopt1.c
104 libmisc_a_LIBADD = @ALLOCA@ @LIBOBJS@
105 libmisc_a_DEPENDENCIES = @ALLOCA@ @LIBOBJS@
107 EXTRA_DIST = alloca.c getdelim.c getline.c memchr.c memcmp.c memcpy.c memmem.c memmove.c memset.c stpcpy.c strcasecmp.c strerror.c strncasecmp.c strpbrk.c strstr.c strtok_r.c strtol.c strtoul.c
110 MAINTAINERCLEANFILES = Makefile.in
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = ../../config.h
114 LIBRARIES = $(noinst_LIBRARIES)
117 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
118 CPPFLAGS = @CPPFLAGS@
121 libmisc_a_OBJECTS = qsort.o getopt.o getopt1.o
123 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
126 DIST_COMMON = ChangeLog Makefile.am Makefile.in alloca.c getdelim.c \
127 getline.c memchr.c memcmp.c memmem.c memmove.c memset.c stpcpy.c \
128 strcasecmp.c strerror.c strncasecmp.c strpbrk.c strtok_r.c strtol.c \
132 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
136 SOURCES = $(libmisc_a_SOURCES)
137 OBJECTS = $(libmisc_a_OBJECTS)
141 .SUFFIXES: .S .c .o .s
142 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/misc/Makefile
145 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
147 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
150 mostlyclean-noinstLIBRARIES:
152 clean-noinstLIBRARIES:
153 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
155 distclean-noinstLIBRARIES:
157 maintainer-clean-noinstLIBRARIES:
169 -rm -f *.o core *.core
176 maintainer-clean-compile:
178 libmisc.a: $(libmisc_a_OBJECTS) $(libmisc_a_DEPENDENCIES)
180 $(AR) cru libmisc.a $(libmisc_a_OBJECTS) $(libmisc_a_LIBADD)
185 ID: $(HEADERS) $(SOURCES) $(LISP)
186 list='$(SOURCES) $(HEADERS)'; \
187 unique=`for i in $$list; do echo $$i; done | \
188 awk ' { files[$$0] = 1; } \
189 END { for (i in files) print i; }'`; \
190 here=`pwd` && cd $(srcdir) \
191 && mkid -f$$here/ID $$unique $(LISP)
193 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
196 list='$(SOURCES) $(HEADERS)'; \
197 unique=`for i in $$list; do echo $$i; done | \
198 awk ' { files[$$0] = 1; } \
199 END { for (i in files) print i; }'`; \
200 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
201 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
210 maintainer-clean-tags:
212 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
216 distdir: $(DISTFILES)
217 @for file in $(DISTFILES); do \
219 if test -d $$d/$$file; then \
220 cp -pr $$d/$$file $(distdir)/$$file; \
222 test -f $(distdir)/$$file \
223 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
224 || cp -p $$d/$$file $(distdir)/$$file || :; \
227 getopt.o: getopt.c ../../config.h ../../pref.h
228 getopt1.o: getopt1.c ../../config.h ../../pref.h
229 qsort.o: qsort.c ../../config.h ../../pref.h ../../src/alloc.h
238 installcheck: installcheck-am
240 install-exec: install-exec-am
243 install-data: install-data-am
246 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
249 uninstall: uninstall-am
250 all-am: Makefile $(LIBRARIES)
253 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
262 -rm -f Makefile $(CONFIG_CLEAN_FILES)
263 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
265 maintainer-clean-generic:
266 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
267 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
268 mostlyclean-tags mostlyclean-generic
270 mostlyclean: mostlyclean-am
272 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
277 distclean-am: distclean-noinstLIBRARIES distclean-compile \
278 distclean-tags distclean-generic clean-am
280 distclean: distclean-am
282 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
283 maintainer-clean-compile maintainer-clean-tags \
284 maintainer-clean-generic distclean-am
285 @echo "This command is intended for maintainers to use;"
286 @echo "it deletes files that may require special tools to rebuild."
288 maintainer-clean: maintainer-clean-am
290 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
291 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
292 mostlyclean-compile distclean-compile clean-compile \
293 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
294 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
295 check-am installcheck-am installcheck install-exec-am install-exec \
296 install-data-am install-data install-am install uninstall-am uninstall \
297 all-redirect all-am all installdirs mostlyclean-generic \
298 distclean-generic clean-generic maintainer-clean-generic clean \
299 mostlyclean distclean maintainer-clean
302 # Tell versions [3.59,3.63) of GNU make to not export all variables.
303 # Otherwise a system limit (for SysV at least) may be exceeded.