/[PAMELA software]/yoda/event/log/Makefile.in
ViewVC logotype

Contents of /yoda/event/log/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Tue Jul 20 13:06:52 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
*** empty log message ***

1 # Makefile.in generated automatically by automake 1.4-p6 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 AS = @AS@
63 CC = @CC@
64 CXX = @CXX@
65 DLLTOOL = @DLLTOOL@
66 ECHO = @ECHO@
67 EXEEXT = @EXEEXT@
68 F77 = @F77@
69 FLIBS = @FLIBS@
70 HAS_DOXYFILE = @HAS_DOXYFILE@
71 HAVE_LIB = @HAVE_LIB@
72 LIB = @LIB@
73 LIBTOOL = @LIBTOOL@
74 LN_S = @LN_S@
75 LTLIB = @LTLIB@
76 MAKEINFO = @MAKEINFO@
77 OBJDUMP = @OBJDUMP@
78 OBJEXT = @OBJEXT@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 ROOTCINT = @ROOTCINT@
82 ROOT_INCLUDES = @ROOT_INCLUDES@
83 ROOT_LDFLAGS = @ROOT_LDFLAGS@
84 STRIP = @STRIP@
85 VERSION = @VERSION@
86
87 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
88 INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
89 LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp
90
91 noinst_LTLIBRARIES = liblogevent.la
92
93 BUILT_SOURCES = LogDict.cpp LogDict.h
94
95 DICT_HEADER_FILES = LogEvent.h LogRecord.h
96
97 SUBPACKET_HEADER_FILES = ${DICT_HEADER_FILES}
98
99 CPP_SOURCES = LogEvent.cpp LogRecord.cpp
100
101 liblogevent_la_SOURCES = ${BUILT_SOURCES} ${SUBPACKET_HEADER_FILES} ${CPP_SOURCES} LinkDef.h
102
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = ../../config.h
105 CONFIG_CLEAN_FILES =
106 LTLIBRARIES = $(noinst_LTLIBRARIES)
107
108
109 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
110 CPPFLAGS = @CPPFLAGS@
111 LIBS = @LIBS@
112 liblogevent_la_LDFLAGS =
113 liblogevent_la_LIBADD =
114 liblogevent_la_OBJECTS = LogDict.lo LogEvent.lo LogRecord.lo
115 CXXFLAGS = @CXXFLAGS@
116 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
117 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
118 CXXLD = $(CXX)
119 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
120 CFLAGS = @CFLAGS@
121 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123 CCLD = $(CC)
124 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
125 DIST_COMMON = Makefile.am Makefile.in
126
127
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130 TAR = gtar
131 GZIP_ENV = --best
132 SOURCES = $(liblogevent_la_SOURCES)
133 OBJECTS = $(liblogevent_la_OBJECTS)
134
135 all: all-redirect
136 .SUFFIXES:
137 .SUFFIXES: .S .c .cpp .lo .o .obj .s
138 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
139 cd $(top_srcdir) && $(AUTOMAKE) --foreign event/log/Makefile
140
141 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
142 cd $(top_builddir) \
143 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
144
145
146 mostlyclean-noinstLTLIBRARIES:
147
148 clean-noinstLTLIBRARIES:
149 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
150
151 distclean-noinstLTLIBRARIES:
152
153 maintainer-clean-noinstLTLIBRARIES:
154
155 .c.o:
156 $(COMPILE) -c $<
157
158 # FIXME: We should only use cygpath when building on Windows,
159 # and only if it is available.
160 .c.obj:
161 $(COMPILE) -c `cygpath -w $<`
162
163 .s.o:
164 $(COMPILE) -c $<
165
166 .S.o:
167 $(COMPILE) -c $<
168
169 mostlyclean-compile:
170 -rm -f *.o core *.core
171 -rm -f *.$(OBJEXT)
172
173 clean-compile:
174
175 distclean-compile:
176 -rm -f *.tab.c
177
178 maintainer-clean-compile:
179
180 .c.lo:
181 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
182
183 .s.lo:
184 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
185
186 .S.lo:
187 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
188
189 mostlyclean-libtool:
190 -rm -f *.lo
191
192 clean-libtool:
193 -rm -rf .libs _libs
194
195 distclean-libtool:
196
197 maintainer-clean-libtool:
198
199 liblogevent.la: $(liblogevent_la_OBJECTS) $(liblogevent_la_DEPENDENCIES)
200 $(CXXLINK) $(liblogevent_la_LDFLAGS) $(liblogevent_la_OBJECTS) $(liblogevent_la_LIBADD) $(LIBS)
201 .cpp.o:
202 $(CXXCOMPILE) -c $<
203 .cpp.obj:
204 $(CXXCOMPILE) -c `cygpath -w $<`
205 .cpp.lo:
206 $(LTCXXCOMPILE) -c $<
207
208 tags: TAGS
209
210 ID: $(HEADERS) $(SOURCES) $(LISP)
211 list='$(SOURCES) $(HEADERS)'; \
212 unique=`for i in $$list; do echo $$i; done | \
213 awk ' { files[$$0] = 1; } \
214 END { for (i in files) print i; }'`; \
215 here=`pwd` && cd $(srcdir) \
216 && mkid -f$$here/ID $$unique $(LISP)
217
218 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
219 tags=; \
220 here=`pwd`; \
221 list='$(SOURCES) $(HEADERS)'; \
222 unique=`for i in $$list; do echo $$i; done | \
223 awk ' { files[$$0] = 1; } \
224 END { for (i in files) print i; }'`; \
225 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
226 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
227
228 mostlyclean-tags:
229
230 clean-tags:
231
232 distclean-tags:
233 -rm -f TAGS ID
234
235 maintainer-clean-tags:
236
237 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
238
239 subdir = event/log
240
241 distdir: $(DISTFILES)
242 @for file in $(DISTFILES); do \
243 d=$(srcdir); \
244 if test -d $$d/$$file; then \
245 cp -pr $$d/$$file $(distdir)/$$file; \
246 else \
247 test -f $(distdir)/$$file \
248 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
249 || cp -p $$d/$$file $(distdir)/$$file || :; \
250 fi; \
251 done
252 info-am:
253 info: info-am
254 dvi-am:
255 dvi: dvi-am
256 check-am: all-am
257 check: check-am
258 installcheck-am:
259 installcheck: installcheck-am
260 install-info-am:
261 install-info: install-info-am
262 install-exec-am:
263 install-exec: install-exec-am
264
265 install-data-am:
266 install-data: install-data-am
267
268 install-am: all-am
269 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
270 install: install-am
271 uninstall-am:
272 uninstall: uninstall-am
273 all-am: Makefile $(LTLIBRARIES)
274 all-redirect: all-am
275 install-strip:
276 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
277 installdirs:
278
279
280 mostlyclean-generic:
281
282 clean-generic:
283
284 distclean-generic:
285 -rm -f Makefile $(CONFIG_CLEAN_FILES)
286 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
287
288 maintainer-clean-generic:
289 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
290 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
291 mostlyclean-libtool mostlyclean-tags \
292 mostlyclean-generic
293
294 mostlyclean: mostlyclean-am
295
296 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
297 clean-tags clean-generic mostlyclean-am
298
299 clean: clean-am
300
301 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
302 distclean-libtool distclean-tags distclean-generic \
303 clean-am
304 -rm -f libtool
305
306 distclean: distclean-am
307
308 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
309 maintainer-clean-compile maintainer-clean-libtool \
310 maintainer-clean-tags maintainer-clean-generic \
311 distclean-am
312 @echo "This command is intended for maintainers to use;"
313 @echo "it deletes files that may require special tools to rebuild."
314
315 maintainer-clean: maintainer-clean-am
316
317 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
318 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
319 mostlyclean-compile distclean-compile clean-compile \
320 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
321 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
322 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
323 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
324 install-info install-exec-am install-exec install-data-am install-data \
325 install-am install uninstall-am uninstall all-redirect all-am all \
326 installdirs mostlyclean-generic distclean-generic clean-generic \
327 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
328
329
330 LogDict.cpp: ${DICT_HEADER_FILES} LinkDef.h
331 rootcint -f $@ -c ${INCLUDES} $^
332
333 # Tell versions [3.59,3.63) of GNU make to not export all variables.
334 # Otherwise a system limit (for SysV at least) may be exceeded.
335 .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.23