aboutsummaryrefslogtreecommitdiff
path: root/scaf/Makefile.config
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-02-28 09:57:32 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-02-28 09:57:32 +0000
commitfa3fa16330b07b13c8d11f1c83f090c328247547 (patch)
tree14920edb0f4248cd8f0953caa88644498ff12602 /scaf/Makefile.config
parent240da8f9db69b36778b5bc90701968935ff82413 (diff)
pdp scaf
svn path=/trunk/externals/pdp/; revision=443
Diffstat (limited to 'scaf/Makefile.config')
-rw-r--r--scaf/Makefile.config34
1 files changed, 0 insertions, 34 deletions
diff --git a/scaf/Makefile.config b/scaf/Makefile.config
deleted file mode 100644
index c41fd37..0000000
--- a/scaf/Makefile.config
+++ /dev/null
@@ -1,34 +0,0 @@
-# pd's directory
-PD_DIR = /home/tom/pd/distro/pd
-PDP_DIR = /home/tom/pd/packet
-
-#PD_DIR = /usr/local/pd
-#PDP_DIR = /usr/local/pdp
-
-SCAF_DIR = $(PDP_DIR)/scaf
-
-
-
-
-# build flags
-
-PDP_CA_INCLUDE = -I$(PD_DIR)/src -I$(PDP_DIR)/include -I$(SCAF_DIR)/include
-PDP_CA_LIBS = -ldl
-PDP_CA_AFLAGS =
-#--gstabs
-PDP_CA_CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \
- -Wall -W -Wstrict-prototypes -Werror \
- -Wno-unused -Wno-parentheses -Wno-switch -g
-# -Wshadow
-
-# compiler and assembler
-#CC = gcc-3.2
-CC = gcc
-AS = as
-
-# build rules
-
-.c.o:
- $(CC) $(PDP_CA_CFLAGS) $(PDP_CA_INCLUDE) -o $*.o -c $*.c
-.s.o:
- $(AS) -o $*.o $*.s $(PDP_CA_AFLAGS)