annotate 3rdparty/subrtns/makefile @ 24:01a6e267aa38
Added the Basic09 Reference Manual
author |
roug |
date |
Sat, 06 Apr 2002 13:34:58 +0000 |
parents |
6641a883d6b0 |
children |
9d5be3fe8ebb |
rev |
line source |
0
|
1 include ../../Makefile.rules
|
|
2
|
|
3 DEPENDS = ./Makefile
|
|
4
|
|
5 CMDS = hires joystk
|
|
6
|
|
7 ALLOBJS = $(CMDS)
|
|
8
|
|
9 all: $(ALLOBJS) $(DEPENDS)
|
|
10 @$(ECHO) "*********************************************"
|
|
11 @$(ECHO) "* *"
|
|
12 @$(ECHO) "* 3rd Party Subroutine Modules *"
|
|
13 @$(ECHO) "* *"
|
|
14 @$(ECHO) "*********************************************"
|
|
15
|
|
16
|
|
17 clean:
|
|
18 $(RM) $(ALLOBJS)
|
|
19
|