annotate 3rdparty/packages/coyota/makefile @ 1909:323e7751c250

Updated
author boisy
date Wed, 09 Nov 2005 00:06:50 +0000
parents 695f74930c6f
children e9acf0137c44
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
695f74930c6f Start of Coyota software
boisy
parents:
diff changeset
4 LFLAGS += -y -l=$(HOME)/Projects/c3/lib/rmalib/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:
695f74930c6f Start of Coyota software
boisy
parents:
diff changeset
10 $(RM) $(RFILES) $(TARGET)