From 206187879825db5e19f5d933a69ba723c55f937f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 1 Jul 2008 09:56:23 +0000 Subject: update Makefile to build on Mac OS X and also build objectclasses as individual files instead of multi-class/single-file lib svn path=/trunk/externals/pdp_opencv/; revision=10128 --- Makefile.config | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Makefile.config (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config deleted file mode 100644 index 0273e28..0000000 --- a/Makefile.config +++ /dev/null @@ -1,25 +0,0 @@ -# if configure can't find the m_pd.h header -# specify pd's include path here and ignore the warning -# -OPENCV_CPPFLAGS=-I/usr/include/opencv/ -PD_CPPFLAGS=-I/usr/src/pd-0.40-2/src -PDP_CFLAGS=-I/usr/src/pdp-0.12.5-test-7/include -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -O2 -funroll-loops -fomit-frame-pointer -ffast-math -freg-struct-return -DLINUX - -prefix=/usr/local -PDP_CV_VERSION = 0.0.1 -PDP_TARGET = linux -PDP_LIBRARY_NAME = pdp_opencv.pd_linux - -PDP_CPPFLAGS = -I. -I/usr/X11R6/include -I../include -I../../include $(PD_CPPFLAGS) $(OPENCV_CPPFLAGS) -#--gstabs - -PDP_CFLAGS += -DPDP_CV_VERSION=\"$(PDP_CV_VERSION)\" - -CC = gcc - -# build rules - -.c.o: - $(CC) $(PDP_CFLAGS) $(PDP_CPPFLAGS) -o $*.o -c $*.c -.s.o: - $(AS) -o $*.o $*.s $(PDP_AFLAGS) `pkg-config --cflags --libs opencv` -- cgit v1.2.1