aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile17
-rw-r--r--imagegrid/imagegrid.libs1
-rw-r--r--pdp_frei0r/pdp_frei0r-help.pd (renamed from pdp_frei0r/help_pdp_frei0r.pd)0
-rw-r--r--pix_preview/pix_preview.cc (renamed from pix_preview/pix_preview.cpp)0
-rw-r--r--videogrid/videogrid.cpp4
-rw-r--r--videogrid/videogrid.libs1
6 files changed, 21 insertions, 2 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2b8688b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,17 @@
+TARGET := $(shell pwd | sed 's|.*/\(.*\)$$|\1|')
+EXTERNALS_ROOT := $(shell pwd | sed 's|^\(/.*externals\).*|\1|')
+
+default:
+ make -C $(EXTERNALS_ROOT) $(TARGET)
+
+install:
+ make -C $(EXTERNALS_ROOT) $(TARGET)_install
+
+clean:
+ make -C $(EXTERNALS_ROOT) $(TARGET)_clean
+
+test_locations:
+ make -C $(EXTERNALS_ROOT) test_locations
+
+etags:
+ etags *.[ch] ~/code/pure-data/trunk/pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h
diff --git a/imagegrid/imagegrid.libs b/imagegrid/imagegrid.libs
new file mode 100644
index 0000000..7c8909b
--- /dev/null
+++ b/imagegrid/imagegrid.libs
@@ -0,0 +1 @@
+-lMagick -lWand
diff --git a/pdp_frei0r/help_pdp_frei0r.pd b/pdp_frei0r/pdp_frei0r-help.pd
index 42c82d5..42c82d5 100644
--- a/pdp_frei0r/help_pdp_frei0r.pd
+++ b/pdp_frei0r/pdp_frei0r-help.pd
diff --git a/pix_preview/pix_preview.cpp b/pix_preview/pix_preview.cc
index b759460..b759460 100644
--- a/pix_preview/pix_preview.cpp
+++ b/pix_preview/pix_preview.cc
diff --git a/videogrid/videogrid.cpp b/videogrid/videogrid.cpp
index 98c770c..37203e4 100644
--- a/videogrid/videogrid.cpp
+++ b/videogrid/videogrid.cpp
@@ -34,8 +34,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "pthread.h"
/*ffmpeg includes*/
-#include <avcodec.h>
-#include <avformat.h>
+#include <ffmpeg/avcodec.h>
+#include <ffmpeg/avformat.h>
/*libquicktime includes*/
//#include <quicktime/lqt.h>
diff --git a/videogrid/videogrid.libs b/videogrid/videogrid.libs
new file mode 100644
index 0000000..1662ffd
--- /dev/null
+++ b/videogrid/videogrid.libs
@@ -0,0 +1 @@
+-lavcodec -lavformat -lavutil -lquicktime