Changeset 6753 for branches/refactor/AISC_MKPTPS/Makefile
- Timestamp:
- 03/09/10 22:37:23 (21 months ago)
- Files:
-
- 1 modified
-
branches/refactor/AISC_MKPTPS/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/refactor/AISC_MKPTPS/Makefile
r6526 r6753 12 12 13 13 .cxx.o: 14 $(CPP) $(cflags) -c $< $( POST_COMPILE)14 $(CPP) $(cflags) -c $< $(CPPINCLUDES) $(POST_COMPILE) 15 15 16 16 clean:
