blob: cdbe02ece1259d1c7a8d7592f39e27e919b2acdc [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37noinst_PROGRAMS = hal-listen$(EXEEXT)
38subdir = examples/hal
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
42 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
43 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
44 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50CONFIG_CLEAN_VPATH_FILES =
51PROGRAMS = $(noinst_PROGRAMS)
52am_hal_listen_OBJECTS = hal-listen.$(OBJEXT)
53hal_listen_OBJECTS = $(am_hal_listen_OBJECTS)
54hal_listen_DEPENDENCIES = $(top_builddir)/src/libdbus-c++-1.la
55DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56depcomp = $(SHELL) $(top_srcdir)/depcomp
57am__depfiles_maybe = depfiles
58am__mv = mv -f
59CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
61LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
62 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
64CXXLD = $(CXX)
65CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
67 $(LDFLAGS) -o $@
68COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73CCLD = $(CC)
74LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
76 $(LDFLAGS) -o $@
77SOURCES = $(hal_listen_SOURCES)
78DIST_SOURCES = $(hal_listen_SOURCES)
79ETAGS = etags
80CTAGS = ctags
81DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82ACLOCAL = @ACLOCAL@
83AMTAR = @AMTAR@
84AR = @AR@
85AUTOCONF = @AUTOCONF@
86AUTOHEADER = @AUTOHEADER@
87AUTOMAKE = @AUTOMAKE@
88AWK = @AWK@
89BUILD_LIBDBUS_CXX_DIR = @BUILD_LIBDBUS_CXX_DIR@
90CC = @CC@
91CCDEPMODE = @CCDEPMODE@
92CFLAGS = @CFLAGS@
93CPP = @CPP@
94CPPFLAGS = @CPPFLAGS@
95CXX = @CXX@
96CXXCPP = @CXXCPP@
97CXXDEPMODE = @CXXDEPMODE@
98CXXFLAGS = @CXXFLAGS@
99CXX_FOR_BUILD = @CXX_FOR_BUILD@
100CYGPATH_W = @CYGPATH_W@
101DEFS = @DEFS@
102DEPDIR = @DEPDIR@
103DLLTOOL = @DLLTOOL@
104DOXYGEN = @DOXYGEN@
105DSYMUTIL = @DSYMUTIL@
106DUMPBIN = @DUMPBIN@
107ECHO_C = @ECHO_C@
108ECHO_N = @ECHO_N@
109ECHO_T = @ECHO_T@
110EGREP = @EGREP@
111EXEEXT = @EXEEXT@
112FGREP = @FGREP@
113GREP = @GREP@
114INSTALL = @INSTALL@
115INSTALL_DATA = @INSTALL_DATA@
116INSTALL_PROGRAM = @INSTALL_PROGRAM@
117INSTALL_SCRIPT = @INSTALL_SCRIPT@
118INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119LD = @LD@
120LDFLAGS = @LDFLAGS@
121LIBOBJS = @LIBOBJS@
122LIBS = @LIBS@
123LIBTOOL = @LIBTOOL@
124LIPO = @LIPO@
125LN_S = @LN_S@
126LTLIBOBJS = @LTLIBOBJS@
127MAKEINFO = @MAKEINFO@
128MANIFEST_TOOL = @MANIFEST_TOOL@
129MKDIR_P = @MKDIR_P@
130NM = @NM@
131NMEDIT = @NMEDIT@
132OBJDUMP = @OBJDUMP@
133OBJEXT = @OBJEXT@
134OTOOL = @OTOOL@
135OTOOL64 = @OTOOL64@
136PACKAGE = @PACKAGE@
137PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138PACKAGE_NAME = @PACKAGE_NAME@
139PACKAGE_STRING = @PACKAGE_STRING@
140PACKAGE_TARNAME = @PACKAGE_TARNAME@
141PACKAGE_URL = @PACKAGE_URL@
142PACKAGE_VERSION = @PACKAGE_VERSION@
143PATH_SEPARATOR = @PATH_SEPARATOR@
144PKG_CONFIG = @PKG_CONFIG@
145PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
146PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
147PTHREAD_CC = @PTHREAD_CC@
148PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
149PTHREAD_LIBS = @PTHREAD_LIBS@
150RANLIB = @RANLIB@
151RT_LIBS = @RT_LIBS@
152SED = @SED@
153SET_MAKE = @SET_MAKE@
154SHELL = @SHELL@
155STRIP = @STRIP@
156VERSION = @VERSION@
157abs_builddir = @abs_builddir@
158abs_srcdir = @abs_srcdir@
159abs_top_builddir = @abs_top_builddir@
160abs_top_srcdir = @abs_top_srcdir@
161ac_ct_AR = @ac_ct_AR@
162ac_ct_CC = @ac_ct_CC@
163ac_ct_CXX = @ac_ct_CXX@
164ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
165acx_pthread_config = @acx_pthread_config@
166am__include = @am__include@
167am__leading_dot = @am__leading_dot@
168am__quote = @am__quote@
169am__tar = @am__tar@
170am__untar = @am__untar@
171bindir = @bindir@
172build = @build@
173build_alias = @build_alias@
174build_cpu = @build_cpu@
175build_os = @build_os@
176build_vendor = @build_vendor@
177builddir = @builddir@
178datadir = @datadir@
179datarootdir = @datarootdir@
180dbus_CFLAGS = @dbus_CFLAGS@
181dbus_LIBS = @dbus_LIBS@
182docdir = @docdir@
183dvidir = @dvidir@
184ecore_CFLAGS = @ecore_CFLAGS@
185ecore_LIBS = @ecore_LIBS@
186exec_prefix = @exec_prefix@
187glib_CFLAGS = @glib_CFLAGS@
188glib_LIBS = @glib_LIBS@
189gtkmm_CFLAGS = @gtkmm_CFLAGS@
190gtkmm_LIBS = @gtkmm_LIBS@
191host = @host@
192host_alias = @host_alias@
193host_cpu = @host_cpu@
194host_os = @host_os@
195host_vendor = @host_vendor@
196htmldir = @htmldir@
197includedir = @includedir@
198infodir = @infodir@
199install_sh = @install_sh@
200libdir = @libdir@
201libexecdir = @libexecdir@
202localedir = @localedir@
203localstatedir = @localstatedir@
204mandir = @mandir@
205mkdir_p = @mkdir_p@
206oldincludedir = @oldincludedir@
207pdfdir = @pdfdir@
208prefix = @prefix@
209program_transform_name = @program_transform_name@
210psdir = @psdir@
211sbindir = @sbindir@
212sharedstatedir = @sharedstatedir@
213srcdir = @srcdir@
214sysconfdir = @sysconfdir@
215target_alias = @target_alias@
216top_build_prefix = @top_build_prefix@
217top_builddir = @top_builddir@
218top_srcdir = @top_srcdir@
219xml_CFLAGS = @xml_CFLAGS@
220xml_LIBS = @xml_LIBS@
221AM_CPPFLAGS = -I$(top_srcdir)/include
222hal_listen_SOURCES = hal-listen.h hal-listen.cpp
223hal_listen_LDADD = $(top_builddir)/src/libdbus-c++-1.la
224MAINTAINERCLEANFILES = \
225 Makefile.in
226
227all: all-am
228
229.SUFFIXES:
230.SUFFIXES: .cpp .lo .o .obj
231$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
232 @for dep in $?; do \
233 case '$(am__configure_deps)' in \
234 *$$dep*) \
235 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
236 && { if test -f $@; then exit 0; else break; fi; }; \
237 exit 1;; \
238 esac; \
239 done; \
240 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/hal/Makefile'; \
241 $(am__cd) $(top_srcdir) && \
242 $(AUTOMAKE) --foreign examples/hal/Makefile
243.PRECIOUS: Makefile
244Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245 @case '$?' in \
246 *config.status*) \
247 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
248 *) \
249 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
250 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
251 esac;
252
253$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
254 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
256$(top_srcdir)/configure: $(am__configure_deps)
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258$(ACLOCAL_M4): $(am__aclocal_m4_deps)
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260$(am__aclocal_m4_deps):
261
262clean-noinstPROGRAMS:
263 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
264 echo " rm -f" $$list; \
265 rm -f $$list || exit $$?; \
266 test -n "$(EXEEXT)" || exit 0; \
267 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
268 echo " rm -f" $$list; \
269 rm -f $$list
270hal-listen$(EXEEXT): $(hal_listen_OBJECTS) $(hal_listen_DEPENDENCIES)
271 @rm -f hal-listen$(EXEEXT)
272 $(CXXLINK) $(hal_listen_OBJECTS) $(hal_listen_LDADD) $(LIBS)
273
274mostlyclean-compile:
275 -rm -f *.$(OBJEXT)
276
277distclean-compile:
278 -rm -f *.tab.c
279
280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hal-listen.Po@am__quote@
281
282.cpp.o:
283@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
284@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
285@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
288
289.cpp.obj:
290@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
291@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
292@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
294@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
295
296.cpp.lo:
297@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
298@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
299@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
300@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
302
303mostlyclean-libtool:
304 -rm -f *.lo
305
306clean-libtool:
307 -rm -rf .libs _libs
308
309ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
310 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
311 unique=`for i in $$list; do \
312 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313 done | \
314 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
315 END { if (nonempty) { for (i in files) print i; }; }'`; \
316 mkid -fID $$unique
317tags: TAGS
318
319TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
320 $(TAGS_FILES) $(LISP)
321 set x; \
322 here=`pwd`; \
323 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
324 unique=`for i in $$list; do \
325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326 done | \
327 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
328 END { if (nonempty) { for (i in files) print i; }; }'`; \
329 shift; \
330 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
331 test -n "$$unique" || unique=$$empty_fix; \
332 if test $$# -gt 0; then \
333 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334 "$$@" $$unique; \
335 else \
336 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
337 $$unique; \
338 fi; \
339 fi
340ctags: CTAGS
341CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
342 $(TAGS_FILES) $(LISP)
343 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
344 unique=`for i in $$list; do \
345 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346 done | \
347 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348 END { if (nonempty) { for (i in files) print i; }; }'`; \
349 test -z "$(CTAGS_ARGS)$$unique" \
350 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
351 $$unique
352
353GTAGS:
354 here=`$(am__cd) $(top_builddir) && pwd` \
355 && $(am__cd) $(top_srcdir) \
356 && gtags -i $(GTAGS_ARGS) "$$here"
357
358distclean-tags:
359 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
360
361distdir: $(DISTFILES)
362 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
364 list='$(DISTFILES)'; \
365 dist_files=`for file in $$list; do echo $$file; done | \
366 sed -e "s|^$$srcdirstrip/||;t" \
367 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
368 case $$dist_files in \
369 */*) $(MKDIR_P) `echo "$$dist_files" | \
370 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
371 sort -u` ;; \
372 esac; \
373 for file in $$dist_files; do \
374 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
375 if test -d $$d/$$file; then \
376 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
377 if test -d "$(distdir)/$$file"; then \
378 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
379 fi; \
380 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
381 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
382 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
383 fi; \
384 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
385 else \
386 test -f "$(distdir)/$$file" \
387 || cp -p $$d/$$file "$(distdir)/$$file" \
388 || exit 1; \
389 fi; \
390 done
391check-am: all-am
392check: check-am
393all-am: Makefile $(PROGRAMS)
394installdirs:
395install: install-am
396install-exec: install-exec-am
397install-data: install-data-am
398uninstall: uninstall-am
399
400install-am: all-am
401 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402
403installcheck: installcheck-am
404install-strip:
405 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
406 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
407 `test -z '$(STRIP)' || \
408 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
409mostlyclean-generic:
410
411clean-generic:
412
413distclean-generic:
414 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
415 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
416
417maintainer-clean-generic:
418 @echo "This command is intended for maintainers to use"
419 @echo "it deletes files that may require special tools to rebuild."
420 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
421clean: clean-am
422
423clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
424 mostlyclean-am
425
426distclean: distclean-am
427 -rm -rf ./$(DEPDIR)
428 -rm -f Makefile
429distclean-am: clean-am distclean-compile distclean-generic \
430 distclean-tags
431
432dvi: dvi-am
433
434dvi-am:
435
436html: html-am
437
438html-am:
439
440info: info-am
441
442info-am:
443
444install-data-am:
445
446install-dvi: install-dvi-am
447
448install-dvi-am:
449
450install-exec-am:
451
452install-html: install-html-am
453
454install-html-am:
455
456install-info: install-info-am
457
458install-info-am:
459
460install-man:
461
462install-pdf: install-pdf-am
463
464install-pdf-am:
465
466install-ps: install-ps-am
467
468install-ps-am:
469
470installcheck-am:
471
472maintainer-clean: maintainer-clean-am
473 -rm -rf ./$(DEPDIR)
474 -rm -f Makefile
475maintainer-clean-am: distclean-am maintainer-clean-generic
476
477mostlyclean: mostlyclean-am
478
479mostlyclean-am: mostlyclean-compile mostlyclean-generic \
480 mostlyclean-libtool
481
482pdf: pdf-am
483
484pdf-am:
485
486ps: ps-am
487
488ps-am:
489
490uninstall-am:
491
492.MAKE: install-am install-strip
493
494.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
495 clean-libtool clean-noinstPROGRAMS ctags distclean \
496 distclean-compile distclean-generic distclean-libtool \
497 distclean-tags distdir dvi dvi-am html html-am info info-am \
498 install install-am install-data install-data-am install-dvi \
499 install-dvi-am install-exec install-exec-am install-html \
500 install-html-am install-info install-info-am install-man \
501 install-pdf install-pdf-am install-ps install-ps-am \
502 install-strip installcheck installcheck-am installdirs \
503 maintainer-clean maintainer-clean-generic mostlyclean \
504 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
505 pdf pdf-am ps ps-am tags uninstall uninstall-am
506
507
508# Tell versions [3.59,3.63) of GNU make to not export all variables.
509# Otherwise a system limit (for SysV at least) may be exceeded.
510.NOEXPORT: