Mercurial > urweb
comparison Makefile.in @ 1141:f6cb1cb2d7a8
Another try to include more Autofiles in the distribution
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 30 Jan 2010 15:34:00 -0500 |
parents | b7118ffd32ae |
children | b0d632cc9edf |
comparison
equal
deleted
inserted
replaced
1140:ae818127a725 | 1141:f6cb1cb2d7a8 |
---|---|
37 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ | 37 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ |
38 $(srcdir)/Makefile.in $(top_srcdir)/configure \ | 38 $(srcdir)/Makefile.in $(top_srcdir)/configure \ |
39 $(top_srcdir)/src/config.sml.in config.guess config.sub \ | 39 $(top_srcdir)/src/config.sml.in config.guess config.sub \ |
40 depcomp install-sh ltmain.sh missing | 40 depcomp install-sh ltmain.sh missing |
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | 42 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ |
43 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | |
44 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | |
45 $(top_srcdir)/configure.ac | |
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
44 $(ACLOCAL_M4) | 47 $(ACLOCAL_M4) |
45 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | 48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
46 configure.lineno config.status.lineno | 49 configure.lineno config.status.lineno |
47 mkinstalldirs = $(install_sh) -d | 50 mkinstalldirs = $(install_sh) -d |
214 sysconfdir = @sysconfdir@ | 217 sysconfdir = @sysconfdir@ |
215 target_alias = @target_alias@ | 218 target_alias = @target_alias@ |
216 top_build_prefix = @top_build_prefix@ | 219 top_build_prefix = @top_build_prefix@ |
217 top_builddir = @top_builddir@ | 220 top_builddir = @top_builddir@ |
218 top_srcdir = @top_srcdir@ | 221 top_srcdir = @top_srcdir@ |
222 ACLOCAL_AMFLAGS = -I m4 | |
219 LIB_UR := $(LIB)/ur | 223 LIB_UR := $(LIB)/ur |
220 LIB_C := $(LIB)/c | 224 LIB_C := $(LIB)/c |
221 LIB_JS := $(LIB)/js | 225 LIB_JS := $(LIB)/js |
222 SUBDIRS = src/c | 226 SUBDIRS = src/c |
223 MLTON := mlton | 227 MLTON := mlton |