source: fedkit/Makefile @ 9b3627e

axis_examplecompt_changesinfo-opsversion-3.01version-3.02
Last change on this file since 9b3627e was 9b3627e, checked in by Ted Faber <faber@…>, 14 years ago

SEER support

  • Property mode set to 100644
File size: 677 bytes
RevLine 
[c0a8738]1BINARIES=federate.sh federate.pl smbmount.FreeBSD.pl smbmount.Linux.pl \
[4702322]2         make_hosts fed-tun.pl fed_evrepeater rc.fedaccounts \
[8d4e4fb]3         config_from_tunnelip.pl active_config.pl combo.pl \
[0b66338]4         prep_gateway.pl port_forward.pl setup_bridge.pl import_key.pl \
[9b3627e]5         protogeni_routing.pl start_seer.pl
[2edec46]6
7LIBRARIES=gateway_lib.pm
[01308c9]8
[8d4e4fb]9fedkit.tgz:     ${LIBRARIES} ${BINARIES} ${PATCHES}
[01308c9]10        mkdir -p /tmp/fedkit/local/federation/bin
[2edec46]11        mkdir -p /tmp/fedkit/local/federation/lib
[01308c9]12        mkdir -p /tmp/fedkit/local/federation/etc
13        cp ${BINARIES} /tmp/fedkit/local/federation/bin
[2edec46]14        cp ${LIBRARIES} /tmp/fedkit/local/federation/lib
[01308c9]15        tar czf fedkit.tgz -C /tmp/fedkit local
[9c166cf]16        rm -rf /tmp/fedkit
17
18clean:
19        rm -f fedkit.tgz
Note: See TracBrowser for help on using the repository browser.