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