1 |
kusanagi |
1.2 |
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
2 |
kusanagi |
1.1 |
|
3 |
kusanagi |
1.2 |
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
4 |
kusanagi |
1.1 |
# 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 |
kusanagi |
1.2 |
SHELL = @SHELL@ |
15 |
kusanagi |
1.1 |
|
16 |
|
|
srcdir = @srcdir@ |
17 |
|
|
top_srcdir = @top_srcdir@ |
18 |
|
|
VPATH = @srcdir@ |
19 |
kusanagi |
1.2 |
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 |
kusanagi |
1.1 |
pkgdatadir = $(datadir)/@PACKAGE@ |
38 |
|
|
pkglibdir = $(libdir)/@PACKAGE@ |
39 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@ |
40 |
kusanagi |
1.2 |
|
41 |
kusanagi |
1.1 |
top_builddir = ../.. |
42 |
kusanagi |
1.2 |
|
43 |
|
|
ACLOCAL = @ACLOCAL@ |
44 |
|
|
AUTOCONF = @AUTOCONF@ |
45 |
|
|
AUTOMAKE = @AUTOMAKE@ |
46 |
|
|
AUTOHEADER = @AUTOHEADER@ |
47 |
|
|
|
48 |
kusanagi |
1.1 |
INSTALL = @INSTALL@ |
49 |
kusanagi |
1.2 |
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 |
kusanagi |
1.1 |
NORMAL_INSTALL = : |
55 |
|
|
PRE_INSTALL = : |
56 |
|
|
POST_INSTALL = : |
57 |
|
|
NORMAL_UNINSTALL = : |
58 |
|
|
PRE_UNINSTALL = : |
59 |
|
|
POST_UNINSTALL = : |
60 |
kusanagi |
1.2 |
host_alias = @host_alias@ |
61 |
kusanagi |
1.1 |
host_triplet = @host@ |
62 |
kusanagi |
1.2 |
AS = @AS@ |
63 |
kusanagi |
1.1 |
CC = @CC@ |
64 |
|
|
CXX = @CXX@ |
65 |
kusanagi |
1.2 |
DLLTOOL = @DLLTOOL@ |
66 |
kusanagi |
1.1 |
ECHO = @ECHO@ |
67 |
|
|
EXEEXT = @EXEEXT@ |
68 |
|
|
F77 = @F77@ |
69 |
|
|
FLIBS = @FLIBS@ |
70 |
|
|
HAS_DOXYFILE = @HAS_DOXYFILE@ |
71 |
kusanagi |
1.2 |
HAVE_LIB = @HAVE_LIB@ |
72 |
|
|
LIB = @LIB@ |
73 |
kusanagi |
1.1 |
LIBTOOL = @LIBTOOL@ |
74 |
|
|
LN_S = @LN_S@ |
75 |
kusanagi |
1.2 |
LTLIB = @LTLIB@ |
76 |
kusanagi |
1.1 |
MAKEINFO = @MAKEINFO@ |
77 |
kusanagi |
1.2 |
OBJDUMP = @OBJDUMP@ |
78 |
kusanagi |
1.1 |
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 |
kusanagi |
1.2 |
|
87 |
kusanagi |
1.1 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
88 |
|
|
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
89 |
kusanagi |
1.2 |
LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp |
90 |
|
|
|
91 |
kusanagi |
1.1 |
noinst_LTLIBRARIES = liblogevent.la |
92 |
kusanagi |
1.2 |
|
93 |
kusanagi |
1.1 |
BUILT_SOURCES = LogDict.cpp LogDict.h |
94 |
kusanagi |
1.2 |
|
95 |
kusanagi |
1.1 |
DICT_HEADER_FILES = LogEvent.h LogRecord.h |
96 |
kusanagi |
1.2 |
|
97 |
kusanagi |
1.1 |
SUBPACKET_HEADER_FILES = ${DICT_HEADER_FILES} |
98 |
kusanagi |
1.2 |
|
99 |
kusanagi |
1.1 |
CPP_SOURCES = LogEvent.cpp LogRecord.cpp |
100 |
|
|
|
101 |
kusanagi |
1.2 |
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 |
kusanagi |
1.1 |
|
109 |
kusanagi |
1.2 |
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 |
kusanagi |
1.1 |
.SUFFIXES: |
137 |
kusanagi |
1.2 |
.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 |
kusanagi |
1.1 |
|
148 |
|
|
clean-noinstLTLIBRARIES: |
149 |
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
150 |
kusanagi |
1.2 |
|
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 |
kusanagi |
1.1 |
|
169 |
|
|
mostlyclean-compile: |
170 |
kusanagi |
1.2 |
-rm -f *.o core *.core |
171 |
kusanagi |
1.1 |
-rm -f *.$(OBJEXT) |
172 |
|
|
|
173 |
kusanagi |
1.2 |
clean-compile: |
174 |
|
|
|
175 |
kusanagi |
1.1 |
distclean-compile: |
176 |
|
|
-rm -f *.tab.c |
177 |
|
|
|
178 |
kusanagi |
1.2 |
maintainer-clean-compile: |
179 |
|
|
|
180 |
|
|
.c.lo: |
181 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
182 |
kusanagi |
1.1 |
|
183 |
kusanagi |
1.2 |
.s.lo: |
184 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
185 |
kusanagi |
1.1 |
|
186 |
kusanagi |
1.2 |
.S.lo: |
187 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
188 |
kusanagi |
1.1 |
|
189 |
|
|
mostlyclean-libtool: |
190 |
|
|
-rm -f *.lo |
191 |
|
|
|
192 |
|
|
clean-libtool: |
193 |
|
|
-rm -rf .libs _libs |
194 |
|
|
|
195 |
|
|
distclean-libtool: |
196 |
|
|
|
197 |
kusanagi |
1.2 |
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 |
kusanagi |
1.1 |
tags: TAGS |
209 |
|
|
|
210 |
kusanagi |
1.2 |
ID: $(HEADERS) $(SOURCES) $(LISP) |
211 |
|
|
list='$(SOURCES) $(HEADERS)'; \ |
212 |
|
|
unique=`for i in $$list; do echo $$i; done | \ |
213 |
|
|
awk ' { files[$$0] = 1; } \ |
214 |
kusanagi |
1.1 |
END { for (i in files) print i; }'`; \ |
215 |
kusanagi |
1.2 |
here=`pwd` && cd $(srcdir) \ |
216 |
|
|
&& mkid -f$$here/ID $$unique $(LISP) |
217 |
|
|
|
218 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
219 |
kusanagi |
1.1 |
tags=; \ |
220 |
|
|
here=`pwd`; \ |
221 |
kusanagi |
1.2 |
list='$(SOURCES) $(HEADERS)'; \ |
222 |
|
|
unique=`for i in $$list; do echo $$i; done | \ |
223 |
|
|
awk ' { files[$$0] = 1; } \ |
224 |
kusanagi |
1.1 |
END { for (i in files) print i; }'`; \ |
225 |
kusanagi |
1.2 |
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 |
kusanagi |
1.1 |
|
232 |
|
|
distclean-tags: |
233 |
kusanagi |
1.2 |
-rm -f TAGS ID |
234 |
|
|
|
235 |
|
|
maintainer-clean-tags: |
236 |
|
|
|
237 |
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
238 |
|
|
|
239 |
|
|
subdir = event/log |
240 |
kusanagi |
1.1 |
|
241 |
|
|
distdir: $(DISTFILES) |
242 |
kusanagi |
1.2 |
@for file in $(DISTFILES); do \ |
243 |
|
|
d=$(srcdir); \ |
244 |
kusanagi |
1.1 |
if test -d $$d/$$file; then \ |
245 |
kusanagi |
1.2 |
cp -pr $$d/$$file $(distdir)/$$file; \ |
246 |
kusanagi |
1.1 |
else \ |
247 |
|
|
test -f $(distdir)/$$file \ |
248 |
kusanagi |
1.2 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
249 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
250 |
kusanagi |
1.1 |
fi; \ |
251 |
|
|
done |
252 |
kusanagi |
1.2 |
info-am: |
253 |
|
|
info: info-am |
254 |
|
|
dvi-am: |
255 |
|
|
dvi: dvi-am |
256 |
kusanagi |
1.1 |
check-am: all-am |
257 |
kusanagi |
1.2 |
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 |
kusanagi |
1.1 |
install-exec: install-exec-am |
264 |
kusanagi |
1.2 |
|
265 |
|
|
install-data-am: |
266 |
kusanagi |
1.1 |
install-data: install-data-am |
267 |
|
|
|
268 |
|
|
install-am: all-am |
269 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
270 |
kusanagi |
1.2 |
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 |
kusanagi |
1.1 |
|
280 |
|
|
mostlyclean-generic: |
281 |
|
|
|
282 |
|
|
clean-generic: |
283 |
|
|
|
284 |
|
|
distclean-generic: |
285 |
kusanagi |
1.2 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
286 |
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
287 |
kusanagi |
1.1 |
|
288 |
|
|
maintainer-clean-generic: |
289 |
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
290 |
kusanagi |
1.2 |
mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \ |
291 |
|
|
mostlyclean-libtool mostlyclean-tags \ |
292 |
|
|
mostlyclean-generic |
293 |
kusanagi |
1.1 |
|
294 |
kusanagi |
1.2 |
mostlyclean: mostlyclean-am |
295 |
kusanagi |
1.1 |
|
296 |
kusanagi |
1.2 |
clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \ |
297 |
|
|
clean-tags clean-generic mostlyclean-am |
298 |
kusanagi |
1.1 |
|
299 |
kusanagi |
1.2 |
clean: clean-am |
300 |
kusanagi |
1.1 |
|
301 |
kusanagi |
1.2 |
distclean-am: distclean-noinstLTLIBRARIES distclean-compile \ |
302 |
|
|
distclean-libtool distclean-tags distclean-generic \ |
303 |
|
|
clean-am |
304 |
|
|
-rm -f libtool |
305 |
kusanagi |
1.1 |
|
306 |
kusanagi |
1.2 |
distclean: distclean-am |
307 |
kusanagi |
1.1 |
|
308 |
kusanagi |
1.2 |
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 |
kusanagi |
1.1 |
|
315 |
|
|
maintainer-clean: maintainer-clean-am |
316 |
|
|
|
317 |
kusanagi |
1.2 |
.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 |
kusanagi |
1.1 |
|
329 |
|
|
|
330 |
|
|
LogDict.cpp: ${DICT_HEADER_FILES} LinkDef.h |
331 |
|
|
rootcint -f $@ -c ${INCLUDES} $^ |
332 |
kusanagi |
1.2 |
|
333 |
kusanagi |
1.1 |
# 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: |