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