Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Tools/MeshUpgrader/src/Makefile.in @ 7

Last change on this file since 7 was 7, checked in by anonymous, 17 years ago

=

File size: 15.4 KB
Line 
1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006  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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35target_triplet = @target@
36bin_PROGRAMS = OgreMeshUpgrade$(EXEEXT)
37subdir = Tools/MeshUpgrader/src
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/Scripts/m4/cppunit.m4 \
41        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43        $(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = $(top_builddir)/OgreMain/include/config.h
46CONFIG_CLEAN_FILES =
47am__installdirs = "$(DESTDIR)$(bindir)"
48binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
49PROGRAMS = $(bin_PROGRAMS)
50am_OgreMeshUpgrade_OBJECTS = main.$(OBJEXT)
51OgreMeshUpgrade_OBJECTS = $(am_OgreMeshUpgrade_OBJECTS)
52OgreMeshUpgrade_DEPENDENCIES =
53OgreMeshUpgrade_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
54        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
55        $(CXXFLAGS) $(OgreMeshUpgrade_LDFLAGS) $(LDFLAGS) -o $@
56DEFAULT_INCLUDES = -I. -I$(top_builddir)/OgreMain/include@am__isrc@
57depcomp = $(SHELL) $(top_srcdir)/depcomp
58am__depfiles_maybe = depfiles
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 $@
68SOURCES = $(OgreMeshUpgrade_SOURCES)
69DIST_SOURCES = $(OgreMeshUpgrade_SOURCES)
70ETAGS = etags
71CTAGS = ctags
72DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73ACLOCAL = @ACLOCAL@
74AMTAR = @AMTAR@
75AR = @AR@
76AUTOCONF = @AUTOCONF@
77AUTOHEADER = @AUTOHEADER@
78AUTOMAKE = @AUTOMAKE@
79AWK = @AWK@
80CC = @CC@
81CCDEPMODE = @CCDEPMODE@
82CEGUI_CFLAGS = @CEGUI_CFLAGS@
83CEGUI_LIBS = @CEGUI_LIBS@
84CFLAGS = @CFLAGS@
85CFLAGS_VISIBILITY = @CFLAGS_VISIBILITY@
86CPP = @CPP@
87CPPFLAGS = @CPPFLAGS@
88CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
89CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
90CPPUNIT_LIBS = @CPPUNIT_LIBS@
91CXX = @CXX@
92CXXCPP = @CXXCPP@
93CXXDEPMODE = @CXXDEPMODE@
94CXXFLAGS = @CXXFLAGS@
95CYGPATH_W = @CYGPATH_W@
96DEFS = @DEFS@
97DEPDIR = @DEPDIR@
98ECHO = @ECHO@
99ECHO_C = @ECHO_C@
100ECHO_N = @ECHO_N@
101ECHO_T = @ECHO_T@
102EGREP = @EGREP@
103EXEEXT = @EXEEXT@
104F77 = @F77@
105FFLAGS = @FFLAGS@
106FT2_CFLAGS = @FT2_CFLAGS@
107FT2_CONFIG = @FT2_CONFIG@
108FT2_LIBS = @FT2_LIBS@
109GLSUPPORT_CFLAGS = @GLSUPPORT_CFLAGS@
110GLSUPPORT_LIBS = @GLSUPPORT_LIBS@
111GL_LIBS = @GL_LIBS@
112GREP = @GREP@
113GTK_CFLAGS = @GTK_CFLAGS@
114GTK_LIBS = @GTK_LIBS@
115INSTALL = @INSTALL@
116INSTALL_DATA = @INSTALL_DATA@
117INSTALL_PROGRAM = @INSTALL_PROGRAM@
118INSTALL_SCRIPT = @INSTALL_SCRIPT@
119INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
120LDFLAGS = @LDFLAGS@
121LEX = @LEX@
122LEXLIB = @LEXLIB@
123LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
124LIBOBJS = @LIBOBJS@
125LIBS = @LIBS@
126LIBTOOL = @LIBTOOL@
127LN_S = @LN_S@
128LTLIBOBJS = @LTLIBOBJS@
129MAKEINFO = @MAKEINFO@
130MKDIR_P = @MKDIR_P@
131OBJEXT = @OBJEXT@
132OGRE_CFLAGS = @OGRE_CFLAGS@
133OGRE_GLSUPPORT = @OGRE_GLSUPPORT@
134OGRE_GUI = @OGRE_GUI@
135OGRE_PLATFORM = @OGRE_PLATFORM@
136OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@
137OIS_CFLAGS = @OIS_CFLAGS@
138OIS_LIBS = @OIS_LIBS@
139OPENEXR_CFLAGS = @OPENEXR_CFLAGS@
140OPENEXR_LIBS = @OPENEXR_LIBS@
141PACKAGE = @PACKAGE@
142PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
143PACKAGE_NAME = @PACKAGE_NAME@
144PACKAGE_STRING = @PACKAGE_STRING@
145PACKAGE_TARNAME = @PACKAGE_TARNAME@
146PACKAGE_VERSION = @PACKAGE_VERSION@
147PATH_SEPARATOR = @PATH_SEPARATOR@
148PKG_CONFIG = @PKG_CONFIG@
149PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
150PLATFORM_LIBS = @PLATFORM_LIBS@
151PLUGIN_FLAGS = @PLUGIN_FLAGS@
152RANLIB = @RANLIB@
153RC = @RC@
154SED = @SED@
155SET_MAKE = @SET_MAKE@
156SHARED_FLAGS = @SHARED_FLAGS@
157SHELL = @SHELL@
158STLPORT_CFLAGS = @STLPORT_CFLAGS@
159STLPORT_LIBS = @STLPORT_LIBS@
160STRIP = @STRIP@
161VERSION = @VERSION@
162XMKMF = @XMKMF@
163YACC = @YACC@
164YFLAGS = @YFLAGS@
165ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@
166ZZIPLIB_LIBS = @ZZIPLIB_LIBS@
167abs_builddir = @abs_builddir@
168abs_srcdir = @abs_srcdir@
169abs_top_builddir = @abs_top_builddir@
170abs_top_srcdir = @abs_top_srcdir@
171ac_ct_CC = @ac_ct_CC@
172ac_ct_CXX = @ac_ct_CXX@
173ac_ct_F77 = @ac_ct_F77@
174am__include = @am__include@
175am__leading_dot = @am__leading_dot@
176am__quote = @am__quote@
177am__tar = @am__tar@
178am__untar = @am__untar@
179bindir = @bindir@
180build = @build@
181build_alias = @build_alias@
182build_cpu = @build_cpu@
183build_os = @build_os@
184build_vendor = @build_vendor@
185builddir = @builddir@
186datadir = @datadir@
187datarootdir = @datarootdir@
188docdir = @docdir@
189dvidir = @dvidir@
190exec_prefix = @exec_prefix@
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@
206ogreexecdir = @ogreexecdir@
207oldincludedir = @oldincludedir@
208pdfdir = @pdfdir@
209prefix = @prefix@
210program_transform_name = @program_transform_name@
211psdir = @psdir@
212sbindir = @sbindir@
213sharedstatedir = @sharedstatedir@
214srcdir = @srcdir@
215sysconfdir = @sysconfdir@
216target = @target@
217target_alias = @target_alias@
218target_cpu = @target_cpu@
219target_os = @target_os@
220target_vendor = @target_vendor@
221top_builddir = @top_builddir@
222top_srcdir = @top_srcdir@
223INCLUDES = -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Tools/MeshUpgrader/include
224OgreMeshUpgrade_SOURCES = main.cpp
225OgreMeshUpgrade_LDFLAGS = -L$(top_builddir)/OgreMain/src
226OgreMeshUpgrade_LDADD = -lOgreMain
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                && exit 0; \
237              exit 1;; \
238          esac; \
239        done; \
240        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Tools/MeshUpgrader/src/Makefile'; \
241        cd $(top_srcdir) && \
242          $(AUTOMAKE) --foreign  Tools/MeshUpgrader/src/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
260install-binPROGRAMS: $(bin_PROGRAMS)
261        @$(NORMAL_INSTALL)
262        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
263        @list='$(bin_PROGRAMS)'; for p in $$list; do \
264          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
265          if test -f $$p \
266             || test -f $$p1 \
267          ; then \
268            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
269           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
270           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
271          else :; fi; \
272        done
273
274uninstall-binPROGRAMS:
275        @$(NORMAL_UNINSTALL)
276        @list='$(bin_PROGRAMS)'; for p in $$list; do \
277          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
278          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
279          rm -f "$(DESTDIR)$(bindir)/$$f"; \
280        done
281
282clean-binPROGRAMS:
283        @list='$(bin_PROGRAMS)'; for p in $$list; do \
284          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
285          echo " rm -f $$p $$f"; \
286          rm -f $$p $$f ; \
287        done
288OgreMeshUpgrade$(EXEEXT): $(OgreMeshUpgrade_OBJECTS) $(OgreMeshUpgrade_DEPENDENCIES)
289        @rm -f OgreMeshUpgrade$(EXEEXT)
290        $(OgreMeshUpgrade_LINK) $(OgreMeshUpgrade_OBJECTS) $(OgreMeshUpgrade_LDADD) $(LIBS)
291
292mostlyclean-compile:
293        -rm -f *.$(OBJEXT)
294
295distclean-compile:
296        -rm -f *.tab.c
297
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
299
300.cpp.o:
301@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
302@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
303@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
304@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
306
307.cpp.obj:
308@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
309@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
313
314.cpp.lo:
315@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
316@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
317@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
318@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
320
321mostlyclean-libtool:
322        -rm -f *.lo
323
324clean-libtool:
325        -rm -rf .libs _libs
326
327ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329        unique=`for i in $$list; do \
330            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331          done | \
332          $(AWK) '    { files[$$0] = 1; } \
333               END { for (i in files) print i; }'`; \
334        mkid -fID $$unique
335tags: TAGS
336
337TAGS:  $(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        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
348          test -n "$$unique" || unique=$$empty_fix; \
349          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
350            $$tags $$unique; \
351        fi
352ctags: CTAGS
353CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
354                $(TAGS_FILES) $(LISP)
355        tags=; \
356        here=`pwd`; \
357        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
358        unique=`for i in $$list; do \
359            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360          done | \
361          $(AWK) '    { files[$$0] = 1; } \
362               END { for (i in files) print i; }'`; \
363        test -z "$(CTAGS_ARGS)$$tags$$unique" \
364          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
365             $$tags $$unique
366
367GTAGS:
368        here=`$(am__cd) $(top_builddir) && pwd` \
369          && cd $(top_srcdir) \
370          && gtags -i $(GTAGS_ARGS) $$here
371
372distclean-tags:
373        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
374
375distdir: $(DISTFILES)
376        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
377        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
378        list='$(DISTFILES)'; \
379          dist_files=`for file in $$list; do echo $$file; done | \
380          sed -e "s|^$$srcdirstrip/||;t" \
381              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
382        case $$dist_files in \
383          */*) $(MKDIR_P) `echo "$$dist_files" | \
384                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
385                           sort -u` ;; \
386        esac; \
387        for file in $$dist_files; do \
388          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
389          if test -d $$d/$$file; then \
390            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
391            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
392              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
393            fi; \
394            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
395          else \
396            test -f $(distdir)/$$file \
397            || cp -p $$d/$$file $(distdir)/$$file \
398            || exit 1; \
399          fi; \
400        done
401check-am: all-am
402check: check-am
403all-am: Makefile $(PROGRAMS)
404installdirs:
405        for dir in "$(DESTDIR)$(bindir)"; do \
406          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
407        done
408install: install-am
409install-exec: install-exec-am
410install-data: install-data-am
411uninstall: uninstall-am
412
413install-am: all-am
414        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
415
416installcheck: installcheck-am
417install-strip:
418        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
419          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
420          `test -z '$(STRIP)' || \
421            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
422mostlyclean-generic:
423
424clean-generic:
425
426distclean-generic:
427        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
428
429maintainer-clean-generic:
430        @echo "This command is intended for maintainers to use"
431        @echo "it deletes files that may require special tools to rebuild."
432clean: clean-am
433
434clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
435
436distclean: distclean-am
437        -rm -rf ./$(DEPDIR)
438        -rm -f Makefile
439distclean-am: clean-am distclean-compile distclean-generic \
440        distclean-tags
441
442dvi: dvi-am
443
444dvi-am:
445
446html: html-am
447
448info: info-am
449
450info-am:
451
452install-data-am:
453
454install-dvi: install-dvi-am
455
456install-exec-am: install-binPROGRAMS
457
458install-html: install-html-am
459
460install-info: install-info-am
461
462install-man:
463
464install-pdf: install-pdf-am
465
466install-ps: install-ps-am
467
468installcheck-am:
469
470maintainer-clean: maintainer-clean-am
471        -rm -rf ./$(DEPDIR)
472        -rm -f Makefile
473maintainer-clean-am: distclean-am maintainer-clean-generic
474
475mostlyclean: mostlyclean-am
476
477mostlyclean-am: mostlyclean-compile mostlyclean-generic \
478        mostlyclean-libtool
479
480pdf: pdf-am
481
482pdf-am:
483
484ps: ps-am
485
486ps-am:
487
488uninstall-am: uninstall-binPROGRAMS
489
490.MAKE: install-am install-strip
491
492.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
493        clean-generic clean-libtool ctags distclean distclean-compile \
494        distclean-generic distclean-libtool distclean-tags distdir dvi \
495        dvi-am html html-am info info-am install install-am \
496        install-binPROGRAMS install-data install-data-am install-dvi \
497        install-dvi-am install-exec install-exec-am install-html \
498        install-html-am install-info install-info-am install-man \
499        install-pdf install-pdf-am install-ps install-ps-am \
500        install-strip installcheck installcheck-am installdirs \
501        maintainer-clean maintainer-clean-generic mostlyclean \
502        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
503        pdf pdf-am ps ps-am tags uninstall uninstall-am \
504        uninstall-binPROGRAMS
505
506# Tell versions [3.59,3.63) of GNU make to not export all variables.
507# Otherwise a system limit (for SysV at least) may be exceeded.
508.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.