source:
trunk/makefile@
41
| Last change on this file since 41 was 15, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 339 bytes | |
| Rev | Line | |
|---|---|---|
| [15] | 1 | # makefile |
| [2] | 2 | |
| [15] | 3 | BASE = fm3 |
| [2] | 4 | |
| [15] | 5 | !INCLUDE makefile_pre.mk |
| [2] | 6 | |
| [15] | 7 | ALL: DLL $(BASE) MAK |
| [2] | 8 | |
| [15] | 9 | DLL: |
| 10 | cd dll | |
| 11 | $(MAKE) /nologo $(MAKEFLAGS) | |
| 12 | cd .. | |
| [2] | 13 | |
| [15] | 14 | $(BASE): $(BASE).EXE \ |
| 15 | $(BASE).res | |
| [2] | 16 | |
| [15] | 17 | $(BASE).res: $(BASE).rc \ |
| 18 | $(BASE).h | |
| [2] | 19 | |
| [15] | 20 | $(BASE).obj: $(BASE).c \ |
| 21 | $(BASE).h dll\version.h | |
| [2] | 22 | |
| [15] | 23 | MAK: *.MAK |
| 24 | !$(MAKE) /NOLOGO /f $? | |
| [2] | 25 | |
| [15] | 26 | |
| 27 | !INCLUDE makefile_post.mk | |
| 28 | ||
| 29 | # The end |
Note:
See TracBrowser
for help on using the repository browser.
