tentative fix for issue 3 (ex 53)
[mplib] / src / texk / web2c / mpdir / lib / Makefile.in
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
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = .
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 DIST_COMMON = $(am__configure_deps) $(include_HEADERS) \
41         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42         $(srcdir)/config.h.in $(top_srcdir)/configure config.guess \
43         config.sub depcomp install-sh ltmain.sh missing
44 subdir = .
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.in
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48         $(ACLOCAL_M4)
49 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50  configure.lineno configure.status.lineno
51 mkinstalldirs = $(install_sh) -d
52 CONFIG_HEADER = config.h
53 CONFIG_CLEAN_FILES =
54 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55 am__vpath_adj = case $$p in \
56     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57     *) f=$$p;; \
58   esac;
59 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
60 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
61 libLTLIBRARIES_INSTALL = $(INSTALL)
62 LTLIBRARIES = $(lib_LTLIBRARIES)
63 libmplib_la_LIBADD =
64 am_libmplib_la_OBJECTS = avl.lo mp.lo psout.lo
65 libmplib_la_OBJECTS = $(am_libmplib_la_OBJECTS)
66 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
67 depcomp = $(SHELL) $(top_srcdir)/depcomp
68 am__depfiles_maybe = depfiles
69 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
72         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73         $(AM_CFLAGS) $(CFLAGS)
74 CCLD = $(CC)
75 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76         $(AM_LDFLAGS) $(LDFLAGS) -o $@
77 SOURCES = $(libmplib_la_SOURCES)
78 DIST_SOURCES = $(libmplib_la_SOURCES)
79 includeHEADERS_INSTALL = $(INSTALL_HEADER)
80 HEADERS = $(include_HEADERS)
81 ETAGS = etags
82 CTAGS = ctags
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 distdir = $(PACKAGE)-$(VERSION)
85 top_distdir = $(distdir)
86 am__remove_distdir = \
87   { test ! -d $(distdir) \
88     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
89          && rm -fr $(distdir); }; }
90 DIST_ARCHIVES = $(distdir).tar.gz
91 GZIP_ENV = --best
92 distuninstallcheck_listfiles = find . -type f -print
93 distcleancheck_listfiles = find . -type f -print
94 ACLOCAL = @ACLOCAL@
95 AMDEP_FALSE = @AMDEP_FALSE@
96 AMDEP_TRUE = @AMDEP_TRUE@
97 AMTAR = @AMTAR@
98 AR = @AR@
99 AUTOCONF = @AUTOCONF@
100 AUTOHEADER = @AUTOHEADER@
101 AUTOMAKE = @AUTOMAKE@
102 AWK = @AWK@
103 CC = @CC@
104 CCDEPMODE = @CCDEPMODE@
105 CFLAGS = -Wall -W -g
106 CPP = @CPP@
107 CPPFLAGS = @CPPFLAGS@
108 CXX = @CXX@
109 CXXCPP = @CXXCPP@
110 CXXDEPMODE = @CXXDEPMODE@
111 CXXFLAGS = @CXXFLAGS@
112 CYGPATH_W = @CYGPATH_W@
113 DEFS = @DEFS@
114 DEPDIR = @DEPDIR@
115 ECHO = @ECHO@
116 ECHO_C = @ECHO_C@
117 ECHO_N = @ECHO_N@
118 ECHO_T = @ECHO_T@
119 EGREP = @EGREP@
120 EXEEXT = @EXEEXT@
121 F77 = @F77@
122 FFLAGS = @FFLAGS@
123 GREP = @GREP@
124 INSTALL_DATA = @INSTALL_DATA@
125 INSTALL_PROGRAM = @INSTALL_PROGRAM@
126 INSTALL_SCRIPT = @INSTALL_SCRIPT@
127 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
128 LDFLAGS = @LDFLAGS@
129 LIBOBJS = @LIBOBJS@
130 LIBS = @LIBS@
131 LIBTOOL = @LIBTOOL@
132 LN_S = @LN_S@
133 LTLIBOBJS = @LTLIBOBJS@
134 MAKEINFO = @MAKEINFO@
135 OBJEXT = @OBJEXT@
136 PACKAGE = @PACKAGE@
137 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138 PACKAGE_NAME = @PACKAGE_NAME@
139 PACKAGE_STRING = @PACKAGE_STRING@
140 PACKAGE_TARNAME = @PACKAGE_TARNAME@
141 PACKAGE_VERSION = @PACKAGE_VERSION@
142 PATH_SEPARATOR = @PATH_SEPARATOR@
143 RANLIB = @RANLIB@
144 SET_MAKE = @SET_MAKE@
145 SHELL = @SHELL@
146 STRIP = @STRIP@
147 VERSION = @VERSION@
148 ac_ct_CC = @ac_ct_CC@
149 ac_ct_CXX = @ac_ct_CXX@
150 ac_ct_F77 = @ac_ct_F77@
151 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
152 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
153 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
154 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
155 am__include = @am__include@
156 am__leading_dot = @am__leading_dot@
157 am__quote = @am__quote@
158 am__tar = @am__tar@
159 am__untar = @am__untar@
160 bindir = @bindir@
161 build = @build@
162 build_alias = @build_alias@
163 build_cpu = @build_cpu@
164 build_os = @build_os@
165 build_vendor = @build_vendor@
166 datadir = @datadir@
167 datarootdir = @datarootdir@
168 docdir = @docdir@
169 dvidir = @dvidir@
170 exec_prefix = @exec_prefix@
171 host = @host@
172 host_alias = @host_alias@
173 host_cpu = @host_cpu@
174 host_os = @host_os@
175 host_vendor = @host_vendor@
176 htmldir = @htmldir@
177 includedir = @includedir@
178 infodir = @infodir@
179 install_sh = @install_sh@
180 libdir = @libdir@
181 libexecdir = @libexecdir@
182 localedir = @localedir@
183 localstatedir = @localstatedir@
184 mandir = @mandir@
185 mkdir_p = @mkdir_p@
186 oldincludedir = @oldincludedir@
187 pdfdir = @pdfdir@
188 prefix = @prefix@
189 program_transform_name = @program_transform_name@
190 psdir = @psdir@
191 sbindir = @sbindir@
192 sharedstatedir = @sharedstatedir@
193 sysconfdir = @sysconfdir@
194 target_alias = @target_alias@
195 AUTOMAKE_OPTIONS = foreign
196 lib_LTLIBRARIES = libmplib.la
197 libmplib_la_SOURCES = avl.c mp.c psout.c
198 include_HEADERS = mplib.h
199 libmplib_la_LDFLAGS = -version-info 0:0:0
200 CTANGLE = ctangle
201 all: config.h
202         $(MAKE) $(AM_MAKEFLAGS) all-am
203
204 .SUFFIXES:
205 .SUFFIXES: .c .lo .o .obj .w
206 am--refresh:
207         @:
208 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
209         @for dep in $?; do \
210           case '$(am__configure_deps)' in \
211             *$$dep*) \
212               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
213               cd $(srcdir) && $(AUTOMAKE) --foreign  \
214                 && exit 0; \
215               exit 1;; \
216           esac; \
217         done; \
218         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
219         cd $(top_srcdir) && \
220           $(AUTOMAKE) --foreign  Makefile
221 .PRECIOUS: Makefile
222 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
223         @case '$?' in \
224           *config.status*) \
225             echo ' $(SHELL) ./config.status'; \
226             $(SHELL) ./config.status;; \
227           *) \
228             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
229             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
230         esac;
231
232 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
233         $(SHELL) ./config.status --recheck
234
235 $(top_srcdir)/configure:  $(am__configure_deps)
236         cd $(srcdir) && $(AUTOCONF)
237 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
238         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
239
240 config.h: stamp-h1
241         @if test ! -f $@; then \
242           rm -f stamp-h1; \
243           $(MAKE) stamp-h1; \
244         else :; fi
245
246 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
247         @rm -f stamp-h1
248         cd $(top_builddir) && $(SHELL) ./config.status config.h
249 $(srcdir)/config.h.in:  $(am__configure_deps) 
250         cd $(top_srcdir) && $(AUTOHEADER)
251         rm -f stamp-h1
252         touch $@
253
254 distclean-hdr:
255         -rm -f config.h stamp-h1
256 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
257         @$(NORMAL_INSTALL)
258         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
259         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
260           if test -f $$p; then \
261             f=$(am__strip_dir) \
262             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
263             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
264           else :; fi; \
265         done
266
267 uninstall-libLTLIBRARIES:
268         @$(NORMAL_UNINSTALL)
269         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
270           p=$(am__strip_dir) \
271           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
272           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
273         done
274
275 clean-libLTLIBRARIES:
276         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
277         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
278           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
279           test "$$dir" != "$$p" || dir=.; \
280           echo "rm -f \"$${dir}/so_locations\""; \
281           rm -f "$${dir}/so_locations"; \
282         done
283 libmplib.la: $(libmplib_la_OBJECTS) $(libmplib_la_DEPENDENCIES) 
284         $(LINK) -rpath $(libdir) $(libmplib_la_LDFLAGS) $(libmplib_la_OBJECTS) $(libmplib_la_LIBADD) $(LIBS)
285
286 mostlyclean-compile:
287         -rm -f *.$(OBJEXT)
288
289 distclean-compile:
290         -rm -f *.tab.c
291
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avl.Plo@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp.Plo@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psout.Plo@am__quote@
295
296 .c.o:
297 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
298 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
299 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
300 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
302
303 .c.obj:
304 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
305 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
306 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
309
310 .c.lo:
311 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
312 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
314 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
316
317 mostlyclean-libtool:
318         -rm -f *.lo
319
320 clean-libtool:
321         -rm -rf .libs _libs
322
323 distclean-libtool:
324         -rm -f libtool
325 uninstall-info-am:
326 install-includeHEADERS: $(include_HEADERS)
327         @$(NORMAL_INSTALL)
328         test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
329         @list='$(include_HEADERS)'; for p in $$list; do \
330           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
331           f=$(am__strip_dir) \
332           echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
333           $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
334         done
335
336 uninstall-includeHEADERS:
337         @$(NORMAL_UNINSTALL)
338         @list='$(include_HEADERS)'; for p in $$list; do \
339           f=$(am__strip_dir) \
340           echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
341           rm -f "$(DESTDIR)$(includedir)/$$f"; \
342         done
343
344 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
345         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
346         unique=`for i in $$list; do \
347             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348           done | \
349           $(AWK) '    { files[$$0] = 1; } \
350                END { for (i in files) print i; }'`; \
351         mkid -fID $$unique
352 tags: TAGS
353
354 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
355                 $(TAGS_FILES) $(LISP)
356         tags=; \
357         here=`pwd`; \
358         list='$(SOURCES) $(HEADERS) config.h.in $(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         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
365           test -n "$$unique" || unique=$$empty_fix; \
366           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
367             $$tags $$unique; \
368         fi
369 ctags: CTAGS
370 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
371                 $(TAGS_FILES) $(LISP)
372         tags=; \
373         here=`pwd`; \
374         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
375         unique=`for i in $$list; do \
376             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377           done | \
378           $(AWK) '    { files[$$0] = 1; } \
379                END { for (i in files) print i; }'`; \
380         test -z "$(CTAGS_ARGS)$$tags$$unique" \
381           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
382              $$tags $$unique
383
384 GTAGS:
385         here=`$(am__cd) $(top_builddir) && pwd` \
386           && cd $(top_srcdir) \
387           && gtags -i $(GTAGS_ARGS) $$here
388
389 distclean-tags:
390         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391
392 distdir: $(DISTFILES)
393         $(am__remove_distdir)
394         mkdir $(distdir)
395         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
396         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
397         list='$(DISTFILES)'; for file in $$list; do \
398           case $$file in \
399             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
400             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
401           esac; \
402           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
403           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
404           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
405             dir="/$$dir"; \
406             $(mkdir_p) "$(distdir)$$dir"; \
407           else \
408             dir=''; \
409           fi; \
410           if test -d $$d/$$file; then \
411             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
413             fi; \
414             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
415           else \
416             test -f $(distdir)/$$file \
417             || cp -p $$d/$$file $(distdir)/$$file \
418             || exit 1; \
419           fi; \
420         done
421         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
422           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
423           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
424           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
425         || chmod -R a+r $(distdir)
426 dist-gzip: distdir
427         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
428         $(am__remove_distdir)
429
430 dist-bzip2: distdir
431         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
432         $(am__remove_distdir)
433
434 dist-tarZ: distdir
435         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
436         $(am__remove_distdir)
437
438 dist-shar: distdir
439         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
440         $(am__remove_distdir)
441
442 dist-zip: distdir
443         -rm -f $(distdir).zip
444         zip -rq $(distdir).zip $(distdir)
445         $(am__remove_distdir)
446
447 dist dist-all: distdir
448         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
449         $(am__remove_distdir)
450
451 # This target untars the dist file and tries a VPATH configuration.  Then
452 # it guarantees that the distribution is self-contained by making another
453 # tarfile.
454 distcheck: dist
455         case '$(DIST_ARCHIVES)' in \
456         *.tar.gz*) \
457           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
458         *.tar.bz2*) \
459           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
460         *.tar.Z*) \
461           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
462         *.shar.gz*) \
463           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
464         *.zip*) \
465           unzip $(distdir).zip ;;\
466         esac
467         chmod -R a-w $(distdir); chmod a+w $(distdir)
468         mkdir $(distdir)/_build
469         mkdir $(distdir)/_inst
470         chmod a-w $(distdir)
471         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
472           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
473           && cd $(distdir)/_build \
474           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
475             $(DISTCHECK_CONFIGURE_FLAGS) \
476           && $(MAKE) $(AM_MAKEFLAGS) \
477           && $(MAKE) $(AM_MAKEFLAGS) dvi \
478           && $(MAKE) $(AM_MAKEFLAGS) check \
479           && $(MAKE) $(AM_MAKEFLAGS) install \
480           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
481           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
482           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
483                 distuninstallcheck \
484           && chmod -R a-w "$$dc_install_base" \
485           && ({ \
486                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
487                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
488                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
489                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
490                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
491               } || { rm -rf "$$dc_destdir"; exit 1; }) \
492           && rm -rf "$$dc_destdir" \
493           && $(MAKE) $(AM_MAKEFLAGS) dist \
494           && rm -rf $(DIST_ARCHIVES) \
495           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
496         $(am__remove_distdir)
497         @(echo "$(distdir) archives ready for distribution: "; \
498           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
499           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
500 distuninstallcheck:
501         @cd $(distuninstallcheck_dir) \
502         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
503            || { echo "ERROR: files left after uninstall:" ; \
504                 if test -n "$(DESTDIR)"; then \
505                   echo "  (check DESTDIR support)"; \
506                 fi ; \
507                 $(distuninstallcheck_listfiles) ; \
508                 exit 1; } >&2
509 distcleancheck: distclean
510         @if test '$(srcdir)' = . ; then \
511           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
512           exit 1 ; \
513         fi
514         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
515           || { echo "ERROR: files left in build directory after distclean:" ; \
516                $(distcleancheck_listfiles) ; \
517                exit 1; } >&2
518 check-am: all-am
519 check: check-am
520 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
521 installdirs:
522         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
523           test -z "$$dir" || $(mkdir_p) "$$dir"; \
524         done
525 install: install-am
526 install-exec: install-exec-am
527 install-data: install-data-am
528 uninstall: uninstall-am
529
530 install-am: all-am
531         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
532
533 installcheck: installcheck-am
534 install-strip:
535         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537           `test -z '$(STRIP)' || \
538             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
539 mostlyclean-generic:
540
541 clean-generic:
542
543 distclean-generic:
544         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
545
546 maintainer-clean-generic:
547         @echo "This command is intended for maintainers to use"
548         @echo "it deletes files that may require special tools to rebuild."
549 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
550         mostlyclean-am
551
552 distclean: distclean-am
553         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
554         -rm -rf ./$(DEPDIR)
555         -rm -f Makefile
556 distclean-am: clean-am distclean-compile distclean-generic \
557         distclean-hdr distclean-libtool distclean-tags
558
559 dvi: dvi-am
560
561 dvi-am:
562
563 html: html-am
564
565 info: info-am
566
567 info-am:
568
569 install-data-am: install-includeHEADERS
570
571 install-exec-am: install-libLTLIBRARIES
572
573 install-info: install-info-am
574
575 install-man:
576
577 installcheck-am:
578
579 maintainer-clean: maintainer-clean-am
580         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
581         -rm -rf $(top_srcdir)/autom4te.cache
582         -rm -rf ./$(DEPDIR)
583         -rm -f Makefile
584 maintainer-clean-am: distclean-am maintainer-clean-generic
585
586 mostlyclean: mostlyclean-am
587
588 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
589         mostlyclean-libtool
590
591 pdf: pdf-am
592
593 pdf-am:
594
595 ps: ps-am
596
597 ps-am:
598
599 uninstall-am: uninstall-includeHEADERS uninstall-info-am \
600         uninstall-libLTLIBRARIES
601
602 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
603         clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
604         dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
605         distcheck distclean distclean-compile distclean-generic \
606         distclean-hdr distclean-libtool distclean-tags distcleancheck \
607         distdir distuninstallcheck dvi dvi-am html html-am info \
608         info-am install install-am install-data install-data-am \
609         install-exec install-exec-am install-includeHEADERS \
610         install-info install-info-am install-libLTLIBRARIES \
611         install-man install-strip installcheck installcheck-am \
612         installdirs maintainer-clean maintainer-clean-generic \
613         mostlyclean mostlyclean-compile mostlyclean-generic \
614         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
615         uninstall-am uninstall-includeHEADERS uninstall-info-am \
616         uninstall-libLTLIBRARIES
617
618
619 mp.c: psout.c
620
621 .w.c:
622         $(CTANGLE) $< $@
623
624 clean::
625         rm mp.c psout.c mplib.h mppsout.h mpmp.h
626 # Tell versions [3.59,3.63) of GNU make to not export all variables.
627 # Otherwise a system limit (for SysV at least) may be exceeded.
628 .NOEXPORT: