Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/RenderSystems/GL/src/atifs/src/Makefile.in @ 6

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

=…

File size: 14.7 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@
36subdir = RenderSystems/GL/src/atifs/src
37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/Scripts/m4/cppunit.m4 \
40        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42        $(ACLOCAL_M4)
43mkinstalldirs = $(install_sh) -d
44CONFIG_HEADER = $(top_builddir)/OgreMain/include/config.h
45CONFIG_CLEAN_FILES =
46LTLIBRARIES = $(noinst_LTLIBRARIES)
47libatifs_la_LIBADD =
48am_libatifs_la_OBJECTS = ATI_FS_GLGpuProgram.lo Compiler2Pass.lo \
49        ps_1_4.lo
50libatifs_la_OBJECTS = $(am_libatifs_la_OBJECTS)
51DEFAULT_INCLUDES = -I. -I$(top_builddir)/OgreMain/include@am__isrc@
52depcomp = $(SHELL) $(top_srcdir)/depcomp
53am__depfiles_maybe = depfiles
54CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
55        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
56LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
57        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
58        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
59CXXLD = $(CXX)
60CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
61        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
62        $(LDFLAGS) -o $@
63SOURCES = $(libatifs_la_SOURCES)
64DIST_SOURCES = $(libatifs_la_SOURCES)
65ETAGS = etags
66CTAGS = ctags
67DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68ACLOCAL = @ACLOCAL@
69AMTAR = @AMTAR@
70AR = @AR@
71AUTOCONF = @AUTOCONF@
72AUTOHEADER = @AUTOHEADER@
73AUTOMAKE = @AUTOMAKE@
74AWK = @AWK@
75CC = @CC@
76CCDEPMODE = @CCDEPMODE@
77CEGUI_CFLAGS = @CEGUI_CFLAGS@
78CEGUI_LIBS = @CEGUI_LIBS@
79CFLAGS = @CFLAGS@
80CFLAGS_VISIBILITY = @CFLAGS_VISIBILITY@
81CPP = @CPP@
82CPPFLAGS = @CPPFLAGS@
83CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
84CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
85CPPUNIT_LIBS = @CPPUNIT_LIBS@
86CXX = @CXX@
87CXXCPP = @CXXCPP@
88CXXDEPMODE = @CXXDEPMODE@
89CXXFLAGS = @CXXFLAGS@
90CYGPATH_W = @CYGPATH_W@
91DEFS = @DEFS@
92DEPDIR = @DEPDIR@
93ECHO = @ECHO@
94ECHO_C = @ECHO_C@
95ECHO_N = @ECHO_N@
96ECHO_T = @ECHO_T@
97EGREP = @EGREP@
98EXEEXT = @EXEEXT@
99F77 = @F77@
100FFLAGS = @FFLAGS@
101FT2_CFLAGS = @FT2_CFLAGS@
102FT2_CONFIG = @FT2_CONFIG@
103FT2_LIBS = @FT2_LIBS@
104GLSUPPORT_CFLAGS = @GLSUPPORT_CFLAGS@
105GLSUPPORT_LIBS = @GLSUPPORT_LIBS@
106GL_LIBS = @GL_LIBS@
107GREP = @GREP@
108GTK_CFLAGS = @GTK_CFLAGS@
109GTK_LIBS = @GTK_LIBS@
110INSTALL = @INSTALL@
111INSTALL_DATA = @INSTALL_DATA@
112INSTALL_PROGRAM = @INSTALL_PROGRAM@
113INSTALL_SCRIPT = @INSTALL_SCRIPT@
114INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115LDFLAGS = @LDFLAGS@
116LEX = @LEX@
117LEXLIB = @LEXLIB@
118LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
119LIBOBJS = @LIBOBJS@
120LIBS = @LIBS@
121LIBTOOL = @LIBTOOL@
122LN_S = @LN_S@
123LTLIBOBJS = @LTLIBOBJS@
124MAKEINFO = @MAKEINFO@
125MKDIR_P = @MKDIR_P@
126OBJEXT = @OBJEXT@
127OGRE_CFLAGS = @OGRE_CFLAGS@
128OGRE_GLSUPPORT = @OGRE_GLSUPPORT@
129OGRE_GUI = @OGRE_GUI@
130OGRE_PLATFORM = @OGRE_PLATFORM@
131OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@
132OIS_CFLAGS = @OIS_CFLAGS@
133OIS_LIBS = @OIS_LIBS@
134OPENEXR_CFLAGS = @OPENEXR_CFLAGS@
135OPENEXR_LIBS = @OPENEXR_LIBS@
136PACKAGE = @PACKAGE@
137PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138PACKAGE_NAME = @PACKAGE_NAME@
139PACKAGE_STRING = @PACKAGE_STRING@
140PACKAGE_TARNAME = @PACKAGE_TARNAME@
141PACKAGE_VERSION = @PACKAGE_VERSION@
142PATH_SEPARATOR = @PATH_SEPARATOR@
143PKG_CONFIG = @PKG_CONFIG@
144PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
145PLATFORM_LIBS = @PLATFORM_LIBS@
146PLUGIN_FLAGS = @PLUGIN_FLAGS@
147RANLIB = @RANLIB@
148RC = @RC@
149SED = @SED@
150SET_MAKE = @SET_MAKE@
151SHARED_FLAGS = @SHARED_FLAGS@
152SHELL = @SHELL@
153STLPORT_CFLAGS = @STLPORT_CFLAGS@
154STLPORT_LIBS = @STLPORT_LIBS@
155STRIP = @STRIP@
156VERSION = @VERSION@
157XMKMF = @XMKMF@
158YACC = @YACC@
159YFLAGS = @YFLAGS@
160ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@
161ZZIPLIB_LIBS = @ZZIPLIB_LIBS@
162abs_builddir = @abs_builddir@
163abs_srcdir = @abs_srcdir@
164abs_top_builddir = @abs_top_builddir@
165abs_top_srcdir = @abs_top_srcdir@
166ac_ct_CC = @ac_ct_CC@
167ac_ct_CXX = @ac_ct_CXX@
168ac_ct_F77 = @ac_ct_F77@
169am__include = @am__include@
170am__leading_dot = @am__leading_dot@
171am__quote = @am__quote@
172am__tar = @am__tar@
173am__untar = @am__untar@
174bindir = @bindir@
175build = @build@
176build_alias = @build_alias@
177build_cpu = @build_cpu@
178build_os = @build_os@
179build_vendor = @build_vendor@
180builddir = @builddir@
181datadir = @datadir@
182datarootdir = @datarootdir@
183docdir = @docdir@
184dvidir = @dvidir@
185exec_prefix = @exec_prefix@
186host = @host@
187host_alias = @host_alias@
188host_cpu = @host_cpu@
189host_os = @host_os@
190host_vendor = @host_vendor@
191htmldir = @htmldir@
192includedir = @includedir@
193infodir = @infodir@
194install_sh = @install_sh@
195libdir = @libdir@
196libexecdir = @libexecdir@
197localedir = @localedir@
198localstatedir = @localstatedir@
199mandir = @mandir@
200mkdir_p = @mkdir_p@
201ogreexecdir = @ogreexecdir@
202oldincludedir = @oldincludedir@
203pdfdir = @pdfdir@
204prefix = @prefix@
205program_transform_name = @program_transform_name@
206psdir = @psdir@
207sbindir = @sbindir@
208sharedstatedir = @sharedstatedir@
209srcdir = @srcdir@
210sysconfdir = @sysconfdir@
211target = @target@
212target_alias = @target_alias@
213target_cpu = @target_cpu@
214target_os = @target_os@
215target_vendor = @target_vendor@
216top_builddir = @top_builddir@
217top_srcdir = @top_srcdir@
218INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/RenderSystems/GL/include \
219           -I$(top_srcdir)/OgreMain/include $(GLSUPPORT_CFLAGS) \
220           -I$(top_srcdir)/PlatformManagers/$(OGRE_PLATFORM)/include \
221           -I$(top_srcdir)/RenderSystems/GL/src/$(OGRE_GLSUPPORT) \
222           -I$(top_srcdir)/RenderSystems/GL/src/atifs/include \
223           $(CFLAGS_VISIBILITY)
224
225noinst_LTLIBRARIES = libatifs.la
226libatifs_la_SOURCES = ATI_FS_GLGpuProgram.cpp \
227                     Compiler2Pass.cpp \
228                     ps_1_4.cpp
229
230all: all-am
231
232.SUFFIXES:
233.SUFFIXES: .cpp .lo .o .obj
234$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
235        @for dep in $?; do \
236          case '$(am__configure_deps)' in \
237            *$$dep*) \
238              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
239                && exit 0; \
240              exit 1;; \
241          esac; \
242        done; \
243        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  RenderSystems/GL/src/atifs/src/Makefile'; \
244        cd $(top_srcdir) && \
245          $(AUTOMAKE) --foreign  RenderSystems/GL/src/atifs/src/Makefile
246.PRECIOUS: Makefile
247Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248        @case '$?' in \
249          *config.status*) \
250            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
251          *) \
252            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
253            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
254        esac;
255
256$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
259$(top_srcdir)/configure:  $(am__configure_deps)
260        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
262        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
264clean-noinstLTLIBRARIES:
265        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
266        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
267          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
268          test "$$dir" != "$$p" || dir=.; \
269          echo "rm -f \"$${dir}/so_locations\""; \
270          rm -f "$${dir}/so_locations"; \
271        done
272libatifs.la: $(libatifs_la_OBJECTS) $(libatifs_la_DEPENDENCIES)
273        $(CXXLINK)  $(libatifs_la_OBJECTS) $(libatifs_la_LIBADD) $(LIBS)
274
275mostlyclean-compile:
276        -rm -f *.$(OBJEXT)
277
278distclean-compile:
279        -rm -f *.tab.c
280
281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ATI_FS_GLGpuProgram.Plo@am__quote@
282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Compiler2Pass.Plo@am__quote@
283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps_1_4.Plo@am__quote@
284
285.cpp.o:
286@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
287@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
288@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
289@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
291
292.cpp.obj:
293@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
294@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
295@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
296@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
298
299.cpp.lo:
300@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
301@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
302@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
303@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
304@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
305
306mostlyclean-libtool:
307        -rm -f *.lo
308
309clean-libtool:
310        -rm -rf .libs _libs
311
312ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
313        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314        unique=`for i in $$list; do \
315            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316          done | \
317          $(AWK) '    { files[$$0] = 1; } \
318               END { for (i in files) print i; }'`; \
319        mkid -fID $$unique
320tags: TAGS
321
322TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
323                $(TAGS_FILES) $(LISP)
324        tags=; \
325        here=`pwd`; \
326        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
327        unique=`for i in $$list; do \
328            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329          done | \
330          $(AWK) '    { files[$$0] = 1; } \
331               END { for (i in files) print i; }'`; \
332        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
333          test -n "$$unique" || unique=$$empty_fix; \
334          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
335            $$tags $$unique; \
336        fi
337ctags: CTAGS
338CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
339                $(TAGS_FILES) $(LISP)
340        tags=; \
341        here=`pwd`; \
342        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
343        unique=`for i in $$list; do \
344            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345          done | \
346          $(AWK) '    { files[$$0] = 1; } \
347               END { for (i in files) print i; }'`; \
348        test -z "$(CTAGS_ARGS)$$tags$$unique" \
349          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
350             $$tags $$unique
351
352GTAGS:
353        here=`$(am__cd) $(top_builddir) && pwd` \
354          && cd $(top_srcdir) \
355          && gtags -i $(GTAGS_ARGS) $$here
356
357distclean-tags:
358        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
359
360distdir: $(DISTFILES)
361        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
362        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
363        list='$(DISTFILES)'; \
364          dist_files=`for file in $$list; do echo $$file; done | \
365          sed -e "s|^$$srcdirstrip/||;t" \
366              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
367        case $$dist_files in \
368          */*) $(MKDIR_P) `echo "$$dist_files" | \
369                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
370                           sort -u` ;; \
371        esac; \
372        for file in $$dist_files; do \
373          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
374          if test -d $$d/$$file; then \
375            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
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 $(LTLIBRARIES)
389installdirs:
390install: install-am
391install-exec: install-exec-am
392install-data: install-data-am
393uninstall: uninstall-am
394
395install-am: all-am
396        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
397
398installcheck: installcheck-am
399install-strip:
400        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
401          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
402          `test -z '$(STRIP)' || \
403            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
404mostlyclean-generic:
405
406clean-generic:
407
408distclean-generic:
409        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
410
411maintainer-clean-generic:
412        @echo "This command is intended for maintainers to use"
413        @echo "it deletes files that may require special tools to rebuild."
414clean: clean-am
415
416clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
417        mostlyclean-am
418
419distclean: distclean-am
420        -rm -rf ./$(DEPDIR)
421        -rm -f Makefile
422distclean-am: clean-am distclean-compile distclean-generic \
423        distclean-tags
424
425dvi: dvi-am
426
427dvi-am:
428
429html: html-am
430
431info: info-am
432
433info-am:
434
435install-data-am:
436
437install-dvi: install-dvi-am
438
439install-exec-am:
440
441install-html: install-html-am
442
443install-info: install-info-am
444
445install-man:
446
447install-pdf: install-pdf-am
448
449install-ps: install-ps-am
450
451installcheck-am:
452
453maintainer-clean: maintainer-clean-am
454        -rm -rf ./$(DEPDIR)
455        -rm -f Makefile
456maintainer-clean-am: distclean-am maintainer-clean-generic
457
458mostlyclean: mostlyclean-am
459
460mostlyclean-am: mostlyclean-compile mostlyclean-generic \
461        mostlyclean-libtool
462
463pdf: pdf-am
464
465pdf-am:
466
467ps: ps-am
468
469ps-am:
470
471uninstall-am:
472
473.MAKE: install-am install-strip
474
475.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
476        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
477        distclean-compile distclean-generic distclean-libtool \
478        distclean-tags distdir dvi dvi-am html html-am info info-am \
479        install install-am install-data install-data-am install-dvi \
480        install-dvi-am install-exec install-exec-am install-html \
481        install-html-am install-info install-info-am install-man \
482        install-pdf install-pdf-am install-ps install-ps-am \
483        install-strip installcheck installcheck-am installdirs \
484        maintainer-clean maintainer-clean-generic mostlyclean \
485        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
486        pdf pdf-am ps ps-am tags uninstall uninstall-am
487
488# Tell versions [3.59,3.63) of GNU make to not export all variables.
489# Otherwise a system limit (for SysV at least) may be exceeded.
490.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.