root/vtcross/branches/wrodgers/src/libvtcross/Makefile @ 277

Revision 277, 15.9 KB (checked in by wrodgers, 15 years ago)

Updating SML functionality

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