source: trunk/OpenYahtzee/src/Makefile.in @ 46

Last change on this file since 46 was 38, checked in by guyru, 6 years ago

check for updates support

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 15.3 KB
Line 
1# 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
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24top_builddir = ..
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 = :
38build_triplet = @build@
39host_triplet = @host@
40bin_PROGRAMS = openyahtzee$(EXEEXT)
41subdir = src
42DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
43        $(srcdir)/Makefile.in
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/configure.in
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47        $(ACLOCAL_M4)
48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49CONFIG_HEADER = $(top_builddir)/config.h
50CONFIG_CLEAN_FILES =
51am__installdirs = "$(DESTDIR)$(bindir)"
52binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53PROGRAMS = $(bin_PROGRAMS)
54am_openyahtzee_OBJECTS = openyahtzee.$(OBJEXT) MainFrame.$(OBJEXT) \
55        DBwrapper.$(OBJEXT) SettingsDB.$(OBJEXT) \
56        HighScoreTableDB.$(OBJEXT) HighScoreDialog.$(OBJEXT) \
57        SettingsDialog.$(OBJEXT)
58openyahtzee_OBJECTS = $(am_openyahtzee_OBJECTS)
59openyahtzee_LDADD = $(LDADD)
60DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
61depcomp = $(SHELL) $(top_srcdir)/depcomp
62am__depfiles_maybe = depfiles
63CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
64        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
65LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
66        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
67        $(AM_CXXFLAGS) $(CXXFLAGS)
68CXXLD = $(CXX)
69CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
70        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
71COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
74        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
75        $(AM_CFLAGS) $(CFLAGS)
76CCLD = $(CC)
77LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
78        $(AM_LDFLAGS) $(LDFLAGS) -o $@
79SOURCES = $(openyahtzee_SOURCES)
80DIST_SOURCES = $(openyahtzee_SOURCES)
81HEADERS = $(noinst_HEADERS)
82ETAGS = etags
83CTAGS = ctags
84DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85ACLOCAL = @ACLOCAL@
86AMDEP_FALSE = @AMDEP_FALSE@
87AMDEP_TRUE = @AMDEP_TRUE@
88AMTAR = @AMTAR@
89AR = @AR@
90AUTOCONF = @AUTOCONF@
91AUTOHEADER = @AUTOHEADER@
92AUTOMAKE = @AUTOMAKE@
93AWK = @AWK@
94CC = @CC@
95CCDEPMODE = @CCDEPMODE@
96CFLAGS = @CFLAGS@
97CPP = @CPP@
98CPPFLAGS = @CPPFLAGS@
99CXX = @CXX@
100CXXCPP = @CXXCPP@
101CXXDEPMODE = @CXXDEPMODE@
102CXXFLAGS = @CXXFLAGS@
103CYGPATH_W = @CYGPATH_W@
104DEFS = @DEFS@
105DEPDIR = @DEPDIR@
106ECHO = @ECHO@
107ECHO_C = @ECHO_C@
108ECHO_N = @ECHO_N@
109ECHO_T = @ECHO_T@
110EGREP = @EGREP@
111EXEEXT = @EXEEXT@
112F77 = @F77@
113FFLAGS = @FFLAGS@
114GREP = @GREP@
115INSTALL_DATA = @INSTALL_DATA@
116INSTALL_PROGRAM = @INSTALL_PROGRAM@
117INSTALL_SCRIPT = @INSTALL_SCRIPT@
118INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119LDFLAGS = @LDFLAGS@
120LIBOBJS = @LIBOBJS@
121LIBS = @LIBS@
122LIBTOOL = @LIBTOOL@
123LN_S = @LN_S@
124LTLIBOBJS = @LTLIBOBJS@
125MAKEINFO = @MAKEINFO@
126OBJEXT = @OBJEXT@
127PACKAGE = @PACKAGE@
128PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
129PACKAGE_NAME = @PACKAGE_NAME@
130PACKAGE_STRING = @PACKAGE_STRING@
131PACKAGE_TARNAME = @PACKAGE_TARNAME@
132PACKAGE_VERSION = @PACKAGE_VERSION@
133PATH_SEPARATOR = @PATH_SEPARATOR@
134RANLIB = @RANLIB@
135SET_MAKE = @SET_MAKE@
136SHELL = @SHELL@
137STRIP = @STRIP@
138VERSION = @VERSION@
139ac_ct_CC = @ac_ct_CC@
140ac_ct_CXX = @ac_ct_CXX@
141ac_ct_F77 = @ac_ct_F77@
142am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
143am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
144am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
145am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
146am__include = @am__include@
147am__leading_dot = @am__leading_dot@
148am__quote = @am__quote@
149am__tar = @am__tar@
150am__untar = @am__untar@
151bindir = @bindir@
152build = @build@
153build_alias = @build_alias@
154build_cpu = @build_cpu@
155build_os = @build_os@
156build_vendor = @build_vendor@
157datadir = @datadir@
158datarootdir = @datarootdir@
159docdir = @docdir@
160dvidir = @dvidir@
161exec_prefix = @exec_prefix@
162host = @host@
163host_alias = @host_alias@
164host_cpu = @host_cpu@
165host_os = @host_os@
166host_vendor = @host_vendor@
167htmldir = @htmldir@
168includedir = @includedir@
169infodir = @infodir@
170install_sh = @install_sh@
171libdir = @libdir@
172libexecdir = @libexecdir@
173localedir = @localedir@
174localstatedir = @localstatedir@
175mandir = @mandir@
176mkdir_p = @mkdir_p@
177oldincludedir = @oldincludedir@
178pdfdir = @pdfdir@
179prefix = @prefix@
180program_transform_name = @program_transform_name@
181psdir = @psdir@
182sbindir = @sbindir@
183sharedstatedir = @sharedstatedir@
184sysconfdir = @sysconfdir@
185target_alias = @target_alias@
186openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp five.xpm four.xpm one.xpm \
187                                six.xpm three.xpm two.xpm DBwrapper.cpp DBwrapper.h SettingsDB.cpp \
188                                HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp icon.xpm icon32.xpm \
189        openyahtzee.rc
190
191
192# set the include path found by configure
193INCLUDES = $(all_includes)
194
195# the library search path.
196noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \
197                                HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico
198
199openyahtzee_LDFLAGS = `wx-config --libs` -lsqlite3
200AM_CXXFLAGS = `wx-config --cxxflags`
201all: all-am
202
203.SUFFIXES:
204.SUFFIXES: .cpp .lo .o .obj
205$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
206        @for dep in $?; do \
207          case '$(am__configure_deps)' in \
208            *$$dep*) \
209              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
210                && exit 0; \
211              exit 1;; \
212          esac; \
213        done; \
214        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
215        cd $(top_srcdir) && \
216          $(AUTOMAKE) --gnu  src/Makefile
217.PRECIOUS: Makefile
218Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
219        @case '$?' in \
220          *config.status*) \
221            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
222          *) \
223            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
224            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
225        esac;
226
227$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
228        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229
230$(top_srcdir)/configure:  $(am__configure_deps)
231        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
233        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234install-binPROGRAMS: $(bin_PROGRAMS)
235        @$(NORMAL_INSTALL)
236        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
237        @list='$(bin_PROGRAMS)'; for p in $$list; do \
238          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
239          if test -f $$p \
240             || test -f $$p1 \
241          ; then \
242            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
243           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
244           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
245          else :; fi; \
246        done
247
248uninstall-binPROGRAMS:
249        @$(NORMAL_UNINSTALL)
250        @list='$(bin_PROGRAMS)'; for p in $$list; do \
251          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
252          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
253          rm -f "$(DESTDIR)$(bindir)/$$f"; \
254        done
255
256clean-binPROGRAMS:
257        @list='$(bin_PROGRAMS)'; for p in $$list; do \
258          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
259          echo " rm -f $$p $$f"; \
260          rm -f $$p $$f ; \
261        done
262openyahtzee$(EXEEXT): $(openyahtzee_OBJECTS) $(openyahtzee_DEPENDENCIES)
263        @rm -f openyahtzee$(EXEEXT)
264        $(CXXLINK) $(openyahtzee_LDFLAGS) $(openyahtzee_OBJECTS) $(openyahtzee_LDADD) $(LIBS)
265
266mostlyclean-compile:
267        -rm -f *.$(OBJEXT)
268
269distclean-compile:
270        -rm -f *.tab.c
271
272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DBwrapper.Po@am__quote@
273@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HighScoreDialog.Po@am__quote@
274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HighScoreTableDB.Po@am__quote@
275@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MainFrame.Po@am__quote@
276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SettingsDB.Po@am__quote@
277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SettingsDialog.Po@am__quote@
278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openyahtzee.Po@am__quote@
279
280.cpp.o:
281@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
282@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
283@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
284@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
286
287.cpp.obj:
288@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
289@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
290@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
291@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
293
294.cpp.lo:
295@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
296@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
297@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
298@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
300
301mostlyclean-libtool:
302        -rm -f *.lo
303
304clean-libtool:
305        -rm -rf .libs _libs
306
307distclean-libtool:
308        -rm -f libtool
309uninstall-info-am:
310
311ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313        unique=`for i in $$list; do \
314            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315          done | \
316          $(AWK) '    { files[$$0] = 1; } \
317               END { for (i in files) print i; }'`; \
318        mkid -fID $$unique
319tags: TAGS
320
321TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322                $(TAGS_FILES) $(LISP)
323        tags=; \
324        here=`pwd`; \
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; } \
330               END { for (i in files) print i; }'`; \
331        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
332          test -n "$$unique" || unique=$$empty_fix; \
333          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334            $$tags $$unique; \
335        fi
336ctags: CTAGS
337CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338                $(TAGS_FILES) $(LISP)
339        tags=; \
340        here=`pwd`; \
341        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
342        unique=`for i in $$list; do \
343            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344          done | \
345          $(AWK) '    { files[$$0] = 1; } \
346               END { for (i in files) print i; }'`; \
347        test -z "$(CTAGS_ARGS)$$tags$$unique" \
348          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
349             $$tags $$unique
350
351GTAGS:
352        here=`$(am__cd) $(top_builddir) && pwd` \
353          && cd $(top_srcdir) \
354          && gtags -i $(GTAGS_ARGS) $$here
355
356distclean-tags:
357        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
358
359distdir: $(DISTFILES)
360        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
361        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
362        list='$(DISTFILES)'; for file in $$list; do \
363          case $$file in \
364            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
365            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
366          esac; \
367          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
369          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
370            dir="/$$dir"; \
371            $(mkdir_p) "$(distdir)$$dir"; \
372          else \
373            dir=''; \
374          fi; \
375          if test -d $$d/$$file; then \
376            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
377              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
378            fi; \
379            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
380          else \
381            test -f $(distdir)/$$file \
382            || cp -p $$d/$$file $(distdir)/$$file \
383            || exit 1; \
384          fi; \
385        done
386check-am: all-am
387check: check-am
388all-am: Makefile $(PROGRAMS) $(HEADERS)
389installdirs:
390        for dir in "$(DESTDIR)$(bindir)"; do \
391          test -z "$$dir" || $(mkdir_p) "$$dir"; \
392        done
393install: install-am
394install-exec: install-exec-am
395install-data: install-data-am
396uninstall: uninstall-am
397
398install-am: all-am
399        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
400
401installcheck: installcheck-am
402install-strip:
403        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
404          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
405          `test -z '$(STRIP)' || \
406            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
407mostlyclean-generic:
408
409clean-generic:
410
411distclean-generic:
412        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
413
414maintainer-clean-generic:
415        @echo "This command is intended for maintainers to use"
416        @echo "it deletes files that may require special tools to rebuild."
417clean: clean-am
418
419clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
420
421distclean: distclean-am
422        -rm -rf ./$(DEPDIR)
423        -rm -f Makefile
424distclean-am: clean-am distclean-compile distclean-generic \
425        distclean-libtool distclean-tags
426
427dvi: dvi-am
428
429dvi-am:
430
431html: html-am
432
433info: info-am
434
435info-am:
436
437install-data-am:
438
439install-exec-am: install-binPROGRAMS
440
441install-info: install-info-am
442
443install-man:
444
445installcheck-am:
446
447maintainer-clean: maintainer-clean-am
448        -rm -rf ./$(DEPDIR)
449        -rm -f Makefile
450maintainer-clean-am: distclean-am maintainer-clean-generic
451
452mostlyclean: mostlyclean-am
453
454mostlyclean-am: mostlyclean-compile mostlyclean-generic \
455        mostlyclean-libtool
456
457pdf: pdf-am
458
459pdf-am:
460
461ps: ps-am
462
463ps-am:
464
465uninstall-am: uninstall-binPROGRAMS uninstall-info-am
466
467.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
468        clean-generic clean-libtool ctags distclean distclean-compile \
469        distclean-generic distclean-libtool distclean-tags distdir dvi \
470        dvi-am html html-am info info-am install install-am \
471        install-binPROGRAMS install-data install-data-am install-exec \
472        install-exec-am install-info install-info-am install-man \
473        install-strip installcheck installcheck-am installdirs \
474        maintainer-clean maintainer-clean-generic mostlyclean \
475        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
476        pdf pdf-am ps ps-am tags uninstall uninstall-am \
477        uninstall-binPROGRAMS uninstall-info-am
478
479# Tell versions [3.59,3.63) of GNU make to not export all variables.
480# Otherwise a system limit (for SysV at least) may be exceeded.
481.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.