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

Comparing GNUmakefile (file contents):
Revision 23 by douglas, 2008-02-08T07:13:30-08:00 vs.
Revision 47 by douglas, 2008-03-07T03:08:31-08:00

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines