annotate lib/makefile @ 2474:7d70b7e1cb21
Moved net and alib files into here
author |
boisy |
date |
Tue, 30 Mar 2010 02:44:42 +0000 |
parents |
954369121d6e |
children |
131a760b4f14 |
rev |
line source |
2328
|
1 include $(NITROS9DIR)/rules.mak
|
|
2
|
2474
|
3 all: sys6809l1.l sys6809l2.l sys6309l2.l net.l alib.l
|
2328
|
4
|
|
5 sys6809l1.l: sys6809l1.a
|
|
6
|
|
7 sys6809l2.l: sys6809l2.a
|
|
8
|
|
9 sys6309l2.l: sys6309l2.a
|
|
10
|
2474
|
11 net.l: net.a
|
|
12
|
|
13 alib.l:
|
|
14 cd alib; make; cp alib.l ..
|
|
15
|
2328
|
16 clean:
|
2331
|
17 $(RM) *.l *.r
|
2474
|
18 $(RM) alib/*.r
|