Changeset ad17ba6a for Makefile.in
- Timestamp:
- Jan 26, 2015, 12:08:14 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- bdd516a
- Parents:
- 643a2e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r643a2e1 rad17ba6a 37 37 $(top_srcdir)/configure $(top_srcdir)/driver/Makefile.in \ 38 38 $(top_srcdir)/libcfa/Makefile.in \ 39 $(top_srcdir)/translator/Makefile.in AUTHORS COPYING ChangeLog \ 40 INSTALL NEWS install-sh missing mkinstalldirs 39 $(top_srcdir)/translator/Makefile.in \ 40 $(top_srcdir)/translator/examples/Makefile.in AUTHORS COPYING \ 41 ChangeLog INSTALL NEWS install-sh missing mkinstalldirs 41 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 43 am__aclocal_m4_deps = $(top_srcdir)/configure.in … … 48 49 CONFIG_HEADER = config.h 49 50 CONFIG_CLEAN_FILES = translator/Makefile driver/Makefile \ 50 libcfa/Makefile 51 libcfa/Makefile translator/examples/Makefile 51 52 CONFIG_CLEAN_VPATH_FILES = 52 53 SOURCES = … … 273 274 libcfa/Makefile: $(top_builddir)/config.status $(top_srcdir)/libcfa/Makefile.in 274 275 cd $(top_builddir) && $(SHELL) ./config.status $@ 276 translator/examples/Makefile: $(top_builddir)/config.status $(top_srcdir)/translator/examples/Makefile.in 277 cd $(top_builddir) && $(SHELL) ./config.status $@ 275 278 276 279 # This directory's subdirectories are mostly independent; you can cd
Note: See TracChangeset
for help on using the changeset viewer.