diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-05 06:05:39 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-02-05 06:05:39 +0000 |
commit | 7da1d644ff98078ad2a78d940ec991abff440b00 (patch) | |
tree | cd5942bd3be84b57228d4d978ec4753dbdc56a89 /Makefile.config | |
parent | 41faefa9874e70af29f1ad5ebc2a55f0be9a9cff (diff) |
pdp 0.8.3
svn path=/trunk/externals/pdp/; revision=382
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Makefile.config b/Makefile.config index 9aa1fcc..694b79e 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,9 +1,9 @@ # pd's directory -#PD_DIR = /home/tom/pd/distro/pd -#PDP_DIR = /home/tom/pd/packet +PD_DIR = /home/tom/pd/distro/pd +PDP_DIR = /home/tom/pd/packet -PD_DIR = /usr/local/pd -PDP_DIR = /usr/local/pdp +#PD_DIR = /usr/local/pd +#PDP_DIR = /usr/local/pdp # uncomment for philips webcam support # PDP_PWC = -DHAVE_V4LPWC @@ -16,20 +16,24 @@ PDP_TARGET = linux_mmx ################################################# -PDP_VERSION = 0.8-test-2 +PDP_VERSION = 0.8.3 PDP_DEFINES = $(PDP_PWC) # build flags +#SDL_CFLAGS := $(shell sdl-config --cflags) +#SDL_LDFLAGS := $(shell sdl-config --libs) +SDL_FLAGS = -D_REENTRANT +SDL_LDFLAGS = -lSDL PDP_INCLUDE = -I$(PD_DIR)/src -I. -I/usr/X11R6/include -I../include -PDP_LIBS = -L/usr/X11R6/lib -lX11 -lXv -lXext -lm -lquicktime -ldl +PDP_LIBS = -L/usr/X11R6/lib -lX11 -lXv -lXext -lm -lquicktime -ldl $(SDL_LDFLAGS) PDP_AFLAGS = #--gstabs PDP_CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ -Wall -W -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch $(PDP_DEFINES)\ -DPDP_VERSION=\"$(PDP_VERSION)\" \ - -g + -g $(SDL_CFLAGS) # -Wshadow # compiler and assembler |