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