1 | # Makefile.in generated automatically by automake 1.5 from Makefile.am. |
---|
2 | |
---|
3 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 |
---|
4 | # Free Software Foundation, Inc. |
---|
5 | # This Makefile.in is free software; the Free Software Foundation |
---|
6 | # gives unlimited permission to copy and/or distribute it, |
---|
7 | # with or without modifications, as long as this notice is preserved. |
---|
8 | |
---|
9 | # This program is distributed in the hope that it will be useful, |
---|
10 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
11 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
12 | # PARTICULAR PURPOSE. |
---|
13 | |
---|
14 | @SET_MAKE@ |
---|
15 | |
---|
16 | SHELL = @SHELL@ |
---|
17 | |
---|
18 | srcdir = @srcdir@ |
---|
19 | top_srcdir = @top_srcdir@ |
---|
20 | VPATH = @srcdir@ |
---|
21 | prefix = @prefix@ |
---|
22 | exec_prefix = @exec_prefix@ |
---|
23 | |
---|
24 | bindir = @bindir@ |
---|
25 | sbindir = @sbindir@ |
---|
26 | libexecdir = @libexecdir@ |
---|
27 | datadir = @datadir@ |
---|
28 | sysconfdir = @sysconfdir@ |
---|
29 | sharedstatedir = @sharedstatedir@ |
---|
30 | localstatedir = @localstatedir@ |
---|
31 | libdir = @libdir@ |
---|
32 | infodir = @infodir@ |
---|
33 | mandir = @mandir@ |
---|
34 | includedir = @includedir@ |
---|
35 | oldincludedir = /usr/include |
---|
36 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
37 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
38 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
39 | top_builddir = .. |
---|
40 | |
---|
41 | ACLOCAL = @ACLOCAL@ |
---|
42 | AUTOCONF = @AUTOCONF@ |
---|
43 | AUTOMAKE = @AUTOMAKE@ |
---|
44 | AUTOHEADER = @AUTOHEADER@ |
---|
45 | |
---|
46 | INSTALL = @INSTALL@ |
---|
47 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
48 | INSTALL_DATA = @INSTALL_DATA@ |
---|
49 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
50 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
51 | transform = @program_transform_name@ |
---|
52 | NORMAL_INSTALL = : |
---|
53 | PRE_INSTALL = : |
---|
54 | POST_INSTALL = : |
---|
55 | NORMAL_UNINSTALL = : |
---|
56 | PRE_UNINSTALL = : |
---|
57 | POST_UNINSTALL = : |
---|
58 | host_alias = @host_alias@ |
---|
59 | host_triplet = @host@ |
---|
60 | AMTAR = @AMTAR@ |
---|
61 | AR = @AR@ |
---|
62 | AS = @AS@ |
---|
63 | AWK = @AWK@ |
---|
64 | CC = @CC@ |
---|
65 | CXX = @CXX@ |
---|
66 | CXXCPP = @CXXCPP@ |
---|
67 | DEPDIR = @DEPDIR@ |
---|
68 | DLLTOOL = @DLLTOOL@ |
---|
69 | ECHO = @ECHO@ |
---|
70 | EGREP = @EGREP@ |
---|
71 | EXEEXT = @EXEEXT@ |
---|
72 | F77 = @F77@ |
---|
73 | GCJ = @GCJ@ |
---|
74 | GCJFLAGS = @GCJFLAGS@ |
---|
75 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
76 | LIBPCAP = @LIBPCAP@ |
---|
77 | LIBPCAP_PATH = @LIBPCAP_PATH@ |
---|
78 | LIBTOOL = @LIBTOOL@ |
---|
79 | LIBZ = @LIBZ@ |
---|
80 | LIBZ_PATH = @LIBZ_PATH@ |
---|
81 | LN_S = @LN_S@ |
---|
82 | OBJDUMP = @OBJDUMP@ |
---|
83 | OBJEXT = @OBJEXT@ |
---|
84 | PACKAGE = @PACKAGE@ |
---|
85 | RANLIB = @RANLIB@ |
---|
86 | RC = @RC@ |
---|
87 | STRIP = @STRIP@ |
---|
88 | VERSION = @VERSION@ |
---|
89 | am__include = @am__include@ |
---|
90 | am__quote = @am__quote@ |
---|
91 | install_sh = @install_sh@ |
---|
92 | |
---|
93 | lib_LTLIBRARIES = libtrace.la |
---|
94 | libtrace_la_SOURCES = trace.c fifo.c fifo.h common.h |
---|
95 | include_HEADERS = libtrace.h dagformat.h wag.h |
---|
96 | libtrace_la_LIBADD = @LIBPCAP@ @LIBZ@ |
---|
97 | libtrace_la_LDFLAGS = -version-info 2:0:0 @LIBPCAP_PATH@ @LIBZ_PATH@ |
---|
98 | subdir = lib |
---|
99 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
100 | CONFIG_HEADER = $(top_builddir)/config.h |
---|
101 | CONFIG_CLEAN_FILES = |
---|
102 | LTLIBRARIES = $(lib_LTLIBRARIES) |
---|
103 | |
---|
104 | libtrace_la_DEPENDENCIES = |
---|
105 | am_libtrace_la_OBJECTS = trace.lo fifo.lo |
---|
106 | libtrace_la_OBJECTS = $(am_libtrace_la_OBJECTS) |
---|
107 | |
---|
108 | DEFS = @DEFS@ |
---|
109 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
---|
110 | CPPFLAGS = @CPPFLAGS@ |
---|
111 | LDFLAGS = @LDFLAGS@ |
---|
112 | LIBS = @LIBS@ |
---|
113 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
114 | @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/fifo.Plo $(DEPDIR)/trace.Plo |
---|
115 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
116 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
117 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ |
---|
118 | $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
119 | CCLD = $(CC) |
---|
120 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
---|
121 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
---|
122 | CFLAGS = @CFLAGS@ |
---|
123 | DIST_SOURCES = $(libtrace_la_SOURCES) |
---|
124 | HEADERS = $(include_HEADERS) |
---|
125 | |
---|
126 | DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in |
---|
127 | SOURCES = $(libtrace_la_SOURCES) |
---|
128 | |
---|
129 | all: all-am |
---|
130 | |
---|
131 | .SUFFIXES: |
---|
132 | .SUFFIXES: .c .lo .o .obj |
---|
133 | |
---|
134 | mostlyclean-libtool: |
---|
135 | -rm -f *.lo |
---|
136 | |
---|
137 | clean-libtool: |
---|
138 | -rm -rf .libs _libs |
---|
139 | |
---|
140 | distclean-libtool: |
---|
141 | -rm -f libtool |
---|
142 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
143 | cd $(top_srcdir) && \ |
---|
144 | $(AUTOMAKE) --gnu lib/Makefile |
---|
145 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
146 | cd $(top_builddir) && \ |
---|
147 | CONFIG_HEADERS= CONFIG_LINKS= \ |
---|
148 | CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status |
---|
149 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
---|
150 | @$(NORMAL_INSTALL) |
---|
151 | $(mkinstalldirs) $(DESTDIR)$(libdir) |
---|
152 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
153 | if test -f $$p; then \ |
---|
154 | echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \ |
---|
155 | $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \ |
---|
156 | else :; fi; \ |
---|
157 | done |
---|
158 | |
---|
159 | uninstall-libLTLIBRARIES: |
---|
160 | @$(NORMAL_UNINSTALL) |
---|
161 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
162 | echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ |
---|
163 | $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ |
---|
164 | done |
---|
165 | |
---|
166 | clean-libLTLIBRARIES: |
---|
167 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
---|
168 | libtrace.la: $(libtrace_la_OBJECTS) $(libtrace_la_DEPENDENCIES) |
---|
169 | $(LINK) -rpath $(libdir) $(libtrace_la_LDFLAGS) $(libtrace_la_OBJECTS) $(libtrace_la_LIBADD) $(LIBS) |
---|
170 | |
---|
171 | mostlyclean-compile: |
---|
172 | -rm -f *.$(OBJEXT) core *.core |
---|
173 | |
---|
174 | distclean-compile: |
---|
175 | -rm -f *.tab.c |
---|
176 | |
---|
177 | @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fifo.Plo@am__quote@ |
---|
178 | @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/trace.Plo@am__quote@ |
---|
179 | |
---|
180 | distclean-depend: |
---|
181 | -rm -rf $(DEPDIR) |
---|
182 | |
---|
183 | .c.o: |
---|
184 | @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
185 | @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
---|
186 | @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
187 | $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< |
---|
188 | |
---|
189 | .c.obj: |
---|
190 | @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
191 | @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
---|
192 | @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
193 | $(COMPILE) -c `cygpath -w $<` |
---|
194 | |
---|
195 | .c.lo: |
---|
196 | @AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
---|
197 | @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ |
---|
198 | @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
199 | $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< |
---|
200 | CCDEPMODE = @CCDEPMODE@ |
---|
201 | uninstall-info-am: |
---|
202 | install-includeHEADERS: $(include_HEADERS) |
---|
203 | @$(NORMAL_INSTALL) |
---|
204 | $(mkinstalldirs) $(DESTDIR)$(includedir) |
---|
205 | @list='$(include_HEADERS)'; for p in $$list; do \ |
---|
206 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
207 | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
---|
208 | echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f"; \ |
---|
209 | $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f; \ |
---|
210 | done |
---|
211 | |
---|
212 | uninstall-includeHEADERS: |
---|
213 | @$(NORMAL_UNINSTALL) |
---|
214 | @list='$(include_HEADERS)'; for p in $$list; do \ |
---|
215 | f="`echo $$p | sed -e 's|^.*/||'`"; \ |
---|
216 | echo " rm -f $(DESTDIR)$(includedir)/$$f"; \ |
---|
217 | rm -f $(DESTDIR)$(includedir)/$$f; \ |
---|
218 | done |
---|
219 | |
---|
220 | tags: TAGS |
---|
221 | |
---|
222 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
223 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ |
---|
224 | unique=`for i in $$list; do \ |
---|
225 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
226 | done | \ |
---|
227 | $(AWK) ' { files[$$0] = 1; } \ |
---|
228 | END { for (i in files) print i; }'`; \ |
---|
229 | mkid -fID $$unique $(LISP) |
---|
230 | |
---|
231 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
232 | $(TAGS_FILES) $(LISP) |
---|
233 | tags=; \ |
---|
234 | here=`pwd`; \ |
---|
235 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ |
---|
236 | unique=`for i in $$list; do \ |
---|
237 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
238 | done | \ |
---|
239 | $(AWK) ' { files[$$0] = 1; } \ |
---|
240 | END { for (i in files) print i; }'`; \ |
---|
241 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
---|
242 | || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) |
---|
243 | |
---|
244 | GTAGS: |
---|
245 | here=`CDPATH=: && cd $(top_builddir) && pwd` \ |
---|
246 | && cd $(top_srcdir) \ |
---|
247 | && gtags -i $(GTAGS_ARGS) $$here |
---|
248 | |
---|
249 | distclean-tags: |
---|
250 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH |
---|
251 | |
---|
252 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
253 | |
---|
254 | top_distdir = .. |
---|
255 | distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) |
---|
256 | |
---|
257 | distdir: $(DISTFILES) |
---|
258 | @for file in $(DISTFILES); do \ |
---|
259 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ |
---|
260 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
261 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
262 | $(mkinstalldirs) "$(distdir)/$$dir"; \ |
---|
263 | fi; \ |
---|
264 | if test -d $$d/$$file; then \ |
---|
265 | cp -pR $$d/$$file $(distdir) \ |
---|
266 | || exit 1; \ |
---|
267 | else \ |
---|
268 | test -f $(distdir)/$$file \ |
---|
269 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
270 | || exit 1; \ |
---|
271 | fi; \ |
---|
272 | done |
---|
273 | check-am: all-am |
---|
274 | check: check-am |
---|
275 | all-am: Makefile $(LTLIBRARIES) $(HEADERS) |
---|
276 | |
---|
277 | installdirs: |
---|
278 | $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) |
---|
279 | |
---|
280 | install: install-am |
---|
281 | install-exec: install-exec-am |
---|
282 | install-data: install-data-am |
---|
283 | uninstall: uninstall-am |
---|
284 | |
---|
285 | install-am: all-am |
---|
286 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
287 | |
---|
288 | installcheck: installcheck-am |
---|
289 | install-strip: |
---|
290 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
291 | `test -z '$(STRIP)' || \ |
---|
292 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
293 | mostlyclean-generic: |
---|
294 | |
---|
295 | clean-generic: |
---|
296 | |
---|
297 | distclean-generic: |
---|
298 | -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* |
---|
299 | |
---|
300 | maintainer-clean-generic: |
---|
301 | @echo "This command is intended for maintainers to use" |
---|
302 | @echo "it deletes files that may require special tools to rebuild." |
---|
303 | clean: clean-am |
---|
304 | |
---|
305 | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ |
---|
306 | mostlyclean-am |
---|
307 | |
---|
308 | distclean: distclean-am |
---|
309 | |
---|
310 | distclean-am: clean-am distclean-compile distclean-depend \ |
---|
311 | distclean-generic distclean-libtool distclean-tags |
---|
312 | |
---|
313 | dvi: dvi-am |
---|
314 | |
---|
315 | dvi-am: |
---|
316 | |
---|
317 | info: info-am |
---|
318 | |
---|
319 | info-am: |
---|
320 | |
---|
321 | install-data-am: install-includeHEADERS |
---|
322 | |
---|
323 | install-exec-am: install-libLTLIBRARIES |
---|
324 | |
---|
325 | install-info: install-info-am |
---|
326 | |
---|
327 | install-man: |
---|
328 | |
---|
329 | installcheck-am: |
---|
330 | |
---|
331 | maintainer-clean: maintainer-clean-am |
---|
332 | |
---|
333 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
334 | |
---|
335 | mostlyclean: mostlyclean-am |
---|
336 | |
---|
337 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
---|
338 | mostlyclean-libtool |
---|
339 | |
---|
340 | uninstall-am: uninstall-includeHEADERS uninstall-info-am \ |
---|
341 | uninstall-libLTLIBRARIES |
---|
342 | |
---|
343 | .PHONY: GTAGS all all-am check check-am clean clean-generic \ |
---|
344 | clean-libLTLIBRARIES clean-libtool distclean distclean-compile \ |
---|
345 | distclean-depend distclean-generic distclean-libtool \ |
---|
346 | distclean-tags distdir dvi dvi-am info info-am install \ |
---|
347 | install-am install-data install-data-am install-exec \ |
---|
348 | install-exec-am install-includeHEADERS install-info \ |
---|
349 | install-info-am install-libLTLIBRARIES install-man \ |
---|
350 | install-strip installcheck installcheck-am installdirs \ |
---|
351 | maintainer-clean maintainer-clean-generic mostlyclean \ |
---|
352 | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
---|
353 | tags uninstall uninstall-am uninstall-includeHEADERS \ |
---|
354 | uninstall-info-am uninstall-libLTLIBRARIES |
---|
355 | |
---|
356 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
357 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
358 | .NOEXPORT: |
---|