r172: *** empty log message ***
[ctsim.git] / getopt / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
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.
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 = @SHELL@
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 DESTDIR =
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@ $(AM_INSTALL_PROGRAM_FLAGS)
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 host_alias = @host_alias@
61 host_triplet = @host@
62 AWK = @AWK@
63 CC = @CC@
64 CXX = @CXX@
65 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 RANLIB = @RANLIB@
68 VERSION = @VERSION@
69 X_BASIC_LIBS = @X_BASIC_LIBS@
70 X_CFLAGS = @X_CFLAGS@
71 X_EXTRA_LIBS = @X_EXTRA_LIBS@
72 X_LIBS = @X_LIBS@
73 X_PRE_LIBS = @X_PRE_LIBS@
74 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
75 cgibindir = @cgibindir@
76 cgibinurl = @cgibinurl@
77 cgiprograms = @cgiprograms@
78 ctlibs = @ctlibs@
79 htmldata = @htmldata@
80 htmldir = @htmldir@
81 lamdir = @lamdir@
82 lamprograms = @lamprograms@
83 mpienable = @mpienable@
84 my_includes = @my_includes@
85 webdatadir = @webdatadir@
86 webdataurl = @webdataurl@
87 webenabled = @webenabled@
88 wxcflags = @wxcflags@
89 wxconfig = @wxconfig@
90 wxlibs = @wxlibs@
91
92 noinst_LIBRARIES = libgetopt.a
93 libgetopt_a_SOURCES = getopt.c getopt1.c 
94 noinst_HEADERS = getopt.h
95 INCLUDES = @my_includes@
96 EXTRA_DIST = Makefile.nt
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_HEADER = ../config.h
99 CONFIG_CLEAN_FILES = 
100 LIBRARIES =  $(noinst_LIBRARIES)
101
102
103 DEFS = @DEFS@ -I. -I$(srcdir) -I..
104 CPPFLAGS = @CPPFLAGS@
105 LDFLAGS = @LDFLAGS@
106 LIBS = @LIBS@
107 libgetopt_a_LIBADD = 
108 libgetopt_a_OBJECTS =  getopt.o getopt1.o
109 AR = ar
110 CFLAGS = @CFLAGS@
111 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
112 CCLD = $(CC)
113 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
114 HEADERS =  $(noinst_HEADERS)
115
116 DIST_COMMON =  Makefile.am Makefile.in
117
118
119 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
120
121 TAR = tar
122 GZIP_ENV = --best
123 DEP_FILES =  .deps/getopt.P .deps/getopt1.P
124 SOURCES = $(libgetopt_a_SOURCES)
125 OBJECTS = $(libgetopt_a_OBJECTS)
126
127 all: all-redirect
128 .SUFFIXES:
129 .SUFFIXES: .S .c .o .s
130 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
131         cd $(top_srcdir) && $(AUTOMAKE) --gnu getopt/Makefile
132
133 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
134         cd $(top_builddir) \
135           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136
137
138 mostlyclean-noinstLIBRARIES:
139
140 clean-noinstLIBRARIES:
141         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
142
143 distclean-noinstLIBRARIES:
144
145 maintainer-clean-noinstLIBRARIES:
146
147 .s.o:
148         $(COMPILE) -c $<
149
150 .S.o:
151         $(COMPILE) -c $<
152
153 mostlyclean-compile:
154         -rm -f *.o core *.core
155
156 clean-compile:
157
158 distclean-compile:
159         -rm -f *.tab.c
160
161 maintainer-clean-compile:
162
163 libgetopt.a: $(libgetopt_a_OBJECTS) $(libgetopt_a_DEPENDENCIES)
164         -rm -f libgetopt.a
165         $(AR) cru libgetopt.a $(libgetopt_a_OBJECTS) $(libgetopt_a_LIBADD)
166         $(RANLIB) libgetopt.a
167
168 tags: TAGS
169
170 ID: $(HEADERS) $(SOURCES) $(LISP)
171         list='$(SOURCES) $(HEADERS)'; \
172         unique=`for i in $$list; do echo $$i; done | \
173           awk '    { files[$$0] = 1; } \
174                END { for (i in files) print i; }'`; \
175         here=`pwd` && cd $(srcdir) \
176           && mkid -f$$here/ID $$unique $(LISP)
177
178 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
179         tags=; \
180         here=`pwd`; \
181         list='$(SOURCES) $(HEADERS)'; \
182         unique=`for i in $$list; do echo $$i; done | \
183           awk '    { files[$$0] = 1; } \
184                END { for (i in files) print i; }'`; \
185         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
186           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
187
188 mostlyclean-tags:
189
190 clean-tags:
191
192 distclean-tags:
193         -rm -f TAGS ID
194
195 maintainer-clean-tags:
196
197 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
198
199 subdir = getopt
200
201 distdir: $(DISTFILES)
202         here=`cd $(top_builddir) && pwd`; \
203         top_distdir=`cd $(top_distdir) && pwd`; \
204         distdir=`cd $(distdir) && pwd`; \
205         cd $(top_srcdir) \
206           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu getopt/Makefile
207         @for file in $(DISTFILES); do \
208           d=$(srcdir); \
209           if test -d $$d/$$file; then \
210             cp -pr $$/$$file $(distdir)/$$file; \
211           else \
212             test -f $(distdir)/$$file \
213             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
214             || cp -p $$d/$$file $(distdir)/$$file || :; \
215           fi; \
216         done
217
218 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
219
220 -include $(DEP_FILES)
221
222 mostlyclean-depend:
223
224 clean-depend:
225
226 distclean-depend:
227         -rm -rf .deps
228
229 maintainer-clean-depend:
230
231 %.o: %.c
232         @echo '$(COMPILE) -c $<'; \
233         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
234         @-cp .deps/$(*F).pp .deps/$(*F).P; \
235         tr ' ' '\012' < .deps/$(*F).pp \
236           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
237             >> .deps/$(*F).P; \
238         rm .deps/$(*F).pp
239
240 %.lo: %.c
241         @echo '$(LTCOMPILE) -c $<'; \
242         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
243         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
244           < .deps/$(*F).pp > .deps/$(*F).P; \
245         tr ' ' '\012' < .deps/$(*F).pp \
246           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
247             >> .deps/$(*F).P; \
248         rm -f .deps/$(*F).pp
249 info-am:
250 info: info-am
251 dvi-am:
252 dvi: dvi-am
253 check-am: all-am
254 check: check-am
255 installcheck-am:
256 installcheck: installcheck-am
257 install-exec-am:
258 install-exec: install-exec-am
259
260 install-data-am:
261 install-data: install-data-am
262
263 install-am: all-am
264         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
265 install: install-am
266 uninstall-am:
267 uninstall: uninstall-am
268 all-am: Makefile $(LIBRARIES) $(HEADERS)
269 all-redirect: all-am
270 install-strip:
271         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
272 installdirs:
273
274
275 mostlyclean-generic:
276
277 clean-generic:
278
279 distclean-generic:
280         -rm -f Makefile $(CONFIG_CLEAN_FILES)
281         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
282
283 maintainer-clean-generic:
284 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
285                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
286
287 mostlyclean: mostlyclean-am
288
289 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
290                 clean-generic mostlyclean-am
291
292 clean: clean-am
293
294 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
295                 distclean-tags distclean-depend distclean-generic \
296                 clean-am
297
298 distclean: distclean-am
299
300 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
301                 maintainer-clean-compile maintainer-clean-tags \
302                 maintainer-clean-depend maintainer-clean-generic \
303                 distclean-am
304         @echo "This command is intended for maintainers to use;"
305         @echo "it deletes files that may require special tools to rebuild."
306
307 maintainer-clean: maintainer-clean-am
308
309 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
310 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
311 mostlyclean-compile distclean-compile clean-compile \
312 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
313 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
314 distclean-depend clean-depend maintainer-clean-depend info-am info \
315 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
316 install-exec install-data-am install-data install-am install \
317 uninstall-am uninstall all-redirect all-am all installdirs \
318 mostlyclean-generic distclean-generic clean-generic \
319 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
320
321
322 # Tell versions [3.59,3.63) of GNU make to not export all variables.
323 # Otherwise a system limit (for SysV at least) may be exceeded.
324 .NOEXPORT: