Changeset 8f1b0e1 for Makefile.in
- Timestamp:
- May 26, 2015, 12:47:33 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- a77e7b5
- Parents:
- 7e91d4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r7e91d4f r8f1b0e1 38 38 $(top_srcdir)/libcfa/Makefile.in $(top_srcdir)/src/Makefile.in \ 39 39 $(top_srcdir)/src/examples/Makefile.in INSTALL TODO install-sh \ 40 missing mkinstalldirs40 missing 41 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 45 45 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 46 46 configure.lineno config.status.lineno 47 mkinstalldirs = $( SHELL) $(top_srcdir)/mkinstalldirs47 mkinstalldirs = $(install_sh) -d 48 48 CONFIG_HEADER = config.h 49 49 CONFIG_CLEAN_FILES = src/Makefile driver/Makefile libcfa/Makefile \
Note: See TracChangeset
for help on using the changeset viewer.