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