Revision: | 23 |
Committed: | 2008-02-08T07:13:30-08:00 (17 years, 4 months ago) by douglas |
File size: | 220 byte(s) |
Log Message: | More improvements; modularization! |
# | Content |
---|---|
1 | # GPS |
2 | # |
3 | # Douglas Thrift |
4 | # |
5 | # $Id$ |
6 | |
7 | common := ../Common |
8 | gps := . |
9 | |
10 | include $(common)/common.mk |
11 | include $(gps)/GPS.mk |
12 | |
13 | .PHONY: all clean |
14 | |
15 | all: libGPS.a |
16 | |
17 | libGPS.a: GPS.o |
18 | |
19 | -include *.d |
20 | |
21 | $(eval $(call clean,libGPS.a *.d *.o)) |
Name | Value |
---|---|
svn:keywords | Id |