]> git.draconx.ca Git - gob-dx.git/blob - examples/Makefile.in
Release 2.0.19
[gob-dx.git] / examples / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6 # Foundation, 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 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 subdir = examples
52 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
53 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54 am__aclocal_m4_deps = $(top_srcdir)/configure.in
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56         $(ACLOCAL_M4)
57 mkinstalldirs = $(install_sh) -d
58 CONFIG_HEADER = $(top_builddir)/config.h
59 CONFIG_CLEAN_FILES =
60 CONFIG_CLEAN_VPATH_FILES =
61 SOURCES =
62 DIST_SOURCES =
63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64         html-recursive info-recursive install-data-recursive \
65         install-dvi-recursive install-exec-recursive \
66         install-html-recursive install-info-recursive \
67         install-pdf-recursive install-ps-recursive install-recursive \
68         installcheck-recursive installdirs-recursive pdf-recursive \
69         ps-recursive uninstall-recursive
70 am__can_run_installinfo = \
71   case $$AM_UPDATE_INFO_DIR in \
72     n|no|NO) false;; \
73     *) (install-info --version) >/dev/null 2>&1;; \
74   esac
75 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
76   distclean-recursive maintainer-clean-recursive
77 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
78         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
79         distdir
80 ETAGS = etags
81 CTAGS = ctags
82 DIST_SUBDIRS = $(SUBDIRS)
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 am__relativize = \
85   dir0=`pwd`; \
86   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
87   sed_rest='s,^[^/]*/*,,'; \
88   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
89   sed_butlast='s,/*[^/]*$$,,'; \
90   while test -n "$$dir1"; do \
91     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
92     if test "$$first" != "."; then \
93       if test "$$first" = ".."; then \
94         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
95         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
96       else \
97         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
98         if test "$$first2" = "$$first"; then \
99           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
100         else \
101           dir2="../$$dir2"; \
102         fi; \
103         dir0="$$dir0"/"$$first"; \
104       fi; \
105     fi; \
106     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
107   done; \
108   reldir="$$dir2"
109 ACLOCAL = @ACLOCAL@
110 AMTAR = @AMTAR@
111 AUTOCONF = @AUTOCONF@
112 AUTOHEADER = @AUTOHEADER@
113 AUTOMAKE = @AUTOMAKE@
114 AWK = @AWK@
115 CC = @CC@
116 CCDEPMODE = @CCDEPMODE@
117 CFLAGS = @CFLAGS@
118 CPP = @CPP@
119 CPPFLAGS = @CPPFLAGS@
120 CYGPATH_W = @CYGPATH_W@
121 DEFS = @DEFS@
122 DEPDIR = @DEPDIR@
123 ECHO_C = @ECHO_C@
124 ECHO_N = @ECHO_N@
125 ECHO_T = @ECHO_T@
126 EGREP = @EGREP@
127 EXEEXT = @EXEEXT@
128 GLIB_CFLAGS = @GLIB_CFLAGS@
129 GLIB_LIBS = @GLIB_LIBS@
130 GREP = @GREP@
131 INSTALL = @INSTALL@
132 INSTALL_DATA = @INSTALL_DATA@
133 INSTALL_PROGRAM = @INSTALL_PROGRAM@
134 INSTALL_SCRIPT = @INSTALL_SCRIPT@
135 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136 LDFLAGS = @LDFLAGS@
137 LEX = @LEX@
138 LEXLIB = @LEXLIB@
139 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
140 LIBOBJS = @LIBOBJS@
141 LIBS = @LIBS@
142 LTLIBOBJS = @LTLIBOBJS@
143 MAINT = @MAINT@
144 MAKEINFO = @MAKEINFO@
145 MKDIR_P = @MKDIR_P@
146 MV = @MV@
147 OBJEXT = @OBJEXT@
148 PACKAGE = @PACKAGE@
149 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150 PACKAGE_NAME = @PACKAGE_NAME@
151 PACKAGE_STRING = @PACKAGE_STRING@
152 PACKAGE_TARNAME = @PACKAGE_TARNAME@
153 PACKAGE_URL = @PACKAGE_URL@
154 PACKAGE_VERSION = @PACKAGE_VERSION@
155 PATH_SEPARATOR = @PATH_SEPARATOR@
156 PKG_CONFIG = @PKG_CONFIG@
157 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
158 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
159 RM = @RM@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 STRIP = @STRIP@
163 SUBDIRS = .
164 TAR = @TAR@
165 VERSION = @VERSION@
166 YACC = @YACC@
167 YFLAGS = @YFLAGS@
168 abs_builddir = @abs_builddir@
169 abs_srcdir = @abs_srcdir@
170 abs_top_builddir = @abs_top_builddir@
171 abs_top_srcdir = @abs_top_srcdir@
172 ac_ct_CC = @ac_ct_CC@
173 am__include = @am__include@
174 am__leading_dot = @am__leading_dot@
175 am__quote = @am__quote@
176 am__tar = @am__tar@
177 am__untar = @am__untar@
178 bindir = @bindir@
179 build_alias = @build_alias@
180 builddir = @builddir@
181 datadir = @datadir@
182 datarootdir = @datarootdir@
183 docdir = @docdir@
184 dvidir = @dvidir@
185 exec_prefix = @exec_prefix@
186 host_alias = @host_alias@
187 htmldir = @htmldir@
188 includedir = @includedir@
189 infodir = @infodir@
190 install_sh = @install_sh@
191 libdir = @libdir@
192 libexecdir = @libexecdir@
193 localedir = @localedir@
194 localstatedir = @localstatedir@
195 mandir = @mandir@
196 mkdir_p = @mkdir_p@
197 oldincludedir = @oldincludedir@
198 pdfdir = @pdfdir@
199 prefix = @prefix@
200 program_transform_name = @program_transform_name@
201 psdir = @psdir@
202 sbindir = @sbindir@
203 sharedstatedir = @sharedstatedir@
204 srcdir = @srcdir@
205 sysconfdir = @sysconfdir@
206 target_alias = @target_alias@
207 top_build_prefix = @top_build_prefix@
208 top_builddir = @top_builddir@
209 top_srcdir = @top_srcdir@
210 EXTRA_DIST = \
211         README                  \
212         gtk-button-count.gob    \
213         my-person.gob           \
214         GNOME_Foo_SomeInterface.idl \
215         foo-some-interface.gob \
216         my-glade.gob            \
217         my-glade.glade          \
218         my-glade-main.c
219
220 all: all-recursive
221
222 .SUFFIXES:
223 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
224         @for dep in $?; do \
225           case '$(am__configure_deps)' in \
226             *$$dep*) \
227               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
228                 && { if test -f $@; then exit 0; else break; fi; }; \
229               exit 1;; \
230           esac; \
231         done; \
232         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
233         $(am__cd) $(top_srcdir) && \
234           $(AUTOMAKE) --gnu examples/Makefile
235 .PRECIOUS: Makefile
236 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237         @case '$?' in \
238           *config.status*) \
239             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
240           *) \
241             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
242             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
243         esac;
244
245 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
246         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
248 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
249         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
251         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252 $(am__aclocal_m4_deps):
253
254 # This directory's subdirectories are mostly independent; you can cd
255 # into them and run `make' without going through this Makefile.
256 # To change the values of `make' variables: instead of editing Makefiles,
257 # (1) if the variable is set in `config.status', edit `config.status'
258 #     (which will cause the Makefiles to be regenerated when you run `make');
259 # (2) otherwise, pass the desired values on the `make' command line.
260 $(RECURSIVE_TARGETS):
261         @fail= failcom='exit 1'; \
262         for f in x $$MAKEFLAGS; do \
263           case $$f in \
264             *=* | --[!k]*);; \
265             *k*) failcom='fail=yes';; \
266           esac; \
267         done; \
268         dot_seen=no; \
269         target=`echo $@ | sed s/-recursive//`; \
270         list='$(SUBDIRS)'; for subdir in $$list; do \
271           echo "Making $$target in $$subdir"; \
272           if test "$$subdir" = "."; then \
273             dot_seen=yes; \
274             local_target="$$target-am"; \
275           else \
276             local_target="$$target"; \
277           fi; \
278           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
279           || eval $$failcom; \
280         done; \
281         if test "$$dot_seen" = "no"; then \
282           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
283         fi; test -z "$$fail"
284
285 $(RECURSIVE_CLEAN_TARGETS):
286         @fail= failcom='exit 1'; \
287         for f in x $$MAKEFLAGS; do \
288           case $$f in \
289             *=* | --[!k]*);; \
290             *k*) failcom='fail=yes';; \
291           esac; \
292         done; \
293         dot_seen=no; \
294         case "$@" in \
295           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
296           *) list='$(SUBDIRS)' ;; \
297         esac; \
298         rev=''; for subdir in $$list; do \
299           if test "$$subdir" = "."; then :; else \
300             rev="$$subdir $$rev"; \
301           fi; \
302         done; \
303         rev="$$rev ."; \
304         target=`echo $@ | sed s/-recursive//`; \
305         for subdir in $$rev; do \
306           echo "Making $$target in $$subdir"; \
307           if test "$$subdir" = "."; then \
308             local_target="$$target-am"; \
309           else \
310             local_target="$$target"; \
311           fi; \
312           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
313           || eval $$failcom; \
314         done && test -z "$$fail"
315 tags-recursive:
316         list='$(SUBDIRS)'; for subdir in $$list; do \
317           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
318         done
319 ctags-recursive:
320         list='$(SUBDIRS)'; for subdir in $$list; do \
321           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
322         done
323
324 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
325         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
326         unique=`for i in $$list; do \
327             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328           done | \
329           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330               END { if (nonempty) { for (i in files) print i; }; }'`; \
331         mkid -fID $$unique
332 tags: TAGS
333
334 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335                 $(TAGS_FILES) $(LISP)
336         set x; \
337         here=`pwd`; \
338         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
339           include_option=--etags-include; \
340           empty_fix=.; \
341         else \
342           include_option=--include; \
343           empty_fix=; \
344         fi; \
345         list='$(SUBDIRS)'; for subdir in $$list; do \
346           if test "$$subdir" = .; then :; else \
347             test ! -f $$subdir/TAGS || \
348               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
349           fi; \
350         done; \
351         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
352         unique=`for i in $$list; do \
353             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354           done | \
355           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
356               END { if (nonempty) { for (i in files) print i; }; }'`; \
357         shift; \
358         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
359           test -n "$$unique" || unique=$$empty_fix; \
360           if test $$# -gt 0; then \
361             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362               "$$@" $$unique; \
363           else \
364             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365               $$unique; \
366           fi; \
367         fi
368 ctags: CTAGS
369 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370                 $(TAGS_FILES) $(LISP)
371         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372         unique=`for i in $$list; do \
373             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374           done | \
375           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376               END { if (nonempty) { for (i in files) print i; }; }'`; \
377         test -z "$(CTAGS_ARGS)$$unique" \
378           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
379              $$unique
380
381 GTAGS:
382         here=`$(am__cd) $(top_builddir) && pwd` \
383           && $(am__cd) $(top_srcdir) \
384           && gtags -i $(GTAGS_ARGS) "$$here"
385
386 distclean-tags:
387         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
388
389 distdir: $(DISTFILES)
390         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
392         list='$(DISTFILES)'; \
393           dist_files=`for file in $$list; do echo $$file; done | \
394           sed -e "s|^$$srcdirstrip/||;t" \
395               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
396         case $$dist_files in \
397           */*) $(MKDIR_P) `echo "$$dist_files" | \
398                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
399                            sort -u` ;; \
400         esac; \
401         for file in $$dist_files; do \
402           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
403           if test -d $$d/$$file; then \
404             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
405             if test -d "$(distdir)/$$file"; then \
406               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
407             fi; \
408             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
409               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
410               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411             fi; \
412             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
413           else \
414             test -f "$(distdir)/$$file" \
415             || cp -p $$d/$$file "$(distdir)/$$file" \
416             || exit 1; \
417           fi; \
418         done
419         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
420           if test "$$subdir" = .; then :; else \
421             $(am__make_dryrun) \
422               || test -d "$(distdir)/$$subdir" \
423               || $(MKDIR_P) "$(distdir)/$$subdir" \
424               || exit 1; \
425             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
426             $(am__relativize); \
427             new_distdir=$$reldir; \
428             dir1=$$subdir; dir2="$(top_distdir)"; \
429             $(am__relativize); \
430             new_top_distdir=$$reldir; \
431             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
432             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
433             ($(am__cd) $$subdir && \
434               $(MAKE) $(AM_MAKEFLAGS) \
435                 top_distdir="$$new_top_distdir" \
436                 distdir="$$new_distdir" \
437                 am__remove_distdir=: \
438                 am__skip_length_check=: \
439                 am__skip_mode_fix=: \
440                 distdir) \
441               || exit 1; \
442           fi; \
443         done
444 check-am: all-am
445 check: check-recursive
446 all-am: Makefile
447 installdirs: installdirs-recursive
448 installdirs-am:
449 install: install-recursive
450 install-exec: install-exec-recursive
451 install-data: install-data-recursive
452 uninstall: uninstall-recursive
453
454 install-am: all-am
455         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
456
457 installcheck: installcheck-recursive
458 install-strip:
459         if test -z '$(STRIP)'; then \
460           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
461             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
462               install; \
463         else \
464           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
465             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
466             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
467         fi
468 mostlyclean-generic:
469
470 clean-generic:
471
472 distclean-generic:
473         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
474         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
475
476 maintainer-clean-generic:
477         @echo "This command is intended for maintainers to use"
478         @echo "it deletes files that may require special tools to rebuild."
479 clean: clean-recursive
480
481 clean-am: clean-generic mostlyclean-am
482
483 distclean: distclean-recursive
484         -rm -f Makefile
485 distclean-am: clean-am distclean-generic distclean-tags
486
487 dvi: dvi-recursive
488
489 dvi-am:
490
491 html: html-recursive
492
493 html-am:
494
495 info: info-recursive
496
497 info-am:
498
499 install-data-am:
500
501 install-dvi: install-dvi-recursive
502
503 install-dvi-am:
504
505 install-exec-am:
506
507 install-html: install-html-recursive
508
509 install-html-am:
510
511 install-info: install-info-recursive
512
513 install-info-am:
514
515 install-man:
516
517 install-pdf: install-pdf-recursive
518
519 install-pdf-am:
520
521 install-ps: install-ps-recursive
522
523 install-ps-am:
524
525 installcheck-am:
526
527 maintainer-clean: maintainer-clean-recursive
528         -rm -f Makefile
529 maintainer-clean-am: distclean-am maintainer-clean-generic
530
531 mostlyclean: mostlyclean-recursive
532
533 mostlyclean-am: mostlyclean-generic
534
535 pdf: pdf-recursive
536
537 pdf-am:
538
539 ps: ps-recursive
540
541 ps-am:
542
543 uninstall-am:
544
545 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
546         install-am install-strip tags-recursive
547
548 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
549         all all-am check check-am clean clean-generic ctags \
550         ctags-recursive distclean distclean-generic distclean-tags \
551         distdir dvi dvi-am html html-am info info-am install \
552         install-am install-data install-data-am install-dvi \
553         install-dvi-am install-exec install-exec-am install-html \
554         install-html-am install-info install-info-am install-man \
555         install-pdf install-pdf-am install-ps install-ps-am \
556         install-strip installcheck installcheck-am installdirs \
557         installdirs-am maintainer-clean maintainer-clean-generic \
558         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
559         tags-recursive uninstall uninstall-am
560
561
562 # Tell versions [3.59,3.63) of GNU make to not export all variables.
563 # Otherwise a system limit (for SysV at least) may be exceeded.
564 .NOEXPORT: