Very old versions for history.
[opsoft_archive.git] / silentbob / silent_bob-1.2 / src / Makefile.in
blob7f2c278e666a39a4ceed144e0c4888ff871aff61
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
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@
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 AR = @AR@
63 AS = @AS@
64 CC = @CC@
65 CXX = @CXX@
66 CXXCPP = @CXXCPP@
67 DLLTOOL = @DLLTOOL@
68 ECHO = @ECHO@
69 EGREP = @EGREP@
70 EXEEXT = @EXEEXT@
71 F77 = @F77@
72 GCJ = @GCJ@
73 GCJFLAGS = @GCJFLAGS@
74 HAVE_LIB = @HAVE_LIB@
75 LIB = @LIB@
76 LIBTOOL = @LIBTOOL@
77 LN_S = @LN_S@
78 LTLIB = @LTLIB@
79 MAKEINFO = @MAKEINFO@
80 OBJDUMP = @OBJDUMP@
81 OBJEXT = @OBJEXT@
82 PACKAGE = @PACKAGE@
83 RANLIB = @RANLIB@
84 RC = @RC@
85 STRIP = @STRIP@
86 VERSION = @VERSION@
88 METASOURCES = AUTO
90 # set the include path found by configure
91 INCLUDES = $(all_includes) -I$(top_srcdir)/src/sblib
92 SUBDIRS = sblib plugins
94 # the library search path.
95 bin_PROGRAMS = silent_bob
97 silent_bob_SOURCES = brave.cpp call_tags.cpp cgrep.cpp flist.cpp globals.cpp got_structs.cpp got_tag.cpp init.cpp main.cpp make_tags.cpp mk_tag.cpp modding.cpp nogui_fdump.cpp nogui_indent.cpp tags.cpp t_op.cpp tree.cpp usage.cpp log.cpp sb_prname.cpp opts_globals.cpp opts_settings.cpp
100 noinst_HEADERS = base.h dbg.h env.h head.h mod.h proto.h structs.h the_tt.h
102 silent_bob_LDADD = $(top_builddir)/src/sblib/libsblib.la -ldl -lgclib -lgclib_c -lsblib
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = ../config.h
105 CONFIG_CLEAN_FILES =
106 bin_PROGRAMS = silent_bob$(EXEEXT)
107 PROGRAMS = $(bin_PROGRAMS)
110 DEFS = @DEFS@ -I. -I$(srcdir) -I..
111 CPPFLAGS = @CPPFLAGS@
112 LDFLAGS = @LDFLAGS@
113 LIBS = @LIBS@
114 silent_bob_OBJECTS = brave.$(OBJEXT) call_tags.$(OBJEXT) \
115 cgrep.$(OBJEXT) flist.$(OBJEXT) globals.$(OBJEXT) got_structs.$(OBJEXT) \
116 got_tag.$(OBJEXT) init.$(OBJEXT) main.$(OBJEXT) make_tags.$(OBJEXT) \
117 mk_tag.$(OBJEXT) modding.$(OBJEXT) nogui_fdump.$(OBJEXT) \
118 nogui_indent.$(OBJEXT) tags.$(OBJEXT) t_op.$(OBJEXT) tree.$(OBJEXT) \
119 usage.$(OBJEXT) log.$(OBJEXT) sb_prname.$(OBJEXT) \
120 opts_globals.$(OBJEXT) opts_settings.$(OBJEXT)
121 silent_bob_DEPENDENCIES = $(top_builddir)/src/sblib/libsblib.la
122 silent_bob_LDFLAGS =
123 CXXFLAGS = @CXXFLAGS@
124 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
125 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
126 CXXLD = $(CXX)
127 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
128 HEADERS = $(noinst_HEADERS)
130 DIST_COMMON = Makefile.am Makefile.in
133 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
135 TAR = tar
136 GZIP_ENV = --best
137 DEP_FILES = .deps/brave.P .deps/call_tags.P .deps/cgrep.P .deps/flist.P \
138 .deps/globals.P .deps/got_structs.P .deps/got_tag.P .deps/init.P \
139 .deps/log.P .deps/main.P .deps/make_tags.P .deps/mk_tag.P \
140 .deps/modding.P .deps/nogui_fdump.P .deps/nogui_indent.P \
141 .deps/opts_globals.P .deps/opts_settings.P .deps/sb_prname.P \
142 .deps/t_op.P .deps/tags.P .deps/tree.P .deps/usage.P
143 SOURCES = $(silent_bob_SOURCES)
144 OBJECTS = $(silent_bob_OBJECTS)
146 all: all-redirect
147 .SUFFIXES:
148 .SUFFIXES: .S .c .cpp .lo .o .obj .s
149 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
150 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
152 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
153 cd $(top_builddir) \
154 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
157 mostlyclean-binPROGRAMS:
159 clean-binPROGRAMS:
160 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
162 distclean-binPROGRAMS:
164 maintainer-clean-binPROGRAMS:
166 install-binPROGRAMS: $(bin_PROGRAMS)
167 @$(NORMAL_INSTALL)
168 $(mkinstalldirs) $(DESTDIR)$(bindir)
169 @list='$(bin_PROGRAMS)'; for p in $$list; do \
170 if test -f $$p; then \
171 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
172 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
173 else :; fi; \
174 done
176 uninstall-binPROGRAMS:
177 @$(NORMAL_UNINSTALL)
178 list='$(bin_PROGRAMS)'; for p in $$list; do \
179 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
180 done
182 # FIXME: We should only use cygpath when building on Windows,
183 # and only if it is available.
184 .c.obj:
185 $(COMPILE) -c `cygpath -w $<`
187 .s.o:
188 $(COMPILE) -c $<
190 .S.o:
191 $(COMPILE) -c $<
193 mostlyclean-compile:
194 -rm -f *.o core *.core
195 -rm -f *.$(OBJEXT)
197 clean-compile:
199 distclean-compile:
200 -rm -f *.tab.c
202 maintainer-clean-compile:
204 .s.lo:
205 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
207 .S.lo:
208 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
210 mostlyclean-libtool:
211 -rm -f *.lo
213 clean-libtool:
214 -rm -rf .libs _libs
216 distclean-libtool:
218 maintainer-clean-libtool:
220 silent_bob$(EXEEXT): $(silent_bob_OBJECTS) $(silent_bob_DEPENDENCIES)
221 @rm -f silent_bob$(EXEEXT)
222 $(CXXLINK) $(silent_bob_LDFLAGS) $(silent_bob_OBJECTS) $(silent_bob_LDADD) $(LIBS)
223 .cpp.o:
224 $(CXXCOMPILE) -c $<
225 .cpp.obj:
226 $(CXXCOMPILE) -c `cygpath -w $<`
227 .cpp.lo:
228 $(LTCXXCOMPILE) -c $<
230 # This directory's subdirectories are mostly independent; you can cd
231 # into them and run `make' without going through this Makefile.
232 # To change the values of `make' variables: instead of editing Makefiles,
233 # (1) if the variable is set in `config.status', edit `config.status'
234 # (which will cause the Makefiles to be regenerated when you run `make');
235 # (2) otherwise, pass the desired values on the `make' command line.
237 @SET_MAKE@
239 all-recursive install-data-recursive install-exec-recursive \
240 installdirs-recursive install-recursive uninstall-recursive \
241 check-recursive installcheck-recursive info-recursive dvi-recursive:
242 @set fnord $(MAKEFLAGS); amf=$$2; \
243 dot_seen=no; \
244 target=`echo $@ | sed s/-recursive//`; \
245 list='$(SUBDIRS)'; for subdir in $$list; do \
246 echo "Making $$target in $$subdir"; \
247 if test "$$subdir" = "."; then \
248 dot_seen=yes; \
249 local_target="$$target-am"; \
250 else \
251 local_target="$$target"; \
252 fi; \
253 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
254 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
255 done; \
256 if test "$$dot_seen" = "no"; then \
257 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
258 fi; test -z "$$fail"
260 mostlyclean-recursive clean-recursive distclean-recursive \
261 maintainer-clean-recursive:
262 @set fnord $(MAKEFLAGS); amf=$$2; \
263 dot_seen=no; \
264 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
265 rev="$$subdir $$rev"; \
266 test "$$subdir" != "." || dot_seen=yes; \
267 done; \
268 test "$$dot_seen" = "no" && rev=". $$rev"; \
269 target=`echo $@ | sed s/-recursive//`; \
270 for subdir in $$rev; do \
271 echo "Making $$target in $$subdir"; \
272 if test "$$subdir" = "."; then \
273 local_target="$$target-am"; \
274 else \
275 local_target="$$target"; \
276 fi; \
277 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
278 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
279 done && test -z "$$fail"
280 tags-recursive:
281 list='$(SUBDIRS)'; for subdir in $$list; do \
282 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
283 done
285 tags: TAGS
287 ID: $(HEADERS) $(SOURCES) $(LISP)
288 list='$(SOURCES) $(HEADERS)'; \
289 unique=`for i in $$list; do echo $$i; done | \
290 awk ' { files[$$0] = 1; } \
291 END { for (i in files) print i; }'`; \
292 here=`pwd` && cd $(srcdir) \
293 && mkid -f$$here/ID $$unique $(LISP)
295 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
296 tags=; \
297 here=`pwd`; \
298 list='$(SUBDIRS)'; for subdir in $$list; do \
299 if test "$$subdir" = .; then :; else \
300 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
301 fi; \
302 done; \
303 list='$(SOURCES) $(HEADERS)'; \
304 unique=`for i in $$list; do echo $$i; done | \
305 awk ' { files[$$0] = 1; } \
306 END { for (i in files) print i; }'`; \
307 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
308 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
310 mostlyclean-tags:
312 clean-tags:
314 distclean-tags:
315 -rm -f TAGS ID
317 maintainer-clean-tags:
319 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
321 subdir = src
323 distdir: $(DISTFILES)
324 here=`cd $(top_builddir) && pwd`; \
325 top_distdir=`cd $(top_distdir) && pwd`; \
326 distdir=`cd $(distdir) && pwd`; \
327 cd $(top_srcdir) \
328 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
329 @for file in $(DISTFILES); do \
330 d=$(srcdir); \
331 if test -d $$d/$$file; then \
332 cp -pr $$d/$$file $(distdir)/$$file; \
333 else \
334 test -f $(distdir)/$$file \
335 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
336 || cp -p $$d/$$file $(distdir)/$$file || :; \
337 fi; \
338 done
339 for subdir in $(SUBDIRS); do \
340 if test "$$subdir" = .; then :; else \
341 test -d $(distdir)/$$subdir \
342 || mkdir $(distdir)/$$subdir \
343 || exit 1; \
344 chmod 777 $(distdir)/$$subdir; \
345 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
346 || exit 1; \
347 fi; \
348 done
350 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
352 -include $(DEP_FILES)
354 mostlyclean-depend:
356 clean-depend:
358 distclean-depend:
359 -rm -rf .deps
361 maintainer-clean-depend:
363 %.o: %.c
364 @echo '$(COMPILE) -c $<'; \
365 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
366 @-cp .deps/$(*F).pp .deps/$(*F).P; \
367 tr ' ' '\012' < .deps/$(*F).pp \
368 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
369 >> .deps/$(*F).P; \
370 rm .deps/$(*F).pp
372 %.lo: %.c
373 @echo '$(LTCOMPILE) -c $<'; \
374 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
375 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
376 < .deps/$(*F).pp > .deps/$(*F).P; \
377 tr ' ' '\012' < .deps/$(*F).pp \
378 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
379 >> .deps/$(*F).P; \
380 rm -f .deps/$(*F).pp
382 %.o: %.cpp
383 @echo '$(CXXCOMPILE) -c $<'; \
384 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
385 @-cp .deps/$(*F).pp .deps/$(*F).P; \
386 tr ' ' '\012' < .deps/$(*F).pp \
387 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
388 >> .deps/$(*F).P; \
389 rm .deps/$(*F).pp
391 %.lo: %.cpp
392 @echo '$(LTCXXCOMPILE) -c $<'; \
393 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
394 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
395 < .deps/$(*F).pp > .deps/$(*F).P; \
396 tr ' ' '\012' < .deps/$(*F).pp \
397 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
398 >> .deps/$(*F).P; \
399 rm -f .deps/$(*F).pp
400 info-am:
401 info: info-recursive
402 dvi-am:
403 dvi: dvi-recursive
404 check-am: all-am
405 check: check-recursive
406 installcheck-am:
407 installcheck: installcheck-recursive
408 install-exec-am: install-binPROGRAMS
409 @$(NORMAL_INSTALL)
410 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
411 install-exec: install-exec-recursive
413 install-data-am:
414 install-data: install-data-recursive
416 install-am: all-am
417 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
418 install: install-recursive
419 uninstall-am: uninstall-binPROGRAMS
420 uninstall: uninstall-recursive
421 all-am: Makefile $(PROGRAMS) $(HEADERS)
422 all-redirect: all-recursive
423 install-strip:
424 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
425 installdirs: installdirs-recursive
426 installdirs-am:
427 $(mkinstalldirs) $(DESTDIR)$(bindir)
430 mostlyclean-generic:
432 clean-generic:
434 distclean-generic:
435 -rm -f Makefile $(CONFIG_CLEAN_FILES)
436 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
438 maintainer-clean-generic:
439 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
440 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
441 mostlyclean-generic
443 mostlyclean: mostlyclean-recursive
445 clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
446 clean-depend clean-generic mostlyclean-am
448 clean: clean-recursive
450 distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \
451 distclean-tags distclean-depend distclean-generic \
452 clean-am
453 -rm -f libtool
455 distclean: distclean-recursive
457 maintainer-clean-am: maintainer-clean-binPROGRAMS \
458 maintainer-clean-compile maintainer-clean-libtool \
459 maintainer-clean-tags maintainer-clean-depend \
460 maintainer-clean-generic distclean-am
461 @echo "This command is intended for maintainers to use;"
462 @echo "it deletes files that may require special tools to rebuild."
464 maintainer-clean: maintainer-clean-recursive
466 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
467 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
468 mostlyclean-compile distclean-compile clean-compile \
469 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
470 clean-libtool maintainer-clean-libtool install-data-recursive \
471 uninstall-data-recursive install-exec-recursive \
472 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
473 all-recursive check-recursive installcheck-recursive info-recursive \
474 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
475 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
476 distclean-tags clean-tags maintainer-clean-tags distdir \
477 mostlyclean-depend distclean-depend clean-depend \
478 maintainer-clean-depend info-am info dvi-am dvi check check-am \
479 installcheck-am installcheck install-exec-am install-exec \
480 install-data-am install-data install-am install uninstall-am uninstall \
481 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
482 distclean-generic clean-generic maintainer-clean-generic clean \
483 mostlyclean distclean maintainer-clean
486 install-exec-hook:
487 ln -sf silent_bob $(DESTDIR)$(bindir)/sb
488 ln -sf silent_bob $(DESTDIR)$(bindir)/tags
489 ln -sf silent_bob $(DESTDIR)$(bindir)/the_tt
490 ln -sf silent_bob $(DESTDIR)$(bindir)/structs
491 ln -sf silent_bob $(DESTDIR)$(bindir)/bob
493 # Tell versions [3.59,3.63) of GNU make to not export all variables.
494 # Otherwise a system limit (for SysV at least) may be exceeded.
495 .NOEXPORT: