[PD-cvs] externals/build/darwin makefile,1.19,1.20

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Nov 26 05:20:41 CET 2005


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

Modified Files:
	makefile 
Log Message:
updated names to be more GNU-like and easier to read

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/darwin/makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** makefile	21 Nov 2005 04:48:44 -0000	1.19
--- makefile	26 Nov 2005 04:20:39 -0000	1.20
***************
*** 3,8 ****
  
  # these are setup to be overridden by the packages/Makefile
! SRC_ROOT_DIR = $(CWD)/../../..
! INSTALL_PREFIX = build
  BUILDLAYOUT_DIR = $(CWD)/../..
  
--- 3,8 ----
  
  # these are setup to be overridden by the packages/Makefile
! cvs_root_dir = $(CWD)/../../..
! prefix = build
  BUILDLAYOUT_DIR = $(CWD)/../..
  
***************
*** 13,22 ****
  include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
  
! BUILD_SRC = $(EXTERNALS_SRC)/build/src
! BUILD_DARWIN_SRC = $(EXTERNALS_SRC)/build/darwin
  
  EXTERNALS = $(shell ls -1 $(BUILD_SRC) | grep -e '.*\.c$$')
  
! PDEXECUTABLE = $(PD_SRC)/bin/pd
  
  ## These generally need gcc-3.3
--- 13,22 ----
  include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
  
! BUILD_SRC = $(externals_src)/build/src
! BUILD_DARWIN_SRC = $(externals_src)/build/darwin
  
  EXTERNALS = $(shell ls -1 $(BUILD_SRC) | grep -e '.*\.c$$')
  
! PDEXECUTABLE = $(pd_src)/bin/pd
  
  ## These generally need gcc-3.3
***************
*** 34,38 ****
  CFLAGS = -DPD -DUNIX -DMACOSX -Dunix $(OPTIM_FLAGS) \
      -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -Wno-shadow 
! INCLUDES = -I$(PD_SRC)/src -I/sw/include
  LDFLAGS = -bundle  -bundle_loader $(PDEXECUTABLE) -L/sw/lib
  
--- 34,38 ----
  CFLAGS = -DPD -DUNIX -DMACOSX -Dunix $(OPTIM_FLAGS) \
      -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -Wno-shadow 
! INCLUDES = -I$(pd_src)/src -I/sw/include
  LDFLAGS = -bundle  -bundle_loader $(PDEXECUTABLE) -L/sw/lib
  





More information about the Pd-cvs mailing list