Changeset 26247 for branches/eam_branches/20091113/magic/Makefile.in
- Timestamp:
- Nov 22, 2009, 1:31:30 PM (17 years ago)
- File:
-
- 1 edited
-
branches/eam_branches/20091113/magic/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/magic/Makefile.in
r25082 r26247 32 32 REMOVE = remove/src 33 33 34 REMOVE_PROGRAMS = \ 35 $(REMOVE)/isdestreaked \ 36 $(REMOVE)/streakscompare \ 37 $(REMOVE)/streaksrelease \ 38 $(REMOVE)/streaksremove \ 39 $(REMOVE)/streaksreplace 40 41 remove: $(REMOVE_PROGRAMS) 42 43 $(REMOVE_PROGRAMS): 34 remove: FORCE 44 35 @cd $(REMOVE) && make -f Makefile.simple all 45 36 46 37 remove.install: remove 47 38 @cd $(REMOVE) && make -f Makefile.simple install 39 40 FORCE:
Note:
See TracChangeset
for help on using the changeset viewer.
