ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/truck/GNUmakefile
(Generate patch)

Comparing GNUmakefile (file contents):
Revision 22 by douglas, 2008-02-08T06:19:12-08:00 vs.
Revision 23 by douglas, 2008-02-08T07:13:30-08:00

# Line 8 | Line 8 | common := Common
8  
9   include $(common)/common.mk
10  
11 < targets := $(common) Audacious DashInterface SteeringWheelRemote
11 > targets := $(common) Audacious DashInterface GPS SteeringWheelRemote
12   all := $(patsubst %, all-%, $(targets))
13   clean := $(patsubst %, clean-%, $(targets))
14  
# Line 25 | Line 25 | $(foreach target,$(targets),$(eval $(cal
25  
26   all-SteeringWheelRemote: all-Common all-Audacious
27  
28 < all-DashInterface: all-Common all-Audacious
28 > all-DashInterface: all-Common all-Audacious all-GPS
29  
30   clean: $(clean)
31  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines