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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2328
cfb7dcf4322c added lib
boisy
parents:
diff changeset
1 include $(NITROS9DIR)/rules.mak
cfb7dcf4322c added lib
boisy
parents:
diff changeset
2
2474
7d70b7e1cb21 Moved net and alib files into here
boisy
parents: 2331
diff changeset
3 all: sys6809l1.l sys6809l2.l sys6309l2.l net.l alib.l
2328
cfb7dcf4322c added lib
boisy
parents:
diff changeset
4
cfb7dcf4322c added lib
boisy
parents:
diff changeset
5 sys6809l1.l: sys6809l1.a
cfb7dcf4322c added lib
boisy
parents:
diff changeset
6
cfb7dcf4322c added lib
boisy
parents:
diff changeset
7 sys6809l2.l: sys6809l2.a
cfb7dcf4322c added lib
boisy
parents:
diff changeset
8
cfb7dcf4322c added lib
boisy
parents:
diff changeset
9 sys6309l2.l: sys6309l2.a
cfb7dcf4322c added lib
boisy
parents:
diff changeset
10
2474
7d70b7e1cb21 Moved net and alib files into here
boisy
parents: 2331
diff changeset
11 net.l: net.a
7d70b7e1cb21 Moved net and alib files into here
boisy
parents: 2331
diff changeset
12
7d70b7e1cb21 Moved net and alib files into here
boisy
parents: 2331
diff changeset
13 alib.l:
7d70b7e1cb21 Moved net and alib files into here
boisy
parents: 2331
diff changeset
14 cd alib; make; cp alib.l ..
7d70b7e1cb21 Moved net and alib files into here
boisy
parents: 2331
diff changeset
15
2328
cfb7dcf4322c added lib
boisy
parents:
diff changeset
16 clean:
2331
954369121d6e Updated
boisy
parents: 2329
diff changeset
17 $(RM) *.l *.r
2474
7d70b7e1cb21 Moved net and alib files into here
boisy
parents: 2331
diff changeset
18 $(RM) alib/*.r