Changeset 26870 for branches/eam_branches/20091201/magic/Makefile
- Timestamp:
- Feb 10, 2010, 4:13:14 PM (16 years ago)
- File:
-
- 1 edited
-
branches/eam_branches/20091201/magic/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/magic/Makefile
r26810 r26870 2 2 default: all 3 3 4 all: ssa-core-cpp magic remove 4 all: ssa-core-cpp magic remove verify 5 5 6 install: magic.install remove.install 6 install: magic.install remove.install verify.install 7 7 8 8 clean: 9 9 if [ -d magic ]; then (cd magic && make -f Makefile.magic clean); fi 10 10 if [ -d ssa-core-cpp ]; then (cd ssa-core-cpp && make clean); fi 11 cd $(REMOVE) && make -f Makefile.simple clean12 11 13 12 update:
Note:
See TracChangeset
for help on using the changeset viewer.
