aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiff_ <spiff_@svn>2009-12-13 21:26:19 +0000
committerspiff_ <spiff_@svn>2009-12-13 21:26:19 +0000
commit0359a0ca6b89efa3ecf336acafe615730b88a631 (patch)
treec20bff7476467381a32f2241fb33c69955e33fc7
parent1e0418cfb7563db47d7d32f13a443dca009582df (diff)
fixed: properly add dependencies so make -jx works
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25656 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--xbmc/cores/paplayer/asap/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/xbmc/cores/paplayer/asap/Makefile b/xbmc/cores/paplayer/asap/Makefile
index e499d15248..efc70d7c33 100644
--- a/xbmc/cores/paplayer/asap/Makefile
+++ b/xbmc/cores/paplayer/asap/Makefile
@@ -66,7 +66,7 @@ apokeysnd.o: apokeysnd.c
../../../../system/players/paplayer/xbmc_asap-i486-linux.so: xbmc/xbmc_asap.o $(COMMON_O) $(COMMON_H)
$(CC) -shared -fPIC -o $@ -I. xbmc/xbmc_asap.o `cat $(XBMC_DLL_LOADER_EXPORTS)/wrapper.def` $(XBMC_DLL_LOADER_EXPORTS)/wrapper.o $(COMMON_O)
-players.h: mads/mads xasm/xasm files2anylang.pl $(PLAYERS_OBX)
+players.h: files2anylang.pl $(PLAYERS_OBX)
$(PERL) files2anylang.pl $(PLAYERS_OBX) >$@
mads/mads: force
@@ -75,31 +75,31 @@ mads/mads: force
xasm/xasm: force
make -C xasm
-players/cmc.obx: players/cmc.asx
+players/cmc.obx: players/cmc.asx xasm/xasm
$(XASM) -d CM3=0 -o $@ players/cmc.asx
-players/cm3.obx: players/cmc.asx
+players/cm3.obx: players/cmc.asx xasm/xasm
$(XASM) -d CM3=1 -o $@ players/cmc.asx
-players/cms.obx: players/cms.asx
+players/cms.obx: players/cms.asx xasm/xasm
$(XASM) -o $@ players/cms.asx
-players/dlt.obx: players/dlt.as8
+players/dlt.obx: players/dlt.as8 mads/mads
$(MADS) -o:$@ -c players/dlt.as8
-players/mpt.obx: players/mpt.asx
+players/mpt.obx: players/mpt.asx xasm/xasm
$(XASM) -o $@ players/mpt.asx
-players/rmt4.obx: players/rmt.asx
+players/rmt4.obx: players/rmt.asx xasm/xasm
$(XASM) -d STEREOMODE=0 -o $@ players/rmt.asx
-players/rmt8.obx: players/rmt.asx
+players/rmt8.obx: players/rmt.asx xasm/xasm
$(XASM) -d STEREOMODE=1 -o $@ players/rmt.asx
-players/tmc.obx: players/tmc.asx
+players/tmc.obx: players/tmc.asx xasm/xasm
$(XASM) -o $@ players/tmc.asx
-players/tm2.obx: players/tm2.asx
+players/tm2.obx: players/tm2.asx xasm/xasm
$(XASM) -o $@ players/tm2.asx
install: install-asap2wav install-lib