Changeset c5cb6130
- Timestamp:
- Dec 6, 2016, 1:51:35 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- e4745d7a
- Parents:
- d7bcbf5
- Location:
- src/libcfa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.am
rd7bcbf5 rc5cb6130 73 73 74 74 concurrency/invoke.o : concurrency/invoke.c 75 $(AM_V_CC) @BACKEND_CC@ ${EXTRA_FLAGS} -c -o $@ $<75 $(AM_V_CC) @BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. ${EXTRA_FLAGS} -c -o $@ $< 76 76 77 77 ${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp ${cfalib_DATA} # add dependency to cfa-cpp so all libraries are rebuilt with new translator -
src/libcfa/Makefile.in
rd7bcbf5 rc5cb6130 690 690 691 691 concurrency/invoke.o : concurrency/invoke.c 692 $(AM_V_CC) @BACKEND_CC@ ${EXTRA_FLAGS} -c -o $@ $<692 $(AM_V_CC) @BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. ${EXTRA_FLAGS} -c -o $@ $< 693 693 694 694 ${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp ${cfalib_DATA} # add dependency to cfa-cpp so all libraries are rebuilt with new translator
Note: See TracChangeset
for help on using the changeset viewer.