aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-14 06:03:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-14 06:03:31 +0000
commitf9f5be77646dc69989ed840e70e2b4cb452a76e5 (patch)
treec83253ebbb8783c37e197ce8b13669a790282aab /system
parent34a5c986ebab45f06258b6da12e0258ad570a67b (diff)
merged in fixes from branch-v0-39-2-extended so that it builds on Mac OS X, and works better with the Pd-extended build system
svn path=/trunk/externals/pidip/; revision=6886
Diffstat (limited to 'system')
-rw-r--r--system/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/Makefile b/system/Makefile
deleted file mode 100644
index 8dd3092..0000000
--- a/system/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-current: all_modules
-
-include ../Makefile
-PDP_PIDIP_CFLAGS += -I../../pdp/include
-
-OBJECTS = pidip.o yuv.o
-
-all_modules: $(OBJECTS)