annotate 3rdparty/drivers/tccc/makefile @ 2719:2fda91bdc268 lwtools-port

added httpd
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 26 Jul 2012 11:01:43 -0500
parents 53c50c807d55
children e4a0f58a5f9b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 82
diff changeset
1 include ../../../rules.mak
82
d76cc2119c4f Bob Brose's driver for TC^3 Controller -- Thanks Bob!
boisy
parents:
diff changeset
2
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 82
diff changeset
3 DEPENDS = ./makefile
82
d76cc2119c4f Bob Brose's driver for TC^3 Controller -- Thanks Bob!
boisy
parents:
diff changeset
4 DRVRS = tccchd.dr
d76cc2119c4f Bob Brose's driver for TC^3 Controller -- Thanks Bob!
boisy
parents:
diff changeset
5 DESCS = h4.dd
d76cc2119c4f Bob Brose's driver for TC^3 Controller -- Thanks Bob!
boisy
parents:
diff changeset
6 ALLOBJS = $(DRVRS) $(DESCS)
d76cc2119c4f Bob Brose's driver for TC^3 Controller -- Thanks Bob!
boisy
parents:
diff changeset
7
d76cc2119c4f Bob Brose's driver for TC^3 Controller -- Thanks Bob!
boisy
parents:
diff changeset
8 all: $(ALLOBJS) $(DEPENDS)
d76cc2119c4f Bob Brose's driver for TC^3 Controller -- Thanks Bob!
boisy
parents:
diff changeset
9
d76cc2119c4f Bob Brose's driver for TC^3 Controller -- Thanks Bob!
boisy
parents:
diff changeset
10 clean:
d76cc2119c4f Bob Brose's driver for TC^3 Controller -- Thanks Bob!
boisy
parents:
diff changeset
11 $(RM) $(ALLOBJS)
d76cc2119c4f Bob Brose's driver for TC^3 Controller -- Thanks Bob!
boisy
parents:
diff changeset
12