adam@1693
|
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
|
adamc@1132
|
2 # @configure_input@
|
adamc@1132
|
3
|
adamc@1132
|
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
adam@1693
|
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
adam@1693
|
6 # Foundation, Inc.
|
adamc@1132
|
7 # This Makefile.in is free software; the Free Software Foundation
|
adamc@1132
|
8 # gives unlimited permission to copy and/or distribute it,
|
adamc@1132
|
9 # with or without modifications, as long as this notice is preserved.
|
adamc@1132
|
10
|
adamc@1132
|
11 # This program is distributed in the hope that it will be useful,
|
adamc@1132
|
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
adamc@1132
|
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
adamc@1132
|
14 # PARTICULAR PURPOSE.
|
adamc@1132
|
15
|
adamc@1132
|
16 @SET_MAKE@
|
adamc@1132
|
17 VPATH = @srcdir@
|
adamc@1132
|
18 pkgdatadir = $(datadir)/@PACKAGE@
|
adamc@1132
|
19 pkgincludedir = $(includedir)/@PACKAGE@
|
adamc@1132
|
20 pkglibdir = $(libdir)/@PACKAGE@
|
adamc@1132
|
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
|
adamc@1132
|
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
adamc@1132
|
23 install_sh_DATA = $(install_sh) -c -m 644
|
adamc@1132
|
24 install_sh_PROGRAM = $(install_sh) -c
|
adamc@1132
|
25 install_sh_SCRIPT = $(install_sh) -c
|
adamc@1132
|
26 INSTALL_HEADER = $(INSTALL_DATA)
|
adamc@1132
|
27 transform = $(program_transform_name)
|
adamc@1132
|
28 NORMAL_INSTALL = :
|
adamc@1132
|
29 PRE_INSTALL = :
|
adamc@1132
|
30 POST_INSTALL = :
|
adamc@1132
|
31 NORMAL_UNINSTALL = :
|
adamc@1132
|
32 PRE_UNINSTALL = :
|
adamc@1132
|
33 POST_UNINSTALL = :
|
adamc@1132
|
34 build_triplet = @build@
|
adamc@1132
|
35 host_triplet = @host@
|
adamc@1132
|
36 subdir = .
|
adamc@1132
|
37 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
|
adamc@1263
|
38 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
adamc@1263
|
39 $(top_srcdir)/configure $(top_srcdir)/src/config.sml.in \
|
adamc@1263
|
40 config.guess config.sub depcomp install-sh ltmain.sh missing
|
adamc@1132
|
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
adam@1368
|
42 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_openssl.m4 \
|
adam@1368
|
43 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
|
adam@1368
|
44 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
|
adam@1528
|
45 $(top_srcdir)/m4/lt~obsolete.m4 \
|
adam@1528
|
46 $(top_srcdir)/m4/m4_ax_pthread.m4 $(top_srcdir)/configure.ac
|
adamc@1132
|
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
adamc@1132
|
48 $(ACLOCAL_M4)
|
adamc@1132
|
49 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
adamc@1132
|
50 configure.lineno config.status.lineno
|
adamc@1132
|
51 mkinstalldirs = $(install_sh) -d
|
adamc@1263
|
52 CONFIG_HEADER = config.h
|
adamc@1132
|
53 CONFIG_CLEAN_FILES = src/config.sml
|
adamc@1132
|
54 CONFIG_CLEAN_VPATH_FILES =
|
adamc@1132
|
55 SOURCES =
|
adamc@1132
|
56 DIST_SOURCES =
|
adamc@1132
|
57 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
adamc@1132
|
58 html-recursive info-recursive install-data-recursive \
|
adamc@1132
|
59 install-dvi-recursive install-exec-recursive \
|
adamc@1132
|
60 install-html-recursive install-info-recursive \
|
adamc@1132
|
61 install-pdf-recursive install-ps-recursive install-recursive \
|
adamc@1132
|
62 installcheck-recursive installdirs-recursive pdf-recursive \
|
adamc@1132
|
63 ps-recursive uninstall-recursive
|
adamc@1132
|
64 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
adamc@1132
|
65 distclean-recursive maintainer-clean-recursive
|
adamc@1132
|
66 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
adamc@1132
|
67 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
|
adamc@1132
|
68 distdir dist dist-all distcheck
|
adamc@1132
|
69 ETAGS = etags
|
adamc@1132
|
70 CTAGS = ctags
|
adamc@1132
|
71 DIST_SUBDIRS = $(SUBDIRS)
|
adamc@1132
|
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
adamc@1132
|
73 distdir = $(PACKAGE)-$(VERSION)
|
adamc@1132
|
74 top_distdir = $(distdir)
|
adamc@1132
|
75 am__remove_distdir = \
|
adam@1693
|
76 if test -d "$(distdir)"; then \
|
adam@1693
|
77 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
adam@1693
|
78 && rm -rf "$(distdir)" \
|
adam@1693
|
79 || { sleep 5 && rm -rf "$(distdir)"; }; \
|
adam@1693
|
80 else :; fi
|
adamc@1132
|
81 am__relativize = \
|
adamc@1132
|
82 dir0=`pwd`; \
|
adamc@1132
|
83 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
adamc@1132
|
84 sed_rest='s,^[^/]*/*,,'; \
|
adamc@1132
|
85 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
adamc@1132
|
86 sed_butlast='s,/*[^/]*$$,,'; \
|
adamc@1132
|
87 while test -n "$$dir1"; do \
|
adamc@1132
|
88 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
adamc@1132
|
89 if test "$$first" != "."; then \
|
adamc@1132
|
90 if test "$$first" = ".."; then \
|
adamc@1132
|
91 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
adamc@1132
|
92 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
adamc@1132
|
93 else \
|
adamc@1132
|
94 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
adamc@1132
|
95 if test "$$first2" = "$$first"; then \
|
adamc@1132
|
96 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
adamc@1132
|
97 else \
|
adamc@1132
|
98 dir2="../$$dir2"; \
|
adamc@1132
|
99 fi; \
|
adamc@1132
|
100 dir0="$$dir0"/"$$first"; \
|
adamc@1132
|
101 fi; \
|
adamc@1132
|
102 fi; \
|
adamc@1132
|
103 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
adamc@1132
|
104 done; \
|
adamc@1132
|
105 reldir="$$dir2"
|
adamc@1132
|
106 DIST_ARCHIVES = $(distdir).tar.gz
|
adamc@1132
|
107 GZIP_ENV = --best
|
adamc@1132
|
108 distuninstallcheck_listfiles = find . -type f -print
|
adam@1693
|
109 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
adam@1693
|
110 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
adamc@1132
|
111 distcleancheck_listfiles = find . -type f -print
|
adamc@1132
|
112 ACLOCAL = @ACLOCAL@
|
adamc@1132
|
113 AMTAR = @AMTAR@
|
adamc@1132
|
114 AR = @AR@
|
adamc@1132
|
115 AUTOCONF = @AUTOCONF@
|
adamc@1132
|
116 AUTOHEADER = @AUTOHEADER@
|
adamc@1132
|
117 AUTOMAKE = @AUTOMAKE@
|
adamc@1132
|
118 AWK = @AWK@
|
adamc@1132
|
119 BIN := @BIN@
|
adamc@1132
|
120 CC = @CC@
|
adam@1523
|
121 CCARGS = @CCARGS@
|
adamc@1132
|
122 CCDEPMODE = @CCDEPMODE@
|
adamc@1132
|
123 CFLAGS = @CFLAGS@
|
adamc@1132
|
124 CPP = @CPP@
|
adamc@1132
|
125 CPPFLAGS = @CPPFLAGS@
|
adamc@1132
|
126 CYGPATH_W = @CYGPATH_W@
|
adamc@1132
|
127 DEFS = @DEFS@
|
adamc@1132
|
128 DEPDIR = @DEPDIR@
|
adam@1459
|
129 DLLTOOL = @DLLTOOL@
|
adamc@1132
|
130 DSYMUTIL = @DSYMUTIL@
|
adamc@1132
|
131 DUMPBIN = @DUMPBIN@
|
adamc@1132
|
132 ECHO_C = @ECHO_C@
|
adamc@1132
|
133 ECHO_N = @ECHO_N@
|
adamc@1132
|
134 ECHO_T = @ECHO_T@
|
adamc@1132
|
135 EGREP = @EGREP@
|
adamc@1132
|
136 EXEEXT = @EXEEXT@
|
adamc@1132
|
137 FGREP = @FGREP@
|
adamc@1132
|
138 GREP = @GREP@
|
adamc@1132
|
139 INCLUDE := @INCLUDE@
|
adamc@1132
|
140 INSTALL = @INSTALL@
|
adamc@1132
|
141 INSTALL_DATA = @INSTALL_DATA@
|
adamc@1132
|
142 INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
adamc@1132
|
143 INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
adamc@1132
|
144 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
adamc@1132
|
145 LD = @LD@
|
adamc@1132
|
146 LDFLAGS = @LDFLAGS@
|
adamc@1132
|
147 LIB := @LIB@
|
adamc@1132
|
148 LIBOBJS = @LIBOBJS@
|
adamc@1132
|
149 LIBS = @LIBS@
|
adamc@1132
|
150 LIBTOOL = @LIBTOOL@
|
adamc@1132
|
151 LIPO = @LIPO@
|
adamc@1132
|
152 LN_S = @LN_S@
|
adamc@1132
|
153 LTLIBOBJS = @LTLIBOBJS@
|
adamc@1132
|
154 MAKEINFO = @MAKEINFO@
|
adam@1459
|
155 MANIFEST_TOOL = @MANIFEST_TOOL@
|
adamc@1132
|
156 MKDIR_P = @MKDIR_P@
|
adamc@1165
|
157 MLLEX = @MLLEX@
|
adamc@1165
|
158 MLTON := mlton
|
adamc@1165
|
159 MLYACC = @MLYACC@
|
adam@1464
|
160 MSHEADER = @MSHEADER@
|
adamc@1132
|
161 NM = @NM@
|
adamc@1132
|
162 NMEDIT = @NMEDIT@
|
adamc@1132
|
163 OBJDUMP = @OBJDUMP@
|
adamc@1132
|
164 OBJEXT = @OBJEXT@
|
adam@1368
|
165 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
|
adam@1368
|
166 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
|
adam@1368
|
167 OPENSSL_LIBS = @OPENSSL_LIBS@
|
adamc@1132
|
168 OTOOL = @OTOOL@
|
adamc@1132
|
169 OTOOL64 = @OTOOL64@
|
adamc@1132
|
170 PACKAGE = @PACKAGE@
|
adamc@1132
|
171 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
adamc@1132
|
172 PACKAGE_NAME = @PACKAGE_NAME@
|
adamc@1132
|
173 PACKAGE_STRING = @PACKAGE_STRING@
|
adamc@1132
|
174 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
adamc@1132
|
175 PACKAGE_URL = @PACKAGE_URL@
|
adamc@1132
|
176 PACKAGE_VERSION = @PACKAGE_VERSION@
|
adamc@1132
|
177 PATH_SEPARATOR = @PATH_SEPARATOR@
|
adam@1464
|
178 PGHEADER = @PGHEADER@
|
adam@1368
|
179 PKG_CONFIG = @PKG_CONFIG@
|
adam@1528
|
180 PTHREAD_CC = @PTHREAD_CC@
|
adam@1528
|
181 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
adam@1528
|
182 PTHREAD_LIBS = @PTHREAD_LIBS@
|
adamc@1132
|
183 RANLIB = @RANLIB@
|
adamc@1132
|
184 SED = @SED@
|
adamc@1132
|
185 SET_MAKE = @SET_MAKE@
|
adamc@1132
|
186 SHELL = @SHELL@
|
adamc@378
|
187 SITELISP := @SITELISP@
|
adam@1464
|
188 SQHEADER = @SQHEADER@
|
adamc@1132
|
189 STRIP = @STRIP@
|
adam@1520
|
190 VERSION := @VERSION@
|
adamc@1132
|
191 abs_builddir = @abs_builddir@
|
adamc@1132
|
192 abs_srcdir = @abs_srcdir@
|
adamc@1132
|
193 abs_top_builddir = @abs_top_builddir@
|
adamc@1132
|
194 abs_top_srcdir = @abs_top_srcdir@
|
adam@1459
|
195 ac_ct_AR = @ac_ct_AR@
|
adamc@1132
|
196 ac_ct_CC = @ac_ct_CC@
|
adamc@1132
|
197 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
adamc@1132
|
198 am__include = @am__include@
|
adamc@1132
|
199 am__leading_dot = @am__leading_dot@
|
adamc@1132
|
200 am__quote = @am__quote@
|
adamc@1132
|
201 am__tar = @am__tar@
|
adamc@1132
|
202 am__untar = @am__untar@
|
adam@1528
|
203 ax_pthread_config = @ax_pthread_config@
|
adamc@1132
|
204 bindir = @bindir@
|
adamc@1132
|
205 build = @build@
|
adamc@1132
|
206 build_alias = @build_alias@
|
adamc@1132
|
207 build_cpu = @build_cpu@
|
adamc@1132
|
208 build_os = @build_os@
|
adamc@1132
|
209 build_vendor = @build_vendor@
|
adamc@1132
|
210 builddir = @builddir@
|
adamc@1132
|
211 datadir = @datadir@
|
adamc@1132
|
212 datarootdir = @datarootdir@
|
adamc@1132
|
213 docdir = @docdir@
|
adamc@1132
|
214 dvidir = @dvidir@
|
adamc@1132
|
215 exec_prefix = @exec_prefix@
|
adamc@1132
|
216 host = @host@
|
adamc@1132
|
217 host_alias = @host_alias@
|
adamc@1132
|
218 host_cpu = @host_cpu@
|
adamc@1132
|
219 host_os = @host_os@
|
adamc@1132
|
220 host_vendor = @host_vendor@
|
adamc@1132
|
221 htmldir = @htmldir@
|
adamc@1132
|
222 includedir = @includedir@
|
adamc@1132
|
223 infodir = @infodir@
|
adamc@1132
|
224 install_sh = @install_sh@
|
adamc@1132
|
225 libdir = @libdir@
|
adamc@1132
|
226 libexecdir = @libexecdir@
|
adamc@1132
|
227 localedir = @localedir@
|
adamc@1132
|
228 localstatedir = @localstatedir@
|
adamc@1132
|
229 mandir = @mandir@
|
adamc@1132
|
230 mkdir_p = @mkdir_p@
|
adamc@1132
|
231 oldincludedir = @oldincludedir@
|
adamc@1132
|
232 pdfdir = @pdfdir@
|
adamc@1132
|
233 prefix = @prefix@
|
adamc@1132
|
234 program_transform_name = @program_transform_name@
|
adamc@1132
|
235 psdir = @psdir@
|
adamc@1132
|
236 sbindir = @sbindir@
|
adamc@1132
|
237 sharedstatedir = @sharedstatedir@
|
adamc@1132
|
238 srcdir = @srcdir@
|
adamc@1132
|
239 sysconfdir = @sysconfdir@
|
adamc@1132
|
240 target_alias = @target_alias@
|
adamc@1132
|
241 top_build_prefix = @top_build_prefix@
|
adamc@1132
|
242 top_builddir = @top_builddir@
|
adamc@1132
|
243 top_srcdir = @top_srcdir@
|
adamc@1141
|
244 ACLOCAL_AMFLAGS = -I m4
|
adamc@1132
|
245 LIB_UR := $(LIB)/ur
|
adamc@1132
|
246 LIB_C := $(LIB)/c
|
adamc@1132
|
247 LIB_JS := $(LIB)/js
|
adamc@1132
|
248 SUBDIRS = src/c
|
adamc@1263
|
249 all: config.h
|
adamc@1263
|
250 $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
adamc@378
|
251
|
adamc@1132
|
252 .SUFFIXES:
|
adam@1693
|
253 am--refresh: Makefile
|
adamc@1132
|
254 @:
|
adamc@1132
|
255 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
adamc@1132
|
256 @for dep in $?; do \
|
adamc@1132
|
257 case '$(am__configure_deps)' in \
|
adamc@1132
|
258 *$$dep*) \
|
adamc@1132
|
259 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
adamc@1132
|
260 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
adamc@1132
|
261 && exit 0; \
|
adamc@1132
|
262 exit 1;; \
|
adamc@1132
|
263 esac; \
|
adamc@1132
|
264 done; \
|
adamc@1132
|
265 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
adamc@1132
|
266 $(am__cd) $(top_srcdir) && \
|
adamc@1132
|
267 $(AUTOMAKE) --foreign Makefile
|
adamc@1132
|
268 .PRECIOUS: Makefile
|
adamc@1132
|
269 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
adamc@1132
|
270 @case '$?' in \
|
adamc@1132
|
271 *config.status*) \
|
adamc@1132
|
272 echo ' $(SHELL) ./config.status'; \
|
adamc@1132
|
273 $(SHELL) ./config.status;; \
|
adamc@1132
|
274 *) \
|
adamc@1132
|
275 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
adamc@1132
|
276 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
adamc@1132
|
277 esac;
|
adamc@1095
|
278
|
adamc@1132
|
279 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
adamc@1132
|
280 $(SHELL) ./config.status --recheck
|
adamc@378
|
281
|
adamc@1132
|
282 $(top_srcdir)/configure: $(am__configure_deps)
|
adamc@1132
|
283 $(am__cd) $(srcdir) && $(AUTOCONF)
|
adamc@1132
|
284 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
adamc@1132
|
285 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
adamc@1132
|
286 $(am__aclocal_m4_deps):
|
adamc@1263
|
287
|
adamc@1263
|
288 config.h: stamp-h1
|
adam@1693
|
289 @if test ! -f $@; then rm -f stamp-h1; else :; fi
|
adam@1693
|
290 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
|
adamc@1263
|
291
|
adamc@1263
|
292 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
adamc@1263
|
293 @rm -f stamp-h1
|
adamc@1263
|
294 cd $(top_builddir) && $(SHELL) ./config.status config.h
|
adamc@1263
|
295 $(srcdir)/config.h.in: $(am__configure_deps)
|
adamc@1263
|
296 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
adamc@1263
|
297 rm -f stamp-h1
|
adamc@1263
|
298 touch $@
|
adamc@1263
|
299
|
adamc@1263
|
300 distclean-hdr:
|
adamc@1263
|
301 -rm -f config.h stamp-h1
|
adamc@1132
|
302 src/config.sml: $(top_builddir)/config.status $(top_srcdir)/src/config.sml.in
|
adamc@1132
|
303 cd $(top_builddir) && $(SHELL) ./config.status $@
|
adamc@378
|
304
|
adamc@1132
|
305 mostlyclean-libtool:
|
adamc@1132
|
306 -rm -f *.lo
|
adamc@1132
|
307
|
adamc@1132
|
308 clean-libtool:
|
adamc@1132
|
309 -rm -rf .libs _libs
|
adamc@1132
|
310
|
adamc@1132
|
311 distclean-libtool:
|
adamc@1132
|
312 -rm -f libtool config.lt
|
adamc@1132
|
313
|
adamc@1132
|
314 # This directory's subdirectories are mostly independent; you can cd
|
adamc@1132
|
315 # into them and run `make' without going through this Makefile.
|
adamc@1132
|
316 # To change the values of `make' variables: instead of editing Makefiles,
|
adamc@1132
|
317 # (1) if the variable is set in `config.status', edit `config.status'
|
adamc@1132
|
318 # (which will cause the Makefiles to be regenerated when you run `make');
|
adamc@1132
|
319 # (2) otherwise, pass the desired values on the `make' command line.
|
adamc@1132
|
320 $(RECURSIVE_TARGETS):
|
adamc@1138
|
321 @fail= failcom='exit 1'; \
|
adamc@1132
|
322 for f in x $$MAKEFLAGS; do \
|
adamc@1132
|
323 case $$f in \
|
adamc@1132
|
324 *=* | --[!k]*);; \
|
adamc@1132
|
325 *k*) failcom='fail=yes';; \
|
adamc@1132
|
326 esac; \
|
adamc@1132
|
327 done; \
|
adamc@1132
|
328 dot_seen=no; \
|
adamc@1132
|
329 target=`echo $@ | sed s/-recursive//`; \
|
adamc@1132
|
330 list='$(SUBDIRS)'; for subdir in $$list; do \
|
adamc@1132
|
331 echo "Making $$target in $$subdir"; \
|
adamc@1132
|
332 if test "$$subdir" = "."; then \
|
adamc@1132
|
333 dot_seen=yes; \
|
adamc@1132
|
334 local_target="$$target-am"; \
|
adamc@1132
|
335 else \
|
adamc@1132
|
336 local_target="$$target"; \
|
adamc@1132
|
337 fi; \
|
adamc@1132
|
338 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
adamc@1132
|
339 || eval $$failcom; \
|
adamc@1132
|
340 done; \
|
adamc@1132
|
341 if test "$$dot_seen" = "no"; then \
|
adamc@1132
|
342 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
adamc@1132
|
343 fi; test -z "$$fail"
|
adamc@1132
|
344
|
adamc@1132
|
345 $(RECURSIVE_CLEAN_TARGETS):
|
adamc@1138
|
346 @fail= failcom='exit 1'; \
|
adamc@1132
|
347 for f in x $$MAKEFLAGS; do \
|
adamc@1132
|
348 case $$f in \
|
adamc@1132
|
349 *=* | --[!k]*);; \
|
adamc@1132
|
350 *k*) failcom='fail=yes';; \
|
adamc@1132
|
351 esac; \
|
adamc@1132
|
352 done; \
|
adamc@1132
|
353 dot_seen=no; \
|
adamc@1132
|
354 case "$@" in \
|
adamc@1132
|
355 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
adamc@1132
|
356 *) list='$(SUBDIRS)' ;; \
|
adamc@1132
|
357 esac; \
|
adamc@1132
|
358 rev=''; for subdir in $$list; do \
|
adamc@1132
|
359 if test "$$subdir" = "."; then :; else \
|
adamc@1132
|
360 rev="$$subdir $$rev"; \
|
adamc@1132
|
361 fi; \
|
adamc@1132
|
362 done; \
|
adamc@1132
|
363 rev="$$rev ."; \
|
adamc@1132
|
364 target=`echo $@ | sed s/-recursive//`; \
|
adamc@1132
|
365 for subdir in $$rev; do \
|
adamc@1132
|
366 echo "Making $$target in $$subdir"; \
|
adamc@1132
|
367 if test "$$subdir" = "."; then \
|
adamc@1132
|
368 local_target="$$target-am"; \
|
adamc@1132
|
369 else \
|
adamc@1132
|
370 local_target="$$target"; \
|
adamc@1132
|
371 fi; \
|
adamc@1132
|
372 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
adamc@1132
|
373 || eval $$failcom; \
|
adamc@1132
|
374 done && test -z "$$fail"
|
adamc@1132
|
375 tags-recursive:
|
adamc@1132
|
376 list='$(SUBDIRS)'; for subdir in $$list; do \
|
adamc@1132
|
377 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
adamc@1132
|
378 done
|
adamc@1132
|
379 ctags-recursive:
|
adamc@1132
|
380 list='$(SUBDIRS)'; for subdir in $$list; do \
|
adamc@1132
|
381 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
adamc@1132
|
382 done
|
adamc@1132
|
383
|
adamc@1132
|
384 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
adamc@1132
|
385 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
adamc@1132
|
386 unique=`for i in $$list; do \
|
adamc@1132
|
387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
adamc@1132
|
388 done | \
|
adamc@1132
|
389 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
adamc@1132
|
390 END { if (nonempty) { for (i in files) print i; }; }'`; \
|
adamc@1132
|
391 mkid -fID $$unique
|
adamc@1132
|
392 tags: TAGS
|
adamc@1132
|
393
|
adamc@1263
|
394 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
adamc@1132
|
395 $(TAGS_FILES) $(LISP)
|
adamc@1132
|
396 set x; \
|
adamc@1132
|
397 here=`pwd`; \
|
adamc@1132
|
398 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
adamc@1132
|
399 include_option=--etags-include; \
|
adamc@1132
|
400 empty_fix=.; \
|
adamc@1132
|
401 else \
|
adamc@1132
|
402 include_option=--include; \
|
adamc@1132
|
403 empty_fix=; \
|
adamc@1132
|
404 fi; \
|
adamc@1132
|
405 list='$(SUBDIRS)'; for subdir in $$list; do \
|
adamc@1132
|
406 if test "$$subdir" = .; then :; else \
|
adamc@1132
|
407 test ! -f $$subdir/TAGS || \
|
adamc@1132
|
408 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
adamc@1132
|
409 fi; \
|
adamc@1132
|
410 done; \
|
adamc@1263
|
411 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
adamc@1132
|
412 unique=`for i in $$list; do \
|
adamc@1132
|
413 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
adamc@1132
|
414 done | \
|
adamc@1132
|
415 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
adamc@1132
|
416 END { if (nonempty) { for (i in files) print i; }; }'`; \
|
adamc@1132
|
417 shift; \
|
adamc@1132
|
418 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
adamc@1132
|
419 test -n "$$unique" || unique=$$empty_fix; \
|
adamc@1132
|
420 if test $$# -gt 0; then \
|
adamc@1132
|
421 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
adamc@1132
|
422 "$$@" $$unique; \
|
adamc@1132
|
423 else \
|
adamc@1132
|
424 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
adamc@1132
|
425 $$unique; \
|
adamc@1132
|
426 fi; \
|
adamc@1132
|
427 fi
|
adamc@1132
|
428 ctags: CTAGS
|
adamc@1263
|
429 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
adamc@1132
|
430 $(TAGS_FILES) $(LISP)
|
adamc@1263
|
431 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
adamc@1132
|
432 unique=`for i in $$list; do \
|
adamc@1132
|
433 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
adamc@1132
|
434 done | \
|
adamc@1132
|
435 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
adamc@1132
|
436 END { if (nonempty) { for (i in files) print i; }; }'`; \
|
adamc@1132
|
437 test -z "$(CTAGS_ARGS)$$unique" \
|
adamc@1132
|
438 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
adamc@1132
|
439 $$unique
|
adamc@1132
|
440
|
adamc@1132
|
441 GTAGS:
|
adamc@1132
|
442 here=`$(am__cd) $(top_builddir) && pwd` \
|
adamc@1132
|
443 && $(am__cd) $(top_srcdir) \
|
adamc@1132
|
444 && gtags -i $(GTAGS_ARGS) "$$here"
|
adamc@1132
|
445
|
adamc@1132
|
446 distclean-tags:
|
adamc@1132
|
447 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
adamc@1132
|
448
|
adamc@1132
|
449 distdir: $(DISTFILES)
|
adamc@1132
|
450 $(am__remove_distdir)
|
adamc@1132
|
451 test -d "$(distdir)" || mkdir "$(distdir)"
|
adamc@1132
|
452 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
adamc@1132
|
453 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
adamc@1132
|
454 list='$(DISTFILES)'; \
|
adamc@1132
|
455 dist_files=`for file in $$list; do echo $$file; done | \
|
adamc@1132
|
456 sed -e "s|^$$srcdirstrip/||;t" \
|
adamc@1132
|
457 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
adamc@1132
|
458 case $$dist_files in \
|
adamc@1132
|
459 */*) $(MKDIR_P) `echo "$$dist_files" | \
|
adamc@1132
|
460 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
adamc@1132
|
461 sort -u` ;; \
|
adamc@1132
|
462 esac; \
|
adamc@1132
|
463 for file in $$dist_files; do \
|
adamc@1132
|
464 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
adamc@1132
|
465 if test -d $$d/$$file; then \
|
adamc@1132
|
466 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
adamc@1132
|
467 if test -d "$(distdir)/$$file"; then \
|
adamc@1132
|
468 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
adamc@1132
|
469 fi; \
|
adamc@1132
|
470 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
adamc@1132
|
471 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
adamc@1132
|
472 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
adamc@1132
|
473 fi; \
|
adamc@1132
|
474 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
adamc@1132
|
475 else \
|
adamc@1132
|
476 test -f "$(distdir)/$$file" \
|
adamc@1132
|
477 || cp -p $$d/$$file "$(distdir)/$$file" \
|
adamc@1132
|
478 || exit 1; \
|
adamc@1132
|
479 fi; \
|
adamc@1132
|
480 done
|
adamc@1132
|
481 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
adamc@1132
|
482 if test "$$subdir" = .; then :; else \
|
adamc@1132
|
483 test -d "$(distdir)/$$subdir" \
|
adamc@1132
|
484 || $(MKDIR_P) "$(distdir)/$$subdir" \
|
adamc@1132
|
485 || exit 1; \
|
adamc@1132
|
486 fi; \
|
adamc@1132
|
487 done
|
adamc@1132
|
488 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
adamc@1132
|
489 if test "$$subdir" = .; then :; else \
|
adamc@1132
|
490 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
adamc@1132
|
491 $(am__relativize); \
|
adamc@1132
|
492 new_distdir=$$reldir; \
|
adamc@1132
|
493 dir1=$$subdir; dir2="$(top_distdir)"; \
|
adamc@1132
|
494 $(am__relativize); \
|
adamc@1132
|
495 new_top_distdir=$$reldir; \
|
adamc@1132
|
496 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
adamc@1132
|
497 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
adamc@1132
|
498 ($(am__cd) $$subdir && \
|
adamc@1132
|
499 $(MAKE) $(AM_MAKEFLAGS) \
|
adamc@1132
|
500 top_distdir="$$new_top_distdir" \
|
adamc@1132
|
501 distdir="$$new_distdir" \
|
adamc@1132
|
502 am__remove_distdir=: \
|
adamc@1132
|
503 am__skip_length_check=: \
|
adamc@1132
|
504 am__skip_mode_fix=: \
|
adamc@1132
|
505 distdir) \
|
adamc@1132
|
506 || exit 1; \
|
adamc@1132
|
507 fi; \
|
adamc@1132
|
508 done
|
adamc@1132
|
509 -test -n "$(am__skip_mode_fix)" \
|
adamc@1138
|
510 || find "$(distdir)" -type d ! -perm -755 \
|
adamc@1138
|
511 -exec chmod u+rwx,go+rx {} \; -o \
|
adamc@1132
|
512 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
adamc@1132
|
513 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
adamc@1132
|
514 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
adamc@1132
|
515 || chmod -R a+r "$(distdir)"
|
adamc@1132
|
516 dist-gzip: distdir
|
adamc@1132
|
517 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
adamc@1132
|
518 $(am__remove_distdir)
|
adamc@1132
|
519
|
adamc@1132
|
520 dist-bzip2: distdir
|
adam@1693
|
521 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
adam@1693
|
522 $(am__remove_distdir)
|
adam@1693
|
523
|
adam@1693
|
524 dist-lzip: distdir
|
adam@1693
|
525 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
adamc@1132
|
526 $(am__remove_distdir)
|
adamc@1132
|
527
|
adamc@1132
|
528 dist-lzma: distdir
|
adamc@1132
|
529 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
adamc@1132
|
530 $(am__remove_distdir)
|
adamc@1132
|
531
|
adamc@1132
|
532 dist-xz: distdir
|
adam@1693
|
533 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
adamc@1132
|
534 $(am__remove_distdir)
|
adamc@1132
|
535
|
adamc@1132
|
536 dist-tarZ: distdir
|
adamc@1132
|
537 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
adamc@1132
|
538 $(am__remove_distdir)
|
adamc@1132
|
539
|
adamc@1132
|
540 dist-shar: distdir
|
adamc@1132
|
541 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
adamc@1132
|
542 $(am__remove_distdir)
|
adamc@1132
|
543
|
adamc@1132
|
544 dist-zip: distdir
|
adamc@1132
|
545 -rm -f $(distdir).zip
|
adamc@1132
|
546 zip -rq $(distdir).zip $(distdir)
|
adamc@1132
|
547 $(am__remove_distdir)
|
adamc@1132
|
548
|
adamc@1132
|
549 dist dist-all: distdir
|
adamc@1132
|
550 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
adamc@1132
|
551 $(am__remove_distdir)
|
adamc@1132
|
552
|
adamc@1132
|
553 # This target untars the dist file and tries a VPATH configuration. Then
|
adamc@1132
|
554 # it guarantees that the distribution is self-contained by making another
|
adamc@1132
|
555 # tarfile.
|
adamc@1132
|
556 distcheck: dist
|
adamc@1132
|
557 case '$(DIST_ARCHIVES)' in \
|
adamc@1132
|
558 *.tar.gz*) \
|
adamc@1138
|
559 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
adamc@1132
|
560 *.tar.bz2*) \
|
adamc@1138
|
561 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
adamc@1132
|
562 *.tar.lzma*) \
|
adamc@1138
|
563 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
adam@1693
|
564 *.tar.lz*) \
|
adam@1693
|
565 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
adamc@1132
|
566 *.tar.xz*) \
|
adamc@1132
|
567 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
adamc@1132
|
568 *.tar.Z*) \
|
adamc@1132
|
569 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
adamc@1132
|
570 *.shar.gz*) \
|
adamc@1138
|
571 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
adamc@1132
|
572 *.zip*) \
|
adamc@1132
|
573 unzip $(distdir).zip ;;\
|
adamc@1132
|
574 esac
|
adamc@1132
|
575 chmod -R a-w $(distdir); chmod a+w $(distdir)
|
adamc@1132
|
576 mkdir $(distdir)/_build
|
adamc@1132
|
577 mkdir $(distdir)/_inst
|
adamc@1132
|
578 chmod a-w $(distdir)
|
adamc@1132
|
579 test -d $(distdir)/_build || exit 0; \
|
adamc@1132
|
580 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
adamc@1132
|
581 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
adamc@1132
|
582 && am__cwd=`pwd` \
|
adamc@1132
|
583 && $(am__cd) $(distdir)/_build \
|
adamc@1132
|
584 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
adam@1693
|
585 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
adamc@1132
|
586 $(DISTCHECK_CONFIGURE_FLAGS) \
|
adamc@1132
|
587 && $(MAKE) $(AM_MAKEFLAGS) \
|
adamc@1132
|
588 && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
adamc@1132
|
589 && $(MAKE) $(AM_MAKEFLAGS) check \
|
adamc@1132
|
590 && $(MAKE) $(AM_MAKEFLAGS) install \
|
adamc@1132
|
591 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
adamc@1132
|
592 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
adamc@1132
|
593 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
adamc@1132
|
594 distuninstallcheck \
|
adamc@1132
|
595 && chmod -R a-w "$$dc_install_base" \
|
adamc@1132
|
596 && ({ \
|
adamc@1132
|
597 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
adamc@1132
|
598 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
adamc@1132
|
599 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
adamc@1132
|
600 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
adamc@1132
|
601 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
adamc@1132
|
602 } || { rm -rf "$$dc_destdir"; exit 1; }) \
|
adamc@1132
|
603 && rm -rf "$$dc_destdir" \
|
adamc@1132
|
604 && $(MAKE) $(AM_MAKEFLAGS) dist \
|
adamc@1132
|
605 && rm -rf $(DIST_ARCHIVES) \
|
adamc@1132
|
606 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
adamc@1132
|
607 && cd "$$am__cwd" \
|
adamc@1132
|
608 || exit 1
|
adamc@1132
|
609 $(am__remove_distdir)
|
adamc@1132
|
610 @(echo "$(distdir) archives ready for distribution: "; \
|
adamc@1132
|
611 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
adamc@1132
|
612 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
adamc@1132
|
613 distuninstallcheck:
|
adam@1693
|
614 @test -n '$(distuninstallcheck_dir)' || { \
|
adam@1693
|
615 echo 'ERROR: trying to run $@ with an empty' \
|
adam@1693
|
616 '$$(distuninstallcheck_dir)' >&2; \
|
adam@1693
|
617 exit 1; \
|
adam@1693
|
618 }; \
|
adam@1693
|
619 $(am__cd) '$(distuninstallcheck_dir)' || { \
|
adam@1693
|
620 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
adam@1693
|
621 exit 1; \
|
adam@1693
|
622 }; \
|
adam@1693
|
623 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
adamc@1132
|
624 || { echo "ERROR: files left after uninstall:" ; \
|
adamc@1132
|
625 if test -n "$(DESTDIR)"; then \
|
adamc@1132
|
626 echo " (check DESTDIR support)"; \
|
adamc@1132
|
627 fi ; \
|
adamc@1132
|
628 $(distuninstallcheck_listfiles) ; \
|
adamc@1132
|
629 exit 1; } >&2
|
adamc@1132
|
630 distcleancheck: distclean
|
adamc@1132
|
631 @if test '$(srcdir)' = . ; then \
|
adamc@1132
|
632 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
adamc@1132
|
633 exit 1 ; \
|
adamc@1132
|
634 fi
|
adamc@1132
|
635 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
adamc@1132
|
636 || { echo "ERROR: files left in build directory after distclean:" ; \
|
adamc@1132
|
637 $(distcleancheck_listfiles) ; \
|
adamc@1132
|
638 exit 1; } >&2
|
adamc@1132
|
639 check-am: all-am
|
adamc@1132
|
640 check: check-recursive
|
adamc@1263
|
641 all-am: Makefile config.h all-local
|
adamc@1132
|
642 installdirs: installdirs-recursive
|
adamc@1132
|
643 installdirs-am:
|
adamc@1132
|
644 install: install-recursive
|
adamc@1132
|
645 install-exec: install-exec-recursive
|
adamc@1132
|
646 install-data: install-data-recursive
|
adamc@1132
|
647 uninstall: uninstall-recursive
|
adamc@1132
|
648
|
adamc@1132
|
649 install-am: all-am
|
adamc@1132
|
650 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
adamc@1132
|
651
|
adamc@1132
|
652 installcheck: installcheck-recursive
|
adamc@1132
|
653 install-strip:
|
adam@1693
|
654 if test -z '$(STRIP)'; then \
|
adam@1693
|
655 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
adam@1693
|
656 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
adam@1693
|
657 install; \
|
adam@1693
|
658 else \
|
adam@1693
|
659 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
adam@1693
|
660 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
adam@1693
|
661 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
adam@1693
|
662 fi
|
adamc@1132
|
663 mostlyclean-generic:
|
adamc@1132
|
664
|
adamc@1132
|
665 clean-generic:
|
adamc@1132
|
666
|
adamc@1132
|
667 distclean-generic:
|
adamc@1132
|
668 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
adamc@1132
|
669 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
adamc@1132
|
670
|
adamc@1132
|
671 maintainer-clean-generic:
|
adamc@1132
|
672 @echo "This command is intended for maintainers to use"
|
adamc@1132
|
673 @echo "it deletes files that may require special tools to rebuild."
|
adamc@1132
|
674 clean: clean-recursive
|
adamc@1132
|
675
|
adamc@1132
|
676 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
adamc@1132
|
677
|
adamc@1132
|
678 distclean: distclean-recursive
|
adamc@1132
|
679 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
adamc@1132
|
680 -rm -f Makefile
|
adamc@1263
|
681 distclean-am: clean-am distclean-generic distclean-hdr \
|
adamc@1263
|
682 distclean-libtool distclean-tags
|
adamc@1132
|
683
|
adamc@1132
|
684 dvi: dvi-recursive
|
adamc@1132
|
685
|
adamc@1132
|
686 dvi-am:
|
adamc@1132
|
687
|
adamc@1132
|
688 html: html-recursive
|
adamc@1132
|
689
|
adamc@1132
|
690 html-am:
|
adamc@1132
|
691
|
adamc@1132
|
692 info: info-recursive
|
adamc@1132
|
693
|
adamc@1132
|
694 info-am:
|
adamc@1132
|
695
|
adamc@1132
|
696 install-data-am:
|
adamc@1132
|
697
|
adamc@1132
|
698 install-dvi: install-dvi-recursive
|
adamc@1132
|
699
|
adamc@1132
|
700 install-dvi-am:
|
adamc@1132
|
701
|
adamc@1132
|
702 install-exec-am: install-exec-local
|
adamc@1132
|
703
|
adamc@1132
|
704 install-html: install-html-recursive
|
adamc@1132
|
705
|
adamc@1132
|
706 install-html-am:
|
adamc@1132
|
707
|
adamc@1132
|
708 install-info: install-info-recursive
|
adamc@1132
|
709
|
adamc@1132
|
710 install-info-am:
|
adamc@1132
|
711
|
adamc@1132
|
712 install-man:
|
adamc@1132
|
713
|
adamc@1132
|
714 install-pdf: install-pdf-recursive
|
adamc@1132
|
715
|
adamc@1132
|
716 install-pdf-am:
|
adamc@1132
|
717
|
adamc@1132
|
718 install-ps: install-ps-recursive
|
adamc@1132
|
719
|
adamc@1132
|
720 install-ps-am:
|
adamc@1132
|
721
|
adamc@1132
|
722 installcheck-am:
|
adamc@1132
|
723
|
adamc@1132
|
724 maintainer-clean: maintainer-clean-recursive
|
adamc@1132
|
725 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
adamc@1132
|
726 -rm -rf $(top_srcdir)/autom4te.cache
|
adamc@1132
|
727 -rm -f Makefile
|
adamc@1132
|
728 maintainer-clean-am: distclean-am maintainer-clean-generic
|
adamc@1132
|
729
|
adamc@1132
|
730 mostlyclean: mostlyclean-recursive
|
adamc@1132
|
731
|
adamc@1132
|
732 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
adamc@1132
|
733
|
adamc@1132
|
734 pdf: pdf-recursive
|
adamc@1132
|
735
|
adamc@1132
|
736 pdf-am:
|
adamc@1132
|
737
|
adamc@1132
|
738 ps: ps-recursive
|
adamc@1132
|
739
|
adamc@1132
|
740 ps-am:
|
adamc@1132
|
741
|
adam@1399
|
742 uninstall-am: uninstall-local
|
adamc@1132
|
743
|
adamc@1263
|
744 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
|
adamc@1263
|
745 ctags-recursive install-am install-strip tags-recursive
|
adamc@1132
|
746
|
adamc@1132
|
747 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
adamc@1132
|
748 all all-am all-local am--refresh check check-am clean \
|
adamc@1132
|
749 clean-generic clean-libtool clean-local ctags ctags-recursive \
|
adam@1693
|
750 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma \
|
adam@1693
|
751 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
|
adamc@1263
|
752 distclean-generic distclean-hdr distclean-libtool \
|
adamc@1263
|
753 distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
adamc@1263
|
754 dvi-am html html-am info info-am install install-am \
|
adamc@1263
|
755 install-data install-data-am install-dvi install-dvi-am \
|
adamc@1263
|
756 install-exec install-exec-am install-exec-local install-html \
|
adamc@1132
|
757 install-html-am install-info install-info-am install-man \
|
adamc@1132
|
758 install-pdf install-pdf-am install-ps install-ps-am \
|
adamc@1132
|
759 install-strip installcheck installcheck-am installdirs \
|
adamc@1132
|
760 installdirs-am maintainer-clean maintainer-clean-generic \
|
adamc@1132
|
761 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
|
adam@1399
|
762 ps ps-am tags tags-recursive uninstall uninstall-am \
|
adam@1399
|
763 uninstall-local
|
adamc@1132
|
764
|
adamc@1132
|
765
|
adamc@1132
|
766 all-local: smlnj mlton
|
adamc@1132
|
767
|
adamc@1133
|
768 .PHONY: smlnj mlton package reauto
|
adamc@378
|
769
|
adamc@378
|
770 smlnj: src/urweb.cm
|
adamc@378
|
771 mlton: bin/urweb
|
adamc@855
|
772
|
adamc@1132
|
773 clean-local:
|
adamc@378
|
774 rm -f src/*.mlton.grm.* src/*.mlton.lex.* \
|
adam@1592
|
775 src/urweb.cm src/urweb.mlb xml/parse xml/entities.sml
|
adamc@378
|
776 rm -rf .cm src/.cm
|
adamc@378
|
777
|
adamc@378
|
778 src/urweb.cm: src/prefix.cm src/sources
|
adamc@378
|
779 cat src/prefix.cm src/sources \
|
adamc@378
|
780 >src/urweb.cm
|
adamc@378
|
781
|
adamc@378
|
782 src/urweb.mlb: src/prefix.mlb src/sources src/suffix.mlb
|
adamc@378
|
783 cat src/prefix.mlb src/sources src/suffix.mlb \
|
adamc@1159
|
784 | sed -e 's/^\(.*\).grm$$/\1.mlton.grm.sig:\1.mlton.grm.sml/' -e 'y/:/\n/' \
|
adamc@1159
|
785 -e 's/^\(.*\).lex$$/\1.mlton.lex.sml/' \
|
adamc@791
|
786 >$@
|
adamc@378
|
787
|
adamc@1154
|
788 src/urweb.mlton.lex: src/urweb.lex
|
adamc@378
|
789 cp $< $@
|
adamc@1154
|
790 src/urweb.mlton.grm: src/urweb.grm
|
adamc@378
|
791 cp $< $@
|
adamc@378
|
792
|
adamc@1154
|
793 src/urweb.mlton.lex.sml: src/urweb.mlton.lex
|
adamc@378
|
794 mllex $<
|
adamc@378
|
795
|
adamc@1154
|
796 src/urweb.mlton.grm.sig src/urweb.mlton.grm.sml: src/urweb.mlton.grm
|
adamc@378
|
797 mlyacc $<
|
adamc@378
|
798
|
adamc@1132
|
799 #ifdef DEBUG
|
adamc@1132
|
800 # MLTON += -const 'Exn.keepHistory true'
|
adamc@1132
|
801 #endif
|
adamc@378
|
802
|
adamc@1132
|
803 #ifdef PROFILE
|
adamc@1132
|
804 # MLTON += -profile $(PROFILE)
|
adamc@1132
|
805 #endif
|
adamc@507
|
806
|
adam@1592
|
807 bin/urweb: xml/entities.sml \
|
adam@1592
|
808 src/compiler.mlb src/urweb.mlb src/*.sig src/*.sml \
|
adamc@378
|
809 src/urweb.mlton.lex.sml \
|
adamc@378
|
810 src/urweb.mlton.grm.sig src/urweb.mlton.grm.sml
|
adamc@791
|
811 $(MLTON) -output $@ src/compiler.mlb
|
adamc@378
|
812
|
adam@1592
|
813 xml/entities.sml: xml/parse xml/xhtml-lat1.ent xml/xhtml-special.ent xml/xhtml-symbol.ent
|
adam@1592
|
814 xml/parse >xml/entities.sml
|
adam@1592
|
815
|
adam@1592
|
816 xml/parse: xml/parse.sml
|
adam@1592
|
817 $(MLTON) xml/parse.sml
|
adam@1592
|
818
|
adam@1441
|
819 install-exec-emacs:
|
adam@1441
|
820 @USE_EMACS_TRUE@ mkdir -p $(DESTDIR)$(SITELISP)
|
adam@1441
|
821 @USE_EMACS_TRUE@ cp src/elisp/*.el $(DESTDIR)$(SITELISP)/
|
adam@1441
|
822
|
adam@1441
|
823 install-exec-local-main:
|
adam@1440
|
824 mkdir -p $(DESTDIR)$(BIN)
|
adam@1440
|
825 cp bin/urweb $(DESTDIR)$(BIN)/
|
adam@1440
|
826 mkdir -p $(DESTDIR)$(LIB_UR)
|
adam@1440
|
827 cp lib/ur/*.urs $(DESTDIR)$(LIB_UR)/
|
adam@1440
|
828 cp lib/ur/*.ur $(DESTDIR)$(LIB_UR)/
|
adam@1440
|
829 mkdir -p $(DESTDIR)$(LIB_JS)
|
adam@1440
|
830 cp lib/js/*.js $(DESTDIR)$(LIB_JS)/
|
adam@1440
|
831 mkdir -p $(DESTDIR)$(INCLUDE)
|
adam@1440
|
832 cp config.h $(DESTDIR)$(INCLUDE)/
|
adam@1440
|
833 cp include/*.h $(DESTDIR)$(INCLUDE)/
|
adam@1441
|
834
|
adam@1441
|
835 install-exec-local: install-exec-local-main install-exec-emacs
|
adamc@1134
|
836 -ldconfig
|
adamc@427
|
837
|
adam@1441
|
838 uninstall-emacs:
|
adam@1441
|
839 @USE_EMACS_TRUE@ rm -f $(DESTDIR)$(SITELISP)/urweb-compat.el $(DESTDIR)$(SITELISP)/urweb-mode.el $(DESTDIR)$(SITELISP)/urweb-move.el \
|
adam@1441
|
840 @USE_EMACS_TRUE@ $(DESTDIR)$(SITELISP)/urweb-defs.el $(DESTDIR)$(SITELISP)/urweb-mode-startup.el $(DESTDIR)$(SITELISP)/urweb-util.el
|
adam@1441
|
841
|
adam@1441
|
842 uninstall-local-main:
|
adam@1440
|
843 rm -f $(DESTDIR)$(BIN)/urweb \
|
adam@1440
|
844 $(DESTDIR)$(LIB_UR)/basis.urs $(DESTDIR)$(LIB_UR)/char.urs $(DESTDIR)$(LIB_UR)/listPair.urs $(DESTDIR)$(LIB_UR)/list.urs \
|
adam@1440
|
845 $(DESTDIR)$(LIB_UR)/monad.urs $(DESTDIR)$(LIB_UR)/option.urs $(DESTDIR)$(LIB_UR)/string.urs $(DESTDIR)$(LIB_UR)/top.urs \
|
adam@1440
|
846 $(DESTDIR)$(LIB_UR)/char.ur $(DESTDIR)$(LIB_UR)/listPair.ur $(DESTDIR)$(LIB_UR)/list.ur \
|
adam@1440
|
847 $(DESTDIR)$(LIB_UR)/monad.ur $(DESTDIR)$(LIB_UR)/option.ur $(DESTDIR)$(LIB_UR)/string.ur $(DESTDIR)$(LIB_UR)/top.ur \
|
adam@1440
|
848 $(DESTDIR)$(LIB_JS)/urweb.js \
|
adam@1440
|
849 $(DESTDIR)$(INCLUDE)/config.h $(DESTDIR)$(INCLUDE)/queue.h $(DESTDIR)$(INCLUDE)/request.h $(DESTDIR)$(INCLUDE)/types.h \
|
adam@1441
|
850 $(DESTDIR)$(INCLUDE)/urweb.h
|
adam@1441
|
851
|
adam@1441
|
852 uninstall-local: uninstall-local-main uninstall-emacs
|
adam@1399
|
853
|
adamc@427
|
854 package:
|
adam@1520
|
855 hg archive -t tgz -X tests "/tmp/urweb-$(VERSION).tgz"
|
adamc@1132
|
856
|
adamc@1133
|
857 reauto:
|
adamc@1136
|
858 -autoreconf
|
adamc@1133
|
859 libtoolize -cf
|
adamc@1133
|
860 automake --add-missing --force-missing --copy
|
adamc@1133
|
861 autoreconf
|
adamc@1133
|
862
|
adamc@1132
|
863 # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
adamc@1132
|
864 # Otherwise a system limit (for SysV at least) may be exceeded.
|
adamc@1132
|
865 .NOEXPORT:
|