Changeset 8617 for trunk/include
- Timestamp:
- Jun 9, 2002, 5:07:00 PM (23 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin32.post.vac3.mk
r8236 r8617 1 # $Id: odin32.post.vac3.mk,v 1.2 7 2002-04-11 21:23:57bird Exp $1 # $Id: odin32.post.vac3.mk,v 1.28 2002-06-09 15:07:00 bird Exp $ 2 2 3 3 # … … 338 338 dep: dep_internal $(ADDITIONAL_DEP) 339 339 dep_internal: 340 $(DEPEND) $(CINCLUDES) *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc340 $(DEPEND) $(CINCLUDES) -xdummy.c *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc 341 341 !ifdef SUBDIRS 342 342 @$(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) dep -
trunk/include/odin32.post.wat.mk
r7853 r8617 1 # $Id: odin32.post.wat.mk,v 1. 19 2002-02-09 17:26:36 sandervlExp $1 # $Id: odin32.post.wat.mk,v 1.20 2002-06-09 15:07:00 bird Exp $ 2 2 3 3 # … … 305 305 dep: dep_internal $(ADDITIONAL_DEP) .SYMBOLIC 306 306 dep_internal: .SYMBOLIC 307 $(DEPEND) $(CINCLUDES) *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc307 $(DEPEND) $(CINCLUDES) -xdummy.c *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc 308 308 !ifdef SUBDIRS 309 309 @$(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) dep -
trunk/include/odin32.post.watn.mk
r7853 r8617 1 # $Id: odin32.post.watn.mk,v 1. 3 2002-02-09 17:26:36 sandervlExp $1 # $Id: odin32.post.watn.mk,v 1.4 2002-06-09 15:07:00 bird Exp $ 2 2 3 3 # … … 306 306 dep: dep_internal $(ADDITIONAL_DEP) 307 307 dep_internal: 308 $(DEPEND) $(CINCLUDES) *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc308 $(DEPEND) $(CINCLUDES) -xdummy.c *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc 309 309 !ifdef SUBDIRS 310 310 @$(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) dep
Note:
See TracChangeset
for help on using the changeset viewer.