annotate 3rdparty/packages/coyota/makefile @ 2335:e9acf0137c44

Updated rules.mak
author boisy
date Wed, 13 Jan 2010 14:54:43 +0000
parents 323e7751c250
children e4a0f58a5f9b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1908
695f74930c6f Start of Coyota software
boisy
parents:
diff changeset
1 include $(NITROS9DIR)/rules.mak
695f74930c6f Start of Coyota software
boisy
parents:
diff changeset
2
695f74930c6f Start of Coyota software
boisy
parents:
diff changeset
3 TARGET = coyota
2335
e9acf0137c44 Updated rules.mak
boisy
parents: 1909
diff changeset
4 LFLAGS += -y -l=$(NITROS9DIR)/3rdparty/libs/alib/alib.l
1909
323e7751c250 Updated
boisy
parents: 1908
diff changeset
5 RFILES = coyota.r instrument.r dashboard.r bin_dec32.r
1908
695f74930c6f Start of Coyota software
boisy
parents:
diff changeset
6
695f74930c6f Start of Coyota software
boisy
parents:
diff changeset
7 $(TARGET): $(RFILES)
695f74930c6f Start of Coyota software
boisy
parents:
diff changeset
8
695f74930c6f Start of Coyota software
boisy
parents:
diff changeset
9 clean:
2335
e9acf0137c44 Updated rules.mak
boisy
parents: 1909
diff changeset
10 $(RM) $(RFILES) $(TARGET)