aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2009-06-01 10:43:07 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2009-06-01 10:43:07 +0000
commit15a64f39e37e1066885e8fa5df89e87e1dbdbe8f (patch)
treed68f3886e81f2ac284f3201541ccdd8b335c9101
parent5969edb589ecf5306e7ac396349a64f186bb701f (diff)
adjusting makfile to compile only the correct files
svn path=/trunk/externals/nusmuk/; revision=11604
-rwxr-xr-xtab/makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/tab/makefile b/tab/makefile
index a42b931..56cce8f 100755
--- a/tab/makefile
+++ b/tab/makefile
@@ -5,7 +5,7 @@ clean: ; rm -f *.pd_linux *.o
# ----------------------- NT -----------------------
-pd_nt: tabosc4c~.dll tabosc4cloop~.dll tabread4c~.dll tabosc4h~.dll
+pd_nt: tabosc4c~.dll tabread4c~.dll tabosc4i~.dll
.SUFFIXES: .dll
@@ -26,7 +26,7 @@ PDNTLIB = $(PDNTLDIR)\libc.lib \
# ----------------------- IRIX 5.x -----------------------
-pd_irix5: tabosc4c~.pd_irix5 tabosc4cloop~.pd_irix5 tabread4c~.pd_irix5 tabosc4h~.pd_irix5
+pd_irix5: tabosc4c~.pd_irix5 tabread4c~.pd_irix5 tabosc4i~.pd_irix5
.SUFFIXES: .pd_irix5
@@ -42,7 +42,7 @@ SGIINCLUDE = -I../../../pd/src/
# ----------------------- IRIX 6.x -----------------------
-pd_irix6: tabosc4c~.pd_irix6 tabosc4cloop~.pd_irix6 tabread4c~.pd_irix6 tabosc4h~.pd_irix6
+pd_irix6: tabosc4c~.pd_irix6 tabread4c~.pd_irix6 tabosci~.pd_irix6
.SUFFIXES: .pd_irix6
@@ -57,7 +57,7 @@ SGICFLAGS6 = -n32 -DPD -DUNIX -DIRIX -DN32 -woff 1080,1064,1185 \
# ----------------------- LINUX i386 -----------------------
-pd_linux: tabosci~.pd_linux
+pd_linux: tabosci~.pd_linux tabosc4c~.pd_linux tabread4c~.pd_linux
.SUFFIXES: .pd_linux
@@ -76,7 +76,7 @@ LINUXINCLUDE = -I../../../pd/src/
# ----------------------- Mac OS X (Darwin) -----------------------
-pd_darwin: tabosc4cloop~.pd_darwin tabosc4h~.pd_darwin tabosc4c~.pd_darwin tabread4c~.pd_darwin
+pd_darwin: tabosc4c~.pd_darwin tabosc4i~.pd_darwin tabread4c~.pd_darwin
.SUFFIXES: .pd_darwin