comparison Makefile.in @ 1263:be2ef50780ed

Support HTTP caching of app.js
author Adam Chlipala <adamc@hcoop.net>
date Sun, 23 May 2010 11:52:13 -0400
parents 7a17588edbff
children e12cef71aa1a
comparison
equal deleted inserted replaced
1262:003df929ee08 1263:be2ef50780ed
33 POST_UNINSTALL = : 33 POST_UNINSTALL = :
34 build_triplet = @build@ 34 build_triplet = @build@
35 host_triplet = @host@ 35 host_triplet = @host@
36 subdir = . 36 subdir = .
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 $(srcdir)/config.h.in \
39 $(top_srcdir)/src/config.sml.in config.guess config.sub \ 39 $(top_srcdir)/configure $(top_srcdir)/src/config.sml.in \
40 depcomp install-sh ltmain.sh missing 40 config.guess config.sub 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)/m4/libtool.m4 \ 42 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
43 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 43 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 44 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45 $(top_srcdir)/configure.ac 45 $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4) 47 $(ACLOCAL_M4)
48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49 configure.lineno config.status.lineno 49 configure.lineno config.status.lineno
50 mkinstalldirs = $(install_sh) -d 50 mkinstalldirs = $(install_sh) -d
51 CONFIG_HEADER = config.h
51 CONFIG_CLEAN_FILES = src/config.sml 52 CONFIG_CLEAN_FILES = src/config.sml
52 CONFIG_CLEAN_VPATH_FILES = 53 CONFIG_CLEAN_VPATH_FILES =
53 SOURCES = 54 SOURCES =
54 DIST_SOURCES = 55 DIST_SOURCES =
55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 56 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
225 ACLOCAL_AMFLAGS = -I m4 226 ACLOCAL_AMFLAGS = -I m4
226 LIB_UR := $(LIB)/ur 227 LIB_UR := $(LIB)/ur
227 LIB_C := $(LIB)/c 228 LIB_C := $(LIB)/c
228 LIB_JS := $(LIB)/js 229 LIB_JS := $(LIB)/js
229 SUBDIRS = src/c 230 SUBDIRS = src/c
230 all: all-recursive 231 all: config.h
232 $(MAKE) $(AM_MAKEFLAGS) all-recursive
231 233
232 .SUFFIXES: 234 .SUFFIXES:
233 am--refresh: 235 am--refresh:
234 @: 236 @:
235 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 237 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
262 $(top_srcdir)/configure: $(am__configure_deps) 264 $(top_srcdir)/configure: $(am__configure_deps)
263 $(am__cd) $(srcdir) && $(AUTOCONF) 265 $(am__cd) $(srcdir) && $(AUTOCONF)
264 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 266 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
265 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 267 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
266 $(am__aclocal_m4_deps): 268 $(am__aclocal_m4_deps):
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 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
281 rm -f stamp-h1
282 touch $@
283
284 distclean-hdr:
285 -rm -f config.h stamp-h1
267 src/config.sml: $(top_builddir)/config.status $(top_srcdir)/src/config.sml.in 286 src/config.sml: $(top_builddir)/config.status $(top_srcdir)/src/config.sml.in
268 cd $(top_builddir) && $(SHELL) ./config.status $@ 287 cd $(top_builddir) && $(SHELL) ./config.status $@
269 288
270 mostlyclean-libtool: 289 mostlyclean-libtool:
271 -rm -f *.lo 290 -rm -f *.lo
354 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355 END { if (nonempty) { for (i in files) print i; }; }'`; \ 374 END { if (nonempty) { for (i in files) print i; }; }'`; \
356 mkid -fID $$unique 375 mkid -fID $$unique
357 tags: TAGS 376 tags: TAGS
358 377
359 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 378 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
360 $(TAGS_FILES) $(LISP) 379 $(TAGS_FILES) $(LISP)
361 set x; \ 380 set x; \
362 here=`pwd`; \ 381 here=`pwd`; \
363 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 382 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
364 include_option=--etags-include; \ 383 include_option=--etags-include; \
371 if test "$$subdir" = .; then :; else \ 390 if test "$$subdir" = .; then :; else \
372 test ! -f $$subdir/TAGS || \ 391 test ! -f $$subdir/TAGS || \
373 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 392 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
374 fi; \ 393 fi; \
375 done; \ 394 done; \
376 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 395 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
377 unique=`for i in $$list; do \ 396 unique=`for i in $$list; do \
378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379 done | \ 398 done | \
380 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 399 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381 END { if (nonempty) { for (i in files) print i; }; }'`; \ 400 END { if (nonempty) { for (i in files) print i; }; }'`; \
389 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 408 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390 $$unique; \ 409 $$unique; \
391 fi; \ 410 fi; \
392 fi 411 fi
393 ctags: CTAGS 412 ctags: CTAGS
394 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 413 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
395 $(TAGS_FILES) $(LISP) 414 $(TAGS_FILES) $(LISP)
396 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 415 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
397 unique=`for i in $$list; do \ 416 unique=`for i in $$list; do \
398 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 417 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399 done | \ 418 done | \
400 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 419 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401 END { if (nonempty) { for (i in files) print i; }; }'`; \ 420 END { if (nonempty) { for (i in files) print i; }; }'`; \
586 || { echo "ERROR: files left in build directory after distclean:" ; \ 605 || { echo "ERROR: files left in build directory after distclean:" ; \
587 $(distcleancheck_listfiles) ; \ 606 $(distcleancheck_listfiles) ; \
588 exit 1; } >&2 607 exit 1; } >&2
589 check-am: all-am 608 check-am: all-am
590 check: check-recursive 609 check: check-recursive
591 all-am: Makefile all-local 610 all-am: Makefile config.h all-local
592 installdirs: installdirs-recursive 611 installdirs: installdirs-recursive
593 installdirs-am: 612 installdirs-am:
594 install: install-recursive 613 install: install-recursive
595 install-exec: install-exec-recursive 614 install-exec: install-exec-recursive
596 install-data: install-data-recursive 615 install-data: install-data-recursive
621 clean-am: clean-generic clean-libtool clean-local mostlyclean-am 640 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
622 641
623 distclean: distclean-recursive 642 distclean: distclean-recursive
624 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 643 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
625 -rm -f Makefile 644 -rm -f Makefile
626 distclean-am: clean-am distclean-generic distclean-libtool \ 645 distclean-am: clean-am distclean-generic distclean-hdr \
627 distclean-tags 646 distclean-libtool distclean-tags
628 647
629 dvi: dvi-recursive 648 dvi: dvi-recursive
630 649
631 dvi-am: 650 dvi-am:
632 651
684 703
685 ps-am: 704 ps-am:
686 705
687 uninstall-am: 706 uninstall-am:
688 707
689 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 708 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
690 install-am install-strip tags-recursive 709 ctags-recursive install-am install-strip tags-recursive
691 710
692 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 711 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
693 all all-am all-local am--refresh check check-am clean \ 712 all all-am all-local am--refresh check check-am clean \
694 clean-generic clean-libtool clean-local ctags ctags-recursive \ 713 clean-generic clean-libtool clean-local ctags ctags-recursive \
695 dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \ 714 dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
696 dist-tarZ dist-xz dist-zip distcheck distclean \ 715 dist-tarZ dist-xz dist-zip distcheck distclean \
697 distclean-generic distclean-libtool distclean-tags \ 716 distclean-generic distclean-hdr distclean-libtool \
698 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 717 distclean-tags distcleancheck distdir distuninstallcheck dvi \
699 html-am info info-am install install-am install-data \ 718 dvi-am html html-am info info-am install install-am \
700 install-data-am install-dvi install-dvi-am install-exec \ 719 install-data install-data-am install-dvi install-dvi-am \
701 install-exec-am install-exec-local install-html \ 720 install-exec install-exec-am install-exec-local install-html \
702 install-html-am install-info install-info-am install-man \ 721 install-html-am install-info install-info-am install-man \
703 install-pdf install-pdf-am install-ps install-ps-am \ 722 install-pdf install-pdf-am install-ps install-ps-am \
704 install-strip installcheck installcheck-am installdirs \ 723 install-strip installcheck installcheck-am installdirs \
705 installdirs-am maintainer-clean maintainer-clean-generic \ 724 installdirs-am maintainer-clean maintainer-clean-generic \
706 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 725 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
760 cp lib/ur/*.urs $(LIB_UR)/ 779 cp lib/ur/*.urs $(LIB_UR)/
761 cp lib/ur/*.ur $(LIB_UR)/ 780 cp lib/ur/*.ur $(LIB_UR)/
762 mkdir -p $(LIB_JS) 781 mkdir -p $(LIB_JS)
763 cp lib/js/*.js $(LIB_JS)/ 782 cp lib/js/*.js $(LIB_JS)/
764 mkdir -p $(INCLUDE) 783 mkdir -p $(INCLUDE)
784 cp config.h $(INCLUDE)/
765 cp include/*.h $(INCLUDE)/ 785 cp include/*.h $(INCLUDE)/
766 mkdir -p $(SITELISP) 786 mkdir -p $(SITELISP)
767 cp src/elisp/*.el $(SITELISP)/ 787 cp src/elisp/*.el $(SITELISP)/
768 -ldconfig 788 -ldconfig
769 789