Changeset 4332 for trunk/tools/wrc/makefile.os2
- Timestamp:
- Sep 28, 2000, 5:06:28 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wrc/makefile.os2
r3476 r4332 1 # $Id: makefile.os2,v 1.1 0 2000-05-02 14:33:04bird Exp $1 # $Id: makefile.os2,v 1.11 2000-09-28 03:06:28 bird Exp $ 2 2 3 3 … … 57 57 *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h *.c *.cpp -objo *.c *.cpp 58 58 59 !ifndef NODEP60 !include .depend61 !endif62 63 59 64 60 clean: … … 66 62 # $(RM) y.tab.c y.tab.h lexyy.c *.o *.exe 67 63 64 # 65 # Include the .depend file. 66 # If the depend file don't exists we'll complain about it. 67 # 68 !ifndef NODEP 69 ! if [$(EXISTS) .depend] == 0 70 ! include .depend 71 ! else 72 ! if [$(ECHO) .depend doesn't exist] 73 ! endif 74 ! endif 75 !endif 76
Note:
See TracChangeset
for help on using the changeset viewer.