From ba069019909c54f3c90b7fec51c145f88cf99e3e Mon Sep 17 00:00:00 2001 From: mescalinum Date: Sat, 29 Aug 2009 18:48:03 +0000 Subject: add proxy inlet. still some unresolved TypeError, will continue the work tomorrow svn path=/trunk/externals/tclpd/; revision=12134 --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4c40052..a32339d 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ clean:: .SUFFIXES: .cxx .o -SRCS = tcl_wrap.cxx tcl_typemap.cxx tcl_class.cxx tcl_setup.cxx tcl_loader.cxx +SRCS = tcl_wrap.cxx tcl_typemap.cxx tcl_class.cxx tcl_proxyinlet.cxx tcl_setup.cxx tcl_loader.cxx OBJS = ${SRCS:.cxx=.o} tcl_wrap.cxx:: tcl.i tcl_extras.h Makefile @@ -46,5 +46,10 @@ tcl_wrap.cxx:: tcl.i tcl_extras.h Makefile .cxx.o:: tcl_extras.h Makefile $(CXX) $(CFLAGS) $(INCLUDES) -xc++ -c $< -$(LIBNAME)$(PDSUF):: tcl_extras.h Makefile $(OBJS) +$(LIBNAME)$(PDSUF):: tcl_extras.h Makefile $(OBJS) pdlib_tcl_syntax $(LDSHARED) $(CFLAGS) -o $(LIBNAME)$(PDSUF) $(OBJS) $(LDSOFLAGS) + +pdlib_tcl_syntax: pdlib.tcl + @echo -n "checking pdlib.tcl for syntax..." + @tclsh pdlib.tcl >/dev/null 2>&1 + @echo " OK" -- cgit v1.2.1