- 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
-
driver/Makefile.in
r7e91d4f r8f1b0e1 11 11 ## Created On : Sat May 16 07:50:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Sat May 16 08:34:55201514 ## Update Count : 413 ## Last Modified On : Mon May 25 22:29:20 2015 14 ## Update Count : 5 15 15 ############################################################################### 16 16 … … 24 24 DEPS:=${SRCS:.cc=.d} 25 25 26 all : cfa cc126 all : cfa cc1 27 27 28 cfa : cfa.o28 cfa : cfa.o 29 29 ${CXX} $< -o $@ 30 30 … … 32 32 ${CXX} $< -o $@ 33 33 34 install : cfa cc134 install : cfa cc1 35 35 ${INSTALL} -d @CFA_BINDIR@ 36 36 ${INSTALL} -d @CFA_LIBDIR@ … … 38 38 ${INSTALL} cfa @CFA_BINDIR@ 39 39 40 clean :40 clean : 41 41 rm -f cfa cc1 ${OBJECTS} ${DEPS} core
Note: See TracChangeset
for help on using the changeset viewer.