Changeset 26890 for trunk/magic/Makefile
- Timestamp:
- Feb 10, 2010, 7:22:24 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/magic/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/Makefile
r26442 r26890 2 2 default: all 3 3 4 all: ssa-core-cpp magic 4 all: ssa-core-cpp magic verify 5 5 6 install: magic.install 6 install: magic.install verify.install 7 7 8 8 clean: … … 15 15 tar xvzf ~/ssa-core-cpp.tgz 16 16 cp Makefile.magic magic/Makefile.magic 17 cp magic/VerifyStreaks/main.cpp verify/VerifyStreaks.cpp 17 18 18 19 ssa-core-cpp: ssa-core-cpp/build/libSSA.a … … 29 30 if [ -d magic ]; then (cd magic && make -f Makefile.magic install); fi 30 31 32 update.verify: 33 cp magic/VerifyStreaks/main.cpp verify/VerifyStreaks.cpp 34 35 verify: verify/VerifyStreaks 36 37 verify/VerifyStreaks: 38 if [ -d magic ]; then (cd verify && make); fi 39 40 verify.install: 41 if [ -d magic ]; then (cd verify && make install); fi 42 43 # REMOVE = remove/src 44 # 45 # remove: FORCE 46 # @cd $(REMOVE) && make -f Makefile.simple all 47 # 48 # remove.install: remove 49 # @cd $(REMOVE) && make -f Makefile.simple install 50 31 51 FORCE:
Note:
See TracChangeset
for help on using the changeset viewer.
