[PD-cvs] externals/grill/flext/build bmake-win-bcc.inc,NONE,1.1 config-mac.def,NONE,1.1 gnumake-mac-gcc.inc,NONE,1.1 gnumake-win-cygwin.inc,NONE,1.1 gnumake-win-mingw.inc,NONE,1.1 nmake-win-msvc.inc,NONE,1.1 makefile-win-bcc.inc,1.1,NONE makefile-win-cygwin.inc,1.1,NONE makefile-win-mingw.inc,1.1,NONE makefile-win-msvc.inc,1.1,NONE

Thomas Grill xovo at users.sourceforge.net
Tue Jan 4 05:58:54 CET 2005


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

Added Files:
	bmake-win-bcc.inc config-mac.def gnumake-mac-gcc.inc 
	gnumake-win-cygwin.inc gnumake-win-mingw.inc 
	nmake-win-msvc.inc 
Removed Files:
	makefile-win-bcc.inc makefile-win-cygwin.inc 
	makefile-win-mingw.inc makefile-win-msvc.inc 
Log Message:
updated build system - some cleanups
updated for build system
updated build system for OSX
cleanups
updated build system


--- makefile-win-bcc.inc DELETED ---

--- NEW FILE: config-mac.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: gnumake-mac-gcc.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

--- makefile-win-mingw.inc DELETED ---

--- NEW FILE: bmake-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

--- makefile-win-cygwin.inc DELETED ---

--- NEW FILE: gnumake-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

--- makefile-win-msvc.inc DELETED ---

--- NEW FILE: gnumake-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

--- NEW FILE: nmake-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





More information about the Pd-cvs mailing list