- Timestamp:
- Jul 24, 2014, 3:19:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/Makefile
r747 r756 1 TAGS := cscope.out 2 3 all: simul.x 4 tags: $(TAGS) 5 1 6 simul.x: top.cpp top.desc 2 7 soclib-cc -P -p top.desc -I. -o simul.x 8 9 $(TAGS): top.desc 10 soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@ 3 11 4 12 clean: … … 6 14 rm -rf *.o *.x tty* term* 7 15 8 .PHONY: simul.x16 .PHONY: simul.x $(TAGS) 9 17
Note: See TracChangeset
for help on using the changeset viewer.