fix leak, enhance error values
[ltt-control.git] / trunk / lttng-xenomai / ltt-control-0.24-xenoltt / lttctl / Makefile.in
CommitLineData
df4efff7 1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38host_triplet = @host@
39ACLOCAL = @ACLOCAL@
40AMDEP_FALSE = @AMDEP_FALSE@
41AMDEP_TRUE = @AMDEP_TRUE@
42AMTAR = @AMTAR@
43AR = @AR@
44AUTOCONF = @AUTOCONF@
45AUTOHEADER = @AUTOHEADER@
46AUTOMAKE = @AUTOMAKE@
47AWK = @AWK@
48BASH = @BASH@
49CC = @CC@
50CCDEPMODE = @CCDEPMODE@
51CFLAGS = @CFLAGS@
52CPP = @CPP@
53CPPFLAGS = @CPPFLAGS@
54CXX = @CXX@
55CXXCPP = @CXXCPP@
56CXXDEPMODE = @CXXDEPMODE@
57CXXFLAGS = @CXXFLAGS@
58CYGPATH_W = @CYGPATH_W@
59DEFAULT_INCLUDES = @DEFAULT_INCLUDES@
60DEFS = @DEFS@
61DEPDIR = @DEPDIR@
62ECHO = @ECHO@
63ECHO_C = @ECHO_C@
64ECHO_N = @ECHO_N@
65ECHO_T = @ECHO_T@
66EGREP = @EGREP@
67EXEEXT = @EXEEXT@
68F77 = @F77@
69FFLAGS = @FFLAGS@
70GREP = @GREP@
71INSTALL_DATA = @INSTALL_DATA@
72INSTALL_PROGRAM = @INSTALL_PROGRAM@
73INSTALL_SCRIPT = @INSTALL_SCRIPT@
74INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75LDFLAGS = @LDFLAGS@
76LIBOBJS = @LIBOBJS@
77LIBS = @LIBS@
78LIBTOOL = @LIBTOOL@
79LN_S = @LN_S@
80LTLIBOBJS = @LTLIBOBJS@
81MAKEINFO = @MAKEINFO@
82OBJEXT = @OBJEXT@
83PACKAGE = @PACKAGE@
84PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
85PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
86PACKAGE_LIBS = @PACKAGE_LIBS@
87PACKAGE_NAME = @PACKAGE_NAME@
88PACKAGE_STRING = @PACKAGE_STRING@
89PACKAGE_TARNAME = @PACKAGE_TARNAME@
90PACKAGE_VERSION = @PACKAGE_VERSION@
91PATH_SEPARATOR = @PATH_SEPARATOR@
92RANLIB = @RANLIB@
93SET_MAKE = @SET_MAKE@
94SHELL = @SHELL@
95STRIP = @STRIP@
96THREAD_LIBS = @THREAD_LIBS@
97UTIL_LIBS = @UTIL_LIBS@
98VERSION = @VERSION@
99ac_ct_CC = @ac_ct_CC@
100ac_ct_CXX = @ac_ct_CXX@
101ac_ct_F77 = @ac_ct_F77@
102am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
103am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
104am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
105am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
106am__include = @am__include@
107am__leading_dot = @am__leading_dot@
108am__quote = @am__quote@
109bindir = @bindir@
110build = @build@
111build_alias = @build_alias@
112build_cpu = @build_cpu@
113build_os = @build_os@
114build_vendor = @build_vendor@
115datadir = @datadir@
116datarootdir = @datarootdir@
117docdir = @docdir@
118dvidir = @dvidir@
119exec_prefix = @exec_prefix@
120host = @host@
121host_alias = @host_alias@
122host_cpu = @host_cpu@
123host_os = @host_os@
124host_vendor = @host_vendor@
125htmldir = @htmldir@
126includedir = @includedir@
127infodir = @infodir@
128install_sh = @install_sh@
129libdir = @libdir@
130libexecdir = @libexecdir@
131localedir = @localedir@
132localstatedir = @localstatedir@
133lttctlincludedir = @lttctlincludedir@
134mandir = @mandir@
135oldincludedir = @oldincludedir@
136pdfdir = @pdfdir@
137prefix = @prefix@
138program_transform_name = @program_transform_name@
139psdir = @psdir@
140sbindir = @sbindir@
141sharedstatedir = @sharedstatedir@
142sysconfdir = @sysconfdir@
143target_alias = @target_alias@
144
145AM_CFLAGS = -DPACKAGE_DATA_DIR=\""$(datadir)"\" -DPACKAGE_BIN_DIR=\""$(bindir)"\"
146
147bin_PROGRAMS = lttctl
148
149lttctl_SOURCES = \
150 lttctl.c
151
152lttctl_DEPENDENCIES = ../liblttctl/liblttctl.la
153lttctl_LDADD = $(lttctl_DEPENDENCIES)
154subdir = lttctl
155ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
156mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
157CONFIG_HEADER = $(top_builddir)/config.h
158CONFIG_CLEAN_FILES =
159bin_PROGRAMS = lttctl$(EXEEXT)
160PROGRAMS = $(bin_PROGRAMS)
161
162am_lttctl_OBJECTS = lttctl.$(OBJEXT)
163lttctl_OBJECTS = $(am_lttctl_OBJECTS)
164lttctl_LDFLAGS =
165depcomp = $(SHELL) $(top_srcdir)/depcomp
166am__depfiles_maybe = depfiles
167@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/lttctl.Po
168COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
169 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
171 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172CCLD = $(CC)
173LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
174 $(AM_LDFLAGS) $(LDFLAGS) -o $@
175DIST_SOURCES = $(lttctl_SOURCES)
176DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
177SOURCES = $(lttctl_SOURCES)
178
179all: all-am
180
181.SUFFIXES:
182.SUFFIXES: .c .lo .o .obj
183$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
184 cd $(top_srcdir) && \
185 $(AUTOMAKE) --gnu lttctl/Makefile
186Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
187 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
188binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
189install-binPROGRAMS: $(bin_PROGRAMS)
190 @$(NORMAL_INSTALL)
191 $(mkinstalldirs) $(DESTDIR)$(bindir)
192 @list='$(bin_PROGRAMS)'; for p in $$list; do \
193 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
194 if test -f $$p \
195 || test -f $$p1 \
196 ; then \
197 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
198 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
199 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
200 else :; fi; \
201 done
202
203uninstall-binPROGRAMS:
204 @$(NORMAL_UNINSTALL)
205 @list='$(bin_PROGRAMS)'; for p in $$list; do \
206 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
207 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
208 rm -f $(DESTDIR)$(bindir)/$$f; \
209 done
210
211clean-binPROGRAMS:
212 @list='$(bin_PROGRAMS)'; for p in $$list; do \
213 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
214 echo " rm -f $$p $$f"; \
215 rm -f $$p $$f ; \
216 done
217lttctl$(EXEEXT): $(lttctl_OBJECTS) $(lttctl_DEPENDENCIES)
218 @rm -f lttctl$(EXEEXT)
219 $(LINK) $(lttctl_LDFLAGS) $(lttctl_OBJECTS) $(lttctl_LDADD) $(LIBS)
220
221mostlyclean-compile:
222 -rm -f *.$(OBJEXT) core *.core
223
224distclean-compile:
225 -rm -f *.tab.c
226
227@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lttctl.Po@am__quote@
228
229.c.o:
230@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
231@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
232@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
233@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
234@am__fastdepCC_TRUE@ fi
235@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
236@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
237@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
239
240.c.obj:
241@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
242@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
243@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
244@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
245@am__fastdepCC_TRUE@ fi
246@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
247@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
248@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
249@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
250
251.c.lo:
252@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
253@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
254@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
255@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
256@am__fastdepCC_TRUE@ fi
257@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
258@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
259@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
261
262mostlyclean-libtool:
263 -rm -f *.lo
264
265clean-libtool:
266 -rm -rf .libs _libs
267
268distclean-libtool:
269 -rm -f libtool
270uninstall-info-am:
271
272ETAGS = etags
273ETAGSFLAGS =
274
275CTAGS = ctags
276CTAGSFLAGS =
277
278tags: TAGS
279
280ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
281 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
282 unique=`for i in $$list; do \
283 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284 done | \
285 $(AWK) ' { files[$$0] = 1; } \
286 END { for (i in files) print i; }'`; \
287 mkid -fID $$unique
288
289TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
290 $(TAGS_FILES) $(LISP)
291 tags=; \
292 here=`pwd`; \
293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
294 unique=`for i in $$list; do \
295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296 done | \
297 $(AWK) ' { files[$$0] = 1; } \
298 END { for (i in files) print i; }'`; \
299 test -z "$(ETAGS_ARGS)$$tags$$unique" \
300 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
301 $$tags $$unique
302
303ctags: CTAGS
304CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
305 $(TAGS_FILES) $(LISP)
306 tags=; \
307 here=`pwd`; \
308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311 done | \
312 $(AWK) ' { files[$$0] = 1; } \
313 END { for (i in files) print i; }'`; \
314 test -z "$(CTAGS_ARGS)$$tags$$unique" \
315 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
316 $$tags $$unique
317
318GTAGS:
319 here=`$(am__cd) $(top_builddir) && pwd` \
320 && cd $(top_srcdir) \
321 && gtags -i $(GTAGS_ARGS) $$here
322
323distclean-tags:
324 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
325DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
326
327top_distdir = ..
328distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
329
330distdir: $(DISTFILES)
331 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
332 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
333 list='$(DISTFILES)'; for file in $$list; do \
334 case $$file in \
335 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
336 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
337 esac; \
338 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
339 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
340 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
341 dir="/$$dir"; \
342 $(mkinstalldirs) "$(distdir)$$dir"; \
343 else \
344 dir=''; \
345 fi; \
346 if test -d $$d/$$file; then \
347 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
348 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
349 fi; \
350 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
351 else \
352 test -f $(distdir)/$$file \
353 || cp -p $$d/$$file $(distdir)/$$file \
354 || exit 1; \
355 fi; \
356 done
357check-am: all-am
358check: check-am
359all-am: Makefile $(PROGRAMS)
360
361installdirs:
362 $(mkinstalldirs) $(DESTDIR)$(bindir)
363install: install-am
364install-exec: install-exec-am
365install-data: install-data-am
366uninstall: uninstall-am
367
368install-am: all-am
369 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
370
371installcheck: installcheck-am
372install-strip:
373 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
374 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
375 `test -z '$(STRIP)' || \
376 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
377mostlyclean-generic:
378
379clean-generic:
380
381distclean-generic:
382 -rm -f $(CONFIG_CLEAN_FILES)
383
384maintainer-clean-generic:
385 @echo "This command is intended for maintainers to use"
386 @echo "it deletes files that may require special tools to rebuild."
387clean: clean-am
388
389clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
390
391distclean: distclean-am
392 -rm -rf ./$(DEPDIR)
393 -rm -f Makefile
394distclean-am: clean-am distclean-compile distclean-generic \
395 distclean-libtool distclean-tags
396
397dvi: dvi-am
398
399dvi-am:
400
401info: info-am
402
403info-am:
404
405install-data-am:
406
407install-exec-am: install-binPROGRAMS
408
409install-info: install-info-am
410
411install-man:
412
413installcheck-am:
414
415maintainer-clean: maintainer-clean-am
416 -rm -rf ./$(DEPDIR)
417 -rm -f Makefile
418maintainer-clean-am: distclean-am maintainer-clean-generic
419
420mostlyclean: mostlyclean-am
421
422mostlyclean-am: mostlyclean-compile mostlyclean-generic \
423 mostlyclean-libtool
424
425pdf: pdf-am
426
427pdf-am:
428
429ps: ps-am
430
431ps-am:
432
433uninstall-am: uninstall-binPROGRAMS uninstall-info-am
434
435.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
436 clean-generic clean-libtool ctags distclean distclean-compile \
437 distclean-generic distclean-libtool distclean-tags distdir dvi \
438 dvi-am info info-am install install-am install-binPROGRAMS \
439 install-data install-data-am install-exec install-exec-am \
440 install-info install-info-am install-man install-strip \
441 installcheck installcheck-am installdirs maintainer-clean \
442 maintainer-clean-generic mostlyclean mostlyclean-compile \
443 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
444 tags uninstall uninstall-am uninstall-binPROGRAMS \
445 uninstall-info-am
446
447# Tell versions [3.59,3.63) of GNU make to not export all variables.
448# Otherwise a system limit (for SysV at least) may be exceeded.
449.NOEXPORT:
This page took 0.037595 seconds and 4 git commands to generate.