From 2f98cf610081a6e3c4a4aadf4411dcc89b756db2 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 10 May 2005 20:30:47 +0000 Subject: toxy alpha17 and pddp alpha1 (see notes.txt for toxy, pddp and shared) svn path=/trunk/externals/miXed/; revision=2941 --- pddp/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pddp/Makefile (limited to 'pddp/Makefile') diff --git a/pddp/Makefile b/pddp/Makefile new file mode 100644 index 0000000..b65c310 --- /dev/null +++ b/pddp/Makefile @@ -0,0 +1,10 @@ +ROOT_DIR = .. +redefault: pddpboot default + +pddpboot: $(ROOT_DIR)/bin/pddpboot.tcl \ + $(ROOT_DIR)/bin/pddpclient.tcl $(ROOT_DIR)/bin/pddpserver.tcl + +$(ROOT_DIR)/bin/%.tcl: %.tcl + cp $< $@ + +include $(ROOT_DIR)/Makefile.common -- cgit v1.2.1