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