[PD-cvs] externals/iemlib/src/iemlib1 makefile,1.4,1.5

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Mon Nov 14 19:02:33 CET 2005


Update of /cvsroot/pure-data/externals/iemlib/src/iemlib1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20406

Modified Files:
	makefile 
Log Message:
include ../../Make.include for things like the path to the pd-sources


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/src/iemlib1/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile	3 Sep 2005 08:21:17 -0000	1.4
--- makefile	14 Nov 2005 18:02:31 -0000	1.5
***************
*** 3,46 ****
  .SUFFIXES: .pd_linux
  
! INCLUDE = -I. -I/usr/local/src/pd-0.37-4/src
! 
! LDFLAGS = -export-dynamic -shared
! LIB = -ldl -lm -lpthread
! 
! #select either the DBG and OPT compiler flags below:
! 
! CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
! 	-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \
!         -DDL_OPEN -fPIC
  
! SYSTEM = $(shell uname -m)
  
  # the sources
! 
! SRC = biquad_freq_resp.c \
! 	db2v.c \
! 	f2note.c \
! 	forpp.c \
! 	gate.c \
! 	sigfilter.c \
! 	sigFIR.c \
! 	sighml_shelf.c \
! 	sigiem_cot4.c \
! 	sigiem_delay.c \
! 	sigiem_pow4.c \
! 	sigiem_sqrt4.c \
! 	siglp1_t.c \
! 	sigmov_avrg_kern.c \
! 	sigpara_bp2.c \
! 	sigpeakenv.c \
! 	sigprvu.c \
! 	sigpvu.c \
! 	sigrvu.c \
! 	sigsin_phase.c \
! 	sigvcf_filter.c \
! 	soundfile_info.c \
! 	split.c \
! 	v2db.c \
! 	iemlib1.c
  
  TARGET = iemlib1.pd_linux
--- 3,12 ----
  .SUFFIXES: .pd_linux
  
! include ../../Make.include
  
! INCLUDE = -I. -I$(PDSOURCE)
  
  # the sources
! SRC = $(sort $(filter %.c, $(wildcard *.c)))
  
  TARGET = iemlib1.pd_linux





More information about the Pd-cvs mailing list