Changeset ad17ba6a for translator/examples/Makefile.in
- Timestamp:
- Jan 26, 2015, 12:08:14 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:
- bdd516a
- Parents:
- 643a2e1
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
translator/examples/Makefile.in
r643a2e1 rad17ba6a 1 CC =../../bin/cfa2 CFLAGS = -g -W unused-function -MD1 CC := @CFA_BINDIR@/cfa 2 CFLAGS = -g -Wall -Wunused-function -MMD 3 3 MAKEFILE_NAME = ${firstword ${MAKEFILE_LIST}} # makefile name 4 4 … … 31 31 clean : # remove files that can be regenerated 32 32 rm -f ${DEPENDS} ${OBJECTS} ${EXECS} *.class 33 34 distclean : clean
Note: See TracChangeset
for help on using the changeset viewer.