Changeset 0aa20e3 for libcfa/src/Makefile.am
- Timestamp:
- Jul 16, 2020, 5:30:03 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 527acfc
- Parents:
- cf48a14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
rcf48a14 r0aa20e3 100 100 101 101 prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @LOCAL_CFACC@ @CFACPP@ 102 ${AM_V_GEN}$(CFACOMPILE) -quiet -XCFA 102 ${AM_V_GEN}$(CFACOMPILE) -quiet -XCFA,-l ${<} -c -o ${@} 103 103 104 104 prelude.lo: prelude.cfa extras.cf gcc-builtins.cf builtins.cf @LOCAL_CFACC@ @CFACPP@ 105 105 ${AM_V_GEN}$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile \ 106 $(CFACOMPILE) -quiet -XCFA 106 $(CFACOMPILE) -quiet -XCFA,-l ${<} -c -o ${@} 107 107 108 108 #----------------------------------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.