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 |
|
|
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 |
|
|