Very old versions for history.
[opsoft_archive.git] / silentbob / silentbob-1.1 / src / plugins / Makefile.in
blobf7350831978ff492c6d88316e97eb71e0b62c3c2
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 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/plugins
89 METASOURCES = AUTO
90 pkglib_LTLIBRARIES = libplugin_perl.la libplugin_perlpackages.la libplugin_cfiles.la libplugin_cache.la libplugin_readahead.la libplugin_editor.la libplugin_python.la
93 noinst_HEADERS = the_fly.hpp
94 #libdir = /usr/local/share/silent_bob/plugins
96 libplugin_perl_la_LDFLAGS = -module
97 libplugin_perl_la_SOURCES = plugin_perl.cpp the_fly.cpp t_op2.cpp
98 libplugin_python_la_SOURCES = python.cpp plugin_python.cpp
100 libplugin_perlpackages_la_LDFLAGS = -module
101 libplugin_perlpackages_la_SOURCES = plugin_perlpackages.cpp the_fly.cpp t_op2.cpp
103 libplugin_cfiles_la_SOURCES = plugin_c-files.cpp
104 libplugin_cache_la_SOURCES = plugin_cache.cpp
105 libplugin_readahead_la_SOURCES = plugin_readahead.cpp
106 libplugin_editor_la_SOURCES = plugin_editor.cpp
107 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108 CONFIG_HEADER = ../../config.h
109 CONFIG_CLEAN_FILES =
110 LTLIBRARIES = $(pkglib_LTLIBRARIES)
113 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
114 CPPFLAGS = @CPPFLAGS@
115 LDFLAGS = @LDFLAGS@
116 LIBS = @LIBS@
117 libplugin_perl_la_LIBADD =
118 libplugin_perl_la_OBJECTS = plugin_perl.lo the_fly.lo t_op2.lo
119 libplugin_perlpackages_la_LIBADD =
120 libplugin_perlpackages_la_OBJECTS = plugin_perlpackages.lo the_fly.lo \
121 t_op2.lo
122 libplugin_cfiles_la_LDFLAGS =
123 libplugin_cfiles_la_LIBADD =
124 libplugin_cfiles_la_OBJECTS = plugin_c-files.lo
125 libplugin_cache_la_LDFLAGS =
126 libplugin_cache_la_LIBADD =
127 libplugin_cache_la_OBJECTS = plugin_cache.lo
128 libplugin_readahead_la_LDFLAGS =
129 libplugin_readahead_la_LIBADD =
130 libplugin_readahead_la_OBJECTS = plugin_readahead.lo
131 libplugin_editor_la_LDFLAGS =
132 libplugin_editor_la_LIBADD =
133 libplugin_editor_la_OBJECTS = plugin_editor.lo
134 libplugin_python_la_LDFLAGS =
135 libplugin_python_la_LIBADD =
136 libplugin_python_la_OBJECTS = python.lo plugin_python.lo
137 CXXFLAGS = @CXXFLAGS@
138 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
139 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
140 CXXLD = $(CXX)
141 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
142 HEADERS = $(noinst_HEADERS)
144 DIST_COMMON = Makefile.am Makefile.in
147 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
149 TAR = tar
150 GZIP_ENV = --best
151 DEP_FILES = .deps/plugin_c-files.P .deps/plugin_cache.P \
152 .deps/plugin_editor.P .deps/plugin_perl.P .deps/plugin_perlpackages.P \
153 .deps/plugin_python.P .deps/plugin_readahead.P .deps/python.P \
154 .deps/t_op2.P .deps/the_fly.P
155 SOURCES = $(libplugin_perl_la_SOURCES) $(libplugin_perlpackages_la_SOURCES) $(libplugin_cfiles_la_SOURCES) $(libplugin_cache_la_SOURCES) $(libplugin_readahead_la_SOURCES) $(libplugin_editor_la_SOURCES) $(libplugin_python_la_SOURCES)
156 OBJECTS = $(libplugin_perl_la_OBJECTS) $(libplugin_perlpackages_la_OBJECTS) $(libplugin_cfiles_la_OBJECTS) $(libplugin_cache_la_OBJECTS) $(libplugin_readahead_la_OBJECTS) $(libplugin_editor_la_OBJECTS) $(libplugin_python_la_OBJECTS)
158 all: all-redirect
159 .SUFFIXES:
160 .SUFFIXES: .S .c .cpp .lo .o .obj .s
161 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
162 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/Makefile
164 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
165 cd $(top_builddir) \
166 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
169 mostlyclean-pkglibLTLIBRARIES:
171 clean-pkglibLTLIBRARIES:
172 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
174 distclean-pkglibLTLIBRARIES:
176 maintainer-clean-pkglibLTLIBRARIES:
178 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
179 @$(NORMAL_INSTALL)
180 $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
181 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
182 if test -f $$p; then \
183 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
184 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; \
185 else :; fi; \
186 done
188 uninstall-pkglibLTLIBRARIES:
189 @$(NORMAL_UNINSTALL)
190 list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
191 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
192 done
194 # FIXME: We should only use cygpath when building on Windows,
195 # and only if it is available.
196 .c.obj:
197 $(COMPILE) -c `cygpath -w $<`
199 .s.o:
200 $(COMPILE) -c $<
202 .S.o:
203 $(COMPILE) -c $<
205 mostlyclean-compile:
206 -rm -f *.o core *.core
207 -rm -f *.$(OBJEXT)
209 clean-compile:
211 distclean-compile:
212 -rm -f *.tab.c
214 maintainer-clean-compile:
216 .s.lo:
217 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
219 .S.lo:
220 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
222 mostlyclean-libtool:
223 -rm -f *.lo
225 clean-libtool:
226 -rm -rf .libs _libs
228 distclean-libtool:
230 maintainer-clean-libtool:
232 libplugin_perl.la: $(libplugin_perl_la_OBJECTS) $(libplugin_perl_la_DEPENDENCIES)
233 $(CXXLINK) -rpath $(pkglibdir) $(libplugin_perl_la_LDFLAGS) $(libplugin_perl_la_OBJECTS) $(libplugin_perl_la_LIBADD) $(LIBS)
235 libplugin_perlpackages.la: $(libplugin_perlpackages_la_OBJECTS) $(libplugin_perlpackages_la_DEPENDENCIES)
236 $(CXXLINK) -rpath $(pkglibdir) $(libplugin_perlpackages_la_LDFLAGS) $(libplugin_perlpackages_la_OBJECTS) $(libplugin_perlpackages_la_LIBADD) $(LIBS)
238 libplugin_cfiles.la: $(libplugin_cfiles_la_OBJECTS) $(libplugin_cfiles_la_DEPENDENCIES)
239 $(CXXLINK) -rpath $(pkglibdir) $(libplugin_cfiles_la_LDFLAGS) $(libplugin_cfiles_la_OBJECTS) $(libplugin_cfiles_la_LIBADD) $(LIBS)
241 libplugin_cache.la: $(libplugin_cache_la_OBJECTS) $(libplugin_cache_la_DEPENDENCIES)
242 $(CXXLINK) -rpath $(pkglibdir) $(libplugin_cache_la_LDFLAGS) $(libplugin_cache_la_OBJECTS) $(libplugin_cache_la_LIBADD) $(LIBS)
244 libplugin_readahead.la: $(libplugin_readahead_la_OBJECTS) $(libplugin_readahead_la_DEPENDENCIES)
245 $(CXXLINK) -rpath $(pkglibdir) $(libplugin_readahead_la_LDFLAGS) $(libplugin_readahead_la_OBJECTS) $(libplugin_readahead_la_LIBADD) $(LIBS)
247 libplugin_editor.la: $(libplugin_editor_la_OBJECTS) $(libplugin_editor_la_DEPENDENCIES)
248 $(CXXLINK) -rpath $(pkglibdir) $(libplugin_editor_la_LDFLAGS) $(libplugin_editor_la_OBJECTS) $(libplugin_editor_la_LIBADD) $(LIBS)
250 libplugin_python.la: $(libplugin_python_la_OBJECTS) $(libplugin_python_la_DEPENDENCIES)
251 $(CXXLINK) -rpath $(pkglibdir) $(libplugin_python_la_LDFLAGS) $(libplugin_python_la_OBJECTS) $(libplugin_python_la_LIBADD) $(LIBS)
252 .cpp.o:
253 $(CXXCOMPILE) -c $<
254 .cpp.obj:
255 $(CXXCOMPILE) -c `cygpath -w $<`
256 .cpp.lo:
257 $(LTCXXCOMPILE) -c $<
259 tags: TAGS
261 ID: $(HEADERS) $(SOURCES) $(LISP)
262 list='$(SOURCES) $(HEADERS)'; \
263 unique=`for i in $$list; do echo $$i; done | \
264 awk ' { files[$$0] = 1; } \
265 END { for (i in files) print i; }'`; \
266 here=`pwd` && cd $(srcdir) \
267 && mkid -f$$here/ID $$unique $(LISP)
269 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
270 tags=; \
271 here=`pwd`; \
272 list='$(SOURCES) $(HEADERS)'; \
273 unique=`for i in $$list; do echo $$i; done | \
274 awk ' { files[$$0] = 1; } \
275 END { for (i in files) print i; }'`; \
276 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
277 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
279 mostlyclean-tags:
281 clean-tags:
283 distclean-tags:
284 -rm -f TAGS ID
286 maintainer-clean-tags:
288 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
290 subdir = src/plugins
292 distdir: $(DISTFILES)
293 here=`cd $(top_builddir) && pwd`; \
294 top_distdir=`cd $(top_distdir) && pwd`; \
295 distdir=`cd $(distdir) && pwd`; \
296 cd $(top_srcdir) \
297 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/plugins/Makefile
298 @for file in $(DISTFILES); do \
299 d=$(srcdir); \
300 if test -d $$d/$$file; then \
301 cp -pr $$d/$$file $(distdir)/$$file; \
302 else \
303 test -f $(distdir)/$$file \
304 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
305 || cp -p $$d/$$file $(distdir)/$$file || :; \
306 fi; \
307 done
309 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
311 -include $(DEP_FILES)
313 mostlyclean-depend:
315 clean-depend:
317 distclean-depend:
318 -rm -rf .deps
320 maintainer-clean-depend:
322 %.o: %.c
323 @echo '$(COMPILE) -c $<'; \
324 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
325 @-cp .deps/$(*F).pp .deps/$(*F).P; \
326 tr ' ' '\012' < .deps/$(*F).pp \
327 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
328 >> .deps/$(*F).P; \
329 rm .deps/$(*F).pp
331 %.lo: %.c
332 @echo '$(LTCOMPILE) -c $<'; \
333 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
334 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
335 < .deps/$(*F).pp > .deps/$(*F).P; \
336 tr ' ' '\012' < .deps/$(*F).pp \
337 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
338 >> .deps/$(*F).P; \
339 rm -f .deps/$(*F).pp
341 %.o: %.cpp
342 @echo '$(CXXCOMPILE) -c $<'; \
343 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
344 @-cp .deps/$(*F).pp .deps/$(*F).P; \
345 tr ' ' '\012' < .deps/$(*F).pp \
346 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
347 >> .deps/$(*F).P; \
348 rm .deps/$(*F).pp
350 %.lo: %.cpp
351 @echo '$(LTCXXCOMPILE) -c $<'; \
352 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
353 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
354 < .deps/$(*F).pp > .deps/$(*F).P; \
355 tr ' ' '\012' < .deps/$(*F).pp \
356 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
357 >> .deps/$(*F).P; \
358 rm -f .deps/$(*F).pp
359 info-am:
360 info: info-am
361 dvi-am:
362 dvi: dvi-am
363 check-am: all-am
364 check: check-am
365 installcheck-am:
366 installcheck: installcheck-am
367 install-exec-am: install-pkglibLTLIBRARIES
368 @$(NORMAL_INSTALL)
369 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
370 install-exec: install-exec-am
372 install-data-am:
373 install-data: install-data-am
375 install-am: all-am
376 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
377 install: install-am
378 uninstall-am: uninstall-pkglibLTLIBRARIES
379 uninstall: uninstall-am
380 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
381 all-redirect: all-am
382 install-strip:
383 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
384 installdirs:
385 $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
388 mostlyclean-generic:
390 clean-generic:
392 distclean-generic:
393 -rm -f Makefile $(CONFIG_CLEAN_FILES)
394 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
396 maintainer-clean-generic:
397 mostlyclean-am: mostlyclean-pkglibLTLIBRARIES mostlyclean-compile \
398 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
399 mostlyclean-generic
401 mostlyclean: mostlyclean-am
403 clean-am: clean-pkglibLTLIBRARIES clean-compile clean-libtool \
404 clean-tags clean-depend clean-generic mostlyclean-am
406 clean: clean-am
408 distclean-am: distclean-pkglibLTLIBRARIES distclean-compile \
409 distclean-libtool distclean-tags distclean-depend \
410 distclean-generic clean-am
411 -rm -f libtool
413 distclean: distclean-am
415 maintainer-clean-am: maintainer-clean-pkglibLTLIBRARIES \
416 maintainer-clean-compile maintainer-clean-libtool \
417 maintainer-clean-tags maintainer-clean-depend \
418 maintainer-clean-generic distclean-am
419 @echo "This command is intended for maintainers to use;"
420 @echo "it deletes files that may require special tools to rebuild."
422 maintainer-clean: maintainer-clean-am
424 .PHONY: mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES \
425 clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES \
426 uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES \
427 mostlyclean-compile distclean-compile clean-compile \
428 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
429 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
430 distclean-tags clean-tags maintainer-clean-tags distdir \
431 mostlyclean-depend distclean-depend clean-depend \
432 maintainer-clean-depend info-am info dvi-am dvi check check-am \
433 installcheck-am installcheck install-exec-am install-exec \
434 install-data-am install-data install-am install uninstall-am uninstall \
435 all-redirect all-am all installdirs mostlyclean-generic \
436 distclean-generic clean-generic maintainer-clean-generic clean \
437 mostlyclean distclean maintainer-clean
440 install-exec-hook:
441 rm -fr $(DESTDIR)$(pkglibdir)/*.so
442 rm -fr $(DESTDIR)$(pkglibdir)/*.so.0
443 rm -fr $(DESTDIR)$(pkglibdir)/*.a
444 rm -fr $(DESTDIR)$(pkglibdir)/*.la
446 # Tell versions [3.59,3.63) of GNU make to not export all variables.
447 # Otherwise a system limit (for SysV at least) may be exceeded.
448 .NOEXPORT: