Changeset 0aa20e3 for libcfa/src/Makefile.in
- 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.in
rcf48a14 r0aa20e3 984 984 985 985 prelude.o : prelude.cfa extras.cf gcc-builtins.cf builtins.cf @LOCAL_CFACC@ @CFACPP@ 986 ${AM_V_GEN}$(CFACOMPILE) -quiet -XCFA 986 ${AM_V_GEN}$(CFACOMPILE) -quiet -XCFA,-l ${<} -c -o ${@} 987 987 988 988 prelude.lo: prelude.cfa extras.cf gcc-builtins.cf builtins.cf @LOCAL_CFACC@ @CFACPP@ 989 989 ${AM_V_GEN}$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile \ 990 $(CFACOMPILE) -quiet -XCFA 990 $(CFACOMPILE) -quiet -XCFA,-l ${<} -c -o ${@} 991 991 992 992 #----------------------------------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.