blob: a91b612b65b76282a1dc96edc09deeca098c901f [file] [log] [blame]
Mike Dodd8cfa7022010-11-17 11:12:26 -08001# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 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 = ..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = libop
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/m4/binutils.m4 \
43 $(top_srcdir)/m4/builtinexpect.m4 \
44 $(top_srcdir)/m4/cellspubfdsupport.m4 \
45 $(top_srcdir)/m4/compileroption.m4 \
46 $(top_srcdir)/m4/configmodule.m4 \
47 $(top_srcdir)/m4/copyifchange.m4 $(top_srcdir)/m4/docbook.m4 \
48 $(top_srcdir)/m4/extradirs.m4 $(top_srcdir)/m4/findkernel.m4 \
49 $(top_srcdir)/m4/kerneloption.m4 \
50 $(top_srcdir)/m4/kernelversion.m4 \
51 $(top_srcdir)/m4/mallocattribute.m4 \
52 $(top_srcdir)/m4/poptconst.m4 \
53 $(top_srcdir)/m4/precompiledheader.m4 $(top_srcdir)/m4/qt.m4 \
54 $(top_srcdir)/m4/resultyn.m4 $(top_srcdir)/m4/sstream.m4 \
55 $(top_srcdir)/m4/typedef.m4 $(top_srcdir)/configure.in
56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57 $(ACLOCAL_M4)
58mkinstalldirs = $(install_sh) -d
59CONFIG_HEADER = $(top_builddir)/config.h
60CONFIG_CLEAN_FILES =
61LIBRARIES = $(noinst_LIBRARIES)
62ARFLAGS = cru
63libop_a_AR = $(AR) $(ARFLAGS)
64libop_a_LIBADD =
65am_libop_a_OBJECTS = op_events.$(OBJEXT) op_parse_event.$(OBJEXT) \
66 op_cpu_type.$(OBJEXT) op_mangle.$(OBJEXT) \
67 op_get_interface.$(OBJEXT) op_alloc_counter.$(OBJEXT) \
68 op_config.$(OBJEXT) op_xml_events.$(OBJEXT) \
69 op_xml_out.$(OBJEXT)
70libop_a_OBJECTS = $(am_libop_a_OBJECTS)
71DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
72depcomp = $(SHELL) $(top_srcdir)/depcomp
73am__depfiles_maybe = depfiles
74COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
77 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
78 $(AM_CFLAGS) $(CFLAGS)
79CCLD = $(CC)
80LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81 $(AM_LDFLAGS) $(LDFLAGS) -o $@
82SOURCES = $(libop_a_SOURCES)
83DIST_SOURCES = $(libop_a_SOURCES)
84RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
85 html-recursive info-recursive install-data-recursive \
86 install-exec-recursive install-info-recursive \
87 install-recursive installcheck-recursive installdirs-recursive \
88 pdf-recursive ps-recursive uninstall-info-recursive \
89 uninstall-recursive
90ETAGS = etags
91CTAGS = ctags
92DIST_SUBDIRS = $(SUBDIRS)
93DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94ACLOCAL = @ACLOCAL@
95AMDEP_FALSE = @AMDEP_FALSE@
96AMDEP_TRUE = @AMDEP_TRUE@
97AMTAR = @AMTAR@
98AR = @AR@
99AUTOCONF = @AUTOCONF@
100AUTOHEADER = @AUTOHEADER@
101AUTOMAKE = @AUTOMAKE@
102AWK = @AWK@
103BFD_LIBS = @BFD_LIBS@
104BUILD_JVMPI_AGENT_FALSE = @BUILD_JVMPI_AGENT_FALSE@
105BUILD_JVMPI_AGENT_TRUE = @BUILD_JVMPI_AGENT_TRUE@
106BUILD_JVMTI_AGENT_FALSE = @BUILD_JVMTI_AGENT_FALSE@
107BUILD_JVMTI_AGENT_TRUE = @BUILD_JVMTI_AGENT_TRUE@
108CAT_ENTRY_END = @CAT_ENTRY_END@
109CAT_ENTRY_START = @CAT_ENTRY_START@
110CC = @CC@
111CCDEPMODE = @CCDEPMODE@
112CFLAGS = @CFLAGS@
113CPP = @CPP@
114CPPFLAGS = @CPPFLAGS@
115CXX = @CXX@
116CXXCPP = @CXXCPP@
117CXXDEPMODE = @CXXDEPMODE@
118CXXFLAGS = @CXXFLAGS@
119CYGPATH_W = @CYGPATH_W@
120DATE = @DATE@
121DEFS = @DEFS@
122DEPDIR = @DEPDIR@
123DOCBOOK_ROOT = @DOCBOOK_ROOT@
124ECHO = @ECHO@
125ECHO_C = @ECHO_C@
126ECHO_N = @ECHO_N@
127ECHO_T = @ECHO_T@
128EGREP = @EGREP@
129EXEEXT = @EXEEXT@
130EXTRA_CFLAGS_MODULE = @EXTRA_CFLAGS_MODULE@
131F77 = @F77@
132FFLAGS = @FFLAGS@
133INSTALL_DATA = @INSTALL_DATA@
134INSTALL_PROGRAM = @INSTALL_PROGRAM@
135INSTALL_SCRIPT = @INSTALL_SCRIPT@
136INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137JAVA_HOMEDIR = @JAVA_HOMEDIR@
138KINC = @KINC@
139KSRC = @KSRC@
140KVERS = @KVERS@
141LD = @LD@
142LDFLAGS = @LDFLAGS@
143LIBERTY_LIBS = @LIBERTY_LIBS@
144LIBOBJS = @LIBOBJS@
145LIBS = @LIBS@
146LIBTOOL = @LIBTOOL@
147LN_S = @LN_S@
148LTLIBOBJS = @LTLIBOBJS@
149MAKEINFO = @MAKEINFO@
150MOC = @MOC@
151MODINSTALLDIR = @MODINSTALLDIR@
152OBJEXT = @OBJEXT@
153OPROFILE_DIR = @OPROFILE_DIR@
154OPROFILE_MODULE_ARCH = @OPROFILE_MODULE_ARCH@
155OP_CFLAGS = @OP_CFLAGS@
156OP_CXXFLAGS = @OP_CXXFLAGS@
157OP_DOCDIR = @OP_DOCDIR@
158PACKAGE = @PACKAGE@
159PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
160PACKAGE_NAME = @PACKAGE_NAME@
161PACKAGE_STRING = @PACKAGE_STRING@
162PACKAGE_TARNAME = @PACKAGE_TARNAME@
163PACKAGE_VERSION = @PACKAGE_VERSION@
164PATH_SEPARATOR = @PATH_SEPARATOR@
165POPT_LIBS = @POPT_LIBS@
166PTRDIFF_T_TYPE = @PTRDIFF_T_TYPE@
167QT_INCLUDES = @QT_INCLUDES@
168QT_LDFLAGS = @QT_LDFLAGS@
169QT_LIB = @QT_LIB@
170QT_VERSION = @QT_VERSION@
171RANLIB = @RANLIB@
172SET_MAKE = @SET_MAKE@
173SHELL = @SHELL@
174SIZE_T_TYPE = @SIZE_T_TYPE@
175STRIP = @STRIP@
176UIC = @UIC@
177VERSION = @VERSION@
178XML_CATALOG = @XML_CATALOG@
179XSLTPROC = @XSLTPROC@
180XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
181X_CFLAGS = @X_CFLAGS@
182X_EXTRA_LIBS = @X_EXTRA_LIBS@
183X_LIBS = @X_LIBS@
184X_PRE_LIBS = @X_PRE_LIBS@
185ac_ct_AR = @ac_ct_AR@
186ac_ct_CC = @ac_ct_CC@
187ac_ct_CXX = @ac_ct_CXX@
188ac_ct_F77 = @ac_ct_F77@
189ac_ct_RANLIB = @ac_ct_RANLIB@
190ac_ct_STRIP = @ac_ct_STRIP@
191am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
192am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
193am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
194am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
195am__include = @am__include@
196am__leading_dot = @am__leading_dot@
197am__quote = @am__quote@
198am__tar = @am__tar@
199am__untar = @am__untar@
200bindir = @bindir@
201build = @build@
202build_alias = @build_alias@
203build_cpu = @build_cpu@
204build_os = @build_os@
205build_vendor = @build_vendor@
206datadir = @datadir@
207exec_prefix = @exec_prefix@
208have_qt_FALSE = @have_qt_FALSE@
209have_qt_TRUE = @have_qt_TRUE@
210have_xsltproc_FALSE = @have_xsltproc_FALSE@
211have_xsltproc_TRUE = @have_xsltproc_TRUE@
212host = @host@
213host_alias = @host_alias@
214host_cpu = @host_cpu@
215host_os = @host_os@
216host_vendor = @host_vendor@
217includedir = @includedir@
218infodir = @infodir@
219install_sh = @install_sh@
220kernel_support_FALSE = @kernel_support_FALSE@
221kernel_support_TRUE = @kernel_support_TRUE@
222libdir = @libdir@
223libexecdir = @libexecdir@
224localstatedir = @localstatedir@
225mandir = @mandir@
226mkdir_p = @mkdir_p@
227oldincludedir = @oldincludedir@
228prefix = @prefix@
229program_transform_name = @program_transform_name@
230sbindir = @sbindir@
231sharedstatedir = @sharedstatedir@
232sysconfdir = @sysconfdir@
233target_alias = @target_alias@
234topdir = @topdir@
235SUBDIRS = . tests
236AM_CPPFLAGS = -I${top_srcdir}/libutil
237AM_CFLAGS = @OP_CFLAGS@
238noinst_LIBRARIES = libop.a
239libop_a_SOURCES = \
240 op_events.c \
241 op_events.h \
242 op_parse_event.c \
243 op_parse_event.h \
244 op_cpu_type.c \
245 op_cpu_type.h \
246 op_mangle.c \
247 op_mangle.h \
248 op_get_interface.c \
249 op_interface.h \
250 op_alloc_counter.c \
251 op_alloc_counter.h \
252 op_hw_config.h \
253 op_config.c \
254 op_config.h \
255 op_config_24.h \
256 op_sample_file.h \
257 op_xml_events.c \
258 op_xml_events.h \
259 op_xml_out.c \
260 op_xml_out.h \
261 op_hw_specific.h
262
263all: all-recursive
264
265.SUFFIXES:
266.SUFFIXES: .c .lo .o .obj
267$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
268 @for dep in $?; do \
269 case '$(am__configure_deps)' in \
270 *$$dep*) \
271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
272 && exit 0; \
273 exit 1;; \
274 esac; \
275 done; \
276 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libop/Makefile'; \
277 cd $(top_srcdir) && \
278 $(AUTOMAKE) --foreign libop/Makefile
279.PRECIOUS: Makefile
280Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281 @case '$?' in \
282 *config.status*) \
283 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
284 *) \
285 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
286 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
287 esac;
288
289$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291
292$(top_srcdir)/configure: $(am__configure_deps)
293 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294$(ACLOCAL_M4): $(am__aclocal_m4_deps)
295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296
297clean-noinstLIBRARIES:
298 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
299libop.a: $(libop_a_OBJECTS) $(libop_a_DEPENDENCIES)
300 -rm -f libop.a
301 $(libop_a_AR) libop.a $(libop_a_OBJECTS) $(libop_a_LIBADD)
302 $(RANLIB) libop.a
303
304mostlyclean-compile:
305 -rm -f *.$(OBJEXT)
306
307distclean-compile:
308 -rm -f *.tab.c
309
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_alloc_counter.Po@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_config.Po@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_cpu_type.Po@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_events.Po@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_get_interface.Po@am__quote@
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_mangle.Po@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_parse_event.Po@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_xml_events.Po@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op_xml_out.Po@am__quote@
319
320.c.o:
321@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
322@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
323@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325@am__fastdepCC_FALSE@ $(COMPILE) -c $<
326
327.c.obj:
328@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
329@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
330@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
333
334.c.lo:
335@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
336@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
337@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
338@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
340
341mostlyclean-libtool:
342 -rm -f *.lo
343
344clean-libtool:
345 -rm -rf .libs _libs
346
347distclean-libtool:
348 -rm -f libtool
349uninstall-info-am:
350
351# This directory's subdirectories are mostly independent; you can cd
352# into them and run `make' without going through this Makefile.
353# To change the values of `make' variables: instead of editing Makefiles,
354# (1) if the variable is set in `config.status', edit `config.status'
355# (which will cause the Makefiles to be regenerated when you run `make');
356# (2) otherwise, pass the desired values on the `make' command line.
357$(RECURSIVE_TARGETS):
358 @failcom='exit 1'; \
359 for f in x $$MAKEFLAGS; do \
360 case $$f in \
361 *=* | --[!k]*);; \
362 *k*) failcom='fail=yes';; \
363 esac; \
364 done; \
365 dot_seen=no; \
366 target=`echo $@ | sed s/-recursive//`; \
367 list='$(SUBDIRS)'; for subdir in $$list; do \
368 echo "Making $$target in $$subdir"; \
369 if test "$$subdir" = "."; then \
370 dot_seen=yes; \
371 local_target="$$target-am"; \
372 else \
373 local_target="$$target"; \
374 fi; \
375 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
376 || eval $$failcom; \
377 done; \
378 if test "$$dot_seen" = "no"; then \
379 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
380 fi; test -z "$$fail"
381
382mostlyclean-recursive clean-recursive distclean-recursive \
383maintainer-clean-recursive:
384 @failcom='exit 1'; \
385 for f in x $$MAKEFLAGS; do \
386 case $$f in \
387 *=* | --[!k]*);; \
388 *k*) failcom='fail=yes';; \
389 esac; \
390 done; \
391 dot_seen=no; \
392 case "$@" in \
393 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
394 *) list='$(SUBDIRS)' ;; \
395 esac; \
396 rev=''; for subdir in $$list; do \
397 if test "$$subdir" = "."; then :; else \
398 rev="$$subdir $$rev"; \
399 fi; \
400 done; \
401 rev="$$rev ."; \
402 target=`echo $@ | sed s/-recursive//`; \
403 for subdir in $$rev; do \
404 echo "Making $$target in $$subdir"; \
405 if test "$$subdir" = "."; then \
406 local_target="$$target-am"; \
407 else \
408 local_target="$$target"; \
409 fi; \
410 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
411 || eval $$failcom; \
412 done && test -z "$$fail"
413tags-recursive:
414 list='$(SUBDIRS)'; for subdir in $$list; do \
415 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
416 done
417ctags-recursive:
418 list='$(SUBDIRS)'; for subdir in $$list; do \
419 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
420 done
421
422ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
423 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424 unique=`for i in $$list; do \
425 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426 done | \
427 $(AWK) ' { files[$$0] = 1; } \
428 END { for (i in files) print i; }'`; \
429 mkid -fID $$unique
430tags: TAGS
431
432TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
433 $(TAGS_FILES) $(LISP)
434 tags=; \
435 here=`pwd`; \
436 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
437 include_option=--etags-include; \
438 empty_fix=.; \
439 else \
440 include_option=--include; \
441 empty_fix=; \
442 fi; \
443 list='$(SUBDIRS)'; for subdir in $$list; do \
444 if test "$$subdir" = .; then :; else \
445 test ! -f $$subdir/TAGS || \
446 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
447 fi; \
448 done; \
449 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450 unique=`for i in $$list; do \
451 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452 done | \
453 $(AWK) ' { files[$$0] = 1; } \
454 END { for (i in files) print i; }'`; \
455 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
456 test -n "$$unique" || unique=$$empty_fix; \
457 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458 $$tags $$unique; \
459 fi
460ctags: CTAGS
461CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
462 $(TAGS_FILES) $(LISP)
463 tags=; \
464 here=`pwd`; \
465 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
466 unique=`for i in $$list; do \
467 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468 done | \
469 $(AWK) ' { files[$$0] = 1; } \
470 END { for (i in files) print i; }'`; \
471 test -z "$(CTAGS_ARGS)$$tags$$unique" \
472 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
473 $$tags $$unique
474
475GTAGS:
476 here=`$(am__cd) $(top_builddir) && pwd` \
477 && cd $(top_srcdir) \
478 && gtags -i $(GTAGS_ARGS) $$here
479
480distclean-tags:
481 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482
483distdir: $(DISTFILES)
484 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
485 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
486 list='$(DISTFILES)'; for file in $$list; do \
487 case $$file in \
488 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
489 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
490 esac; \
491 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
492 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
493 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
494 dir="/$$dir"; \
495 $(mkdir_p) "$(distdir)$$dir"; \
496 else \
497 dir=''; \
498 fi; \
499 if test -d $$d/$$file; then \
500 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
502 fi; \
503 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
504 else \
505 test -f $(distdir)/$$file \
506 || cp -p $$d/$$file $(distdir)/$$file \
507 || exit 1; \
508 fi; \
509 done
510 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511 if test "$$subdir" = .; then :; else \
512 test -d "$(distdir)/$$subdir" \
513 || $(mkdir_p) "$(distdir)/$$subdir" \
514 || exit 1; \
515 distdir=`$(am__cd) $(distdir) && pwd`; \
516 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
517 (cd $$subdir && \
518 $(MAKE) $(AM_MAKEFLAGS) \
519 top_distdir="$$top_distdir" \
520 distdir="$$distdir/$$subdir" \
521 distdir) \
522 || exit 1; \
523 fi; \
524 done
525check-am: all-am
526check: check-recursive
527all-am: Makefile $(LIBRARIES)
528installdirs: installdirs-recursive
529installdirs-am:
530install: install-recursive
531install-exec: install-exec-recursive
532install-data: install-data-recursive
533uninstall: uninstall-recursive
534
535install-am: all-am
536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537
538installcheck: installcheck-recursive
539install-strip:
540 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542 `test -z '$(STRIP)' || \
543 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
544mostlyclean-generic:
545
546clean-generic:
547
548distclean-generic:
549 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
550
551maintainer-clean-generic:
552 @echo "This command is intended for maintainers to use"
553 @echo "it deletes files that may require special tools to rebuild."
554clean: clean-recursive
555
556clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
557 mostlyclean-am
558
559distclean: distclean-recursive
560 -rm -rf ./$(DEPDIR)
561 -rm -f Makefile
562distclean-am: clean-am distclean-compile distclean-generic \
563 distclean-libtool distclean-tags
564
565dvi: dvi-recursive
566
567dvi-am:
568
569html: html-recursive
570
571info: info-recursive
572
573info-am:
574
575install-data-am:
576
577install-exec-am:
578
579install-info: install-info-recursive
580
581install-man:
582
583installcheck-am:
584
585maintainer-clean: maintainer-clean-recursive
586 -rm -rf ./$(DEPDIR)
587 -rm -f Makefile
588maintainer-clean-am: distclean-am maintainer-clean-generic
589
590mostlyclean: mostlyclean-recursive
591
592mostlyclean-am: mostlyclean-compile mostlyclean-generic \
593 mostlyclean-libtool
594
595pdf: pdf-recursive
596
597pdf-am:
598
599ps: ps-recursive
600
601ps-am:
602
603uninstall-am: uninstall-info-am
604
605uninstall-info: uninstall-info-recursive
606
607.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
608 clean clean-generic clean-libtool clean-noinstLIBRARIES \
609 clean-recursive ctags ctags-recursive distclean \
610 distclean-compile distclean-generic distclean-libtool \
611 distclean-recursive distclean-tags distdir dvi dvi-am html \
612 html-am info info-am install install-am install-data \
613 install-data-am install-exec install-exec-am install-info \
614 install-info-am install-man install-strip installcheck \
615 installcheck-am installdirs installdirs-am maintainer-clean \
616 maintainer-clean-generic maintainer-clean-recursive \
617 mostlyclean mostlyclean-compile mostlyclean-generic \
618 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
619 tags tags-recursive uninstall uninstall-am uninstall-info-am
620
621# Tell versions [3.59,3.63) of GNU make to not export all variables.
622# Otherwise a system limit (for SysV at least) may be exceeded.
623.NOEXPORT: