[PD-cvs] externals/grill/flext/build config-lnx.def,NONE,1.1 config-win.def,NONE,1.1 makefile-win-bcc.inc,NONE,1.1 makefile-win-cygwin.inc,NONE,1.1 makefile-win-mingw.inc,NONE,1.1 makefile-win-msvc.inc,NONE,1.1 bmake-sub.mak,1.1,NONE bmake.mak,1.2,NONE build-bcc.bat,1.1,NONE build-cygwin.sh,1.1,NONE build-gcc.sh,1.1,NONE build-mingw.bat,1.1,NONE build-msvc.bat,1.1,NONE gnumake-sub.mak,1.1,NONE gnumake.mak,1.2,NONE nmake-sub.mak,1.1,NONE nmake.mak,1.2,NONE

Thomas Grill xovo at users.sourceforge.net
Mon Dec 20 06:06:18 CET 2004


Update of /cvsroot/pure-data/externals/grill/flext/build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16508/build

Added Files:
	config-lnx.def config-win.def makefile-win-bcc.inc 
	makefile-win-cygwin.inc makefile-win-mingw.inc 
	makefile-win-msvc.inc 
Removed Files:
	bmake-sub.mak bmake.mak build-bcc.bat build-cygwin.sh 
	build-gcc.sh build-mingw.bat build-msvc.bat gnumake-sub.mak 
	gnumake.mak nmake-sub.mak nmake.mak 
Log Message:
simplified make system
updated make system for BCC
updated make system
updated build system


--- NEW FILE: makefile-win-bcc.inc ---
!ifdef SNDOBJ
SRCS=$(SRCS) $(SRCS_SNDOBJ)
HDRS=$(HDRS) $(HDRS_SNDOBJ)
INCPATH=$(INCPATH) /I$(SNDOBJ)\include
LIBS=$(LIBS) $(SNDOBJ)\lib\sndobj.lib
!endif

!ifdef STK
SRCS=$(SRCS) $(SRCS_STK)
HDRS=$(HDRS) $(HDRS_STK)
INCPATH=$(INCPATH) /I$(STK)\include
LIBS=$(LIBS) $(STK)\lib\stk.lib
!endif

--- build-bcc.bat DELETED ---

--- NEW FILE: config-lnx.def ---
# where is the STK installation?
# (uncomment the line with # to disable STK support)
#STK=/usr/local/lib/stk

# where is the Sndobjs installation?
# (uncomment the line with # to disable SNDOBJ support)
#SNDOBJ=/usr/local/lib/sndobj

--- NEW FILE: makefile-win-mingw.inc ---
ifdef SNDOBJ
SRCS+=$(SRCS_SNDOBJ)
HDRS+=$(HDRS_SNDOBJ)
INCPATH+=-I$(SNDOBJ)
LIBS+=-lsndobj
endif

ifdef STK
SRCS+=$(SRCS_STK)
HDRS+=$(HDRS_STK)
INCPATH+=-I$(STK)
LIBS+=-lstk
endif

--- build-cygwin.sh DELETED ---

--- gnumake-sub.mak DELETED ---

--- bmake.mak DELETED ---

--- NEW FILE: makefile-win-msvc.inc ---
!ifdef SNDOBJ
SRCS=$(SRCS) $(SRCS_SNDOBJ)
HDRS=$(HDRS) $(HDRS_SNDOBJ)
INCPATH=$(INCPATH) /I$(SNDOBJ)\include
LIBS=$(LIBS) $(SNDOBJ)\lib\sndobj.lib
!endif

!ifdef STK
SRCS=$(SRCS) $(SRCS_STK)
HDRS=$(HDRS) $(HDRS_STK)
INCPATH=$(INCPATH) /I$(STK)\include
LIBS=$(LIBS) $(STK)\lib\stk.lib
!endif

--- build-mingw.bat DELETED ---

--- bmake-sub.mak DELETED ---

--- build-msvc.bat DELETED ---

--- nmake-sub.mak DELETED ---

--- NEW FILE: config-win.def ---
# where is the STK installation?
# (uncomment the line with # to disable STK support)
#STK=c:\data\prog\audio\stk

# where is the Sndobjs installation?
# (uncomment the line with # to disable SNDOBJ support)
#SNDOBJ=c:\data\prog\audio\sndobj

--- NEW FILE: makefile-win-cygwin.inc ---
ifdef SNDOBJ
SRCS+=$(SRCS_SNDOBJ)
HDRS+=$(HDRS_SNDOBJ)
INCPATH+=-I$(SNDOBJ)
LIBS+=-lsndobj
endif

ifdef STK
SRCS+=$(SRCS_STK)
HDRS+=$(HDRS_STK)
INCPATH+=-I$(STK)
LIBS+=-lstk
endif

--- gnumake.mak DELETED ---

--- build-gcc.sh DELETED ---

--- nmake.mak DELETED ---





More information about the Pd-cvs mailing list