blob: b65c31061a7fa412181307e183f89131082fa8e5 (
plain)
1
2
3
4
5
6
7
8
9
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
|