Update of /cvsroot/pure-data/externals/miXed In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4662
Modified Files: Makefile.common Log Message: toxy alpha9
Index: Makefile.common =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/Makefile.common,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile.common 16 Mar 2004 12:13:53 -0000 1.18 --- Makefile.common 23 Mar 2004 12:07:21 -0000 1.19 *************** *** 2,7 **** PD_DIR = $(ROOT_DIR)/../../pd/src
! # FIXME ./configure should set this (or not) before "include Makefile.sources" ! TCL_LIB = -l`grep -osm1 'tcl8.[345]' $(PD_DIR)/makefile`
OS_NAME = $(shell uname -s) --- 2,10 ---- PD_DIR = $(ROOT_DIR)/../../pd/src
! # remove this restriction LATER, when TCL_LIB is ./configured ! ifeq ($(shell whoami),krzYszcz) ! # TCL_LIB should be set (or not) before "include Makefile.sources" ! TCL_LIB = -l$(shell grep -osm1 'tcl8.[345]' $(PD_DIR)/makefile) ! endif
OS_NAME = $(shell uname -s)