Changeset 902
- Timestamp:
- Jun 30, 2003, 12:27:02 AM (18 years ago)
- Location:
- to-imperative/trunk/samples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/samples/Box/Makefile
r884 r902 14 14 tests:: $(TESTS) 15 15 16 %.hh: %.rfi17 $(RFPC) $<18 19 16 -include $(DEPS) -
to-imperative/trunk/samples/samples.mk
r842 r902 24 24 %.cc: %.rf $(RFPC) 25 25 $(RFPC) -cc $< 26 27 %.hh: %.rfi 28 $(RFPC) $< 26 29 27 30 %.o: %.cc %.rf
Note: See TracChangeset
for help on using the changeset viewer.