source:
trunk/include/Makefile@
10366
Last change on this file since 10366 was 9876, checked in by , 23 years ago | |
---|---|
File size: 283 bytes |
Line | |
---|---|
1 | # $Id: Makefile,v 1.3 2003-02-28 10:28:09 sandervl Exp $ |
2 | |
3 | |
4 | # |
5 | # Include makefile. |
6 | # |
7 | !include ..\makefile.inc |
8 | |
9 | _all: all |
10 | $(COMMONRULES:dep=): |
11 | @echo Nothing to do for $@ |
12 | |
13 | dep: |
14 | $(DEPEND) $(CINCLUDES) *.h *.asm *.inc win\*.h win\*.asm win\*.inc |
15 | |
16 | cleanall clean: |
17 | $(RM) .depend |
Note:
See TracBrowser
for help on using the repository browser.