source: fedkit/Makefile @ 8d4e4fb

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

Add support for parameters via files in a standard emulab location

Also moved combo_active.pl to combo.pl and added support for passive gateways.

  • Property mode set to 100644
File size: 612 bytes
RevLine 
[9c166cf]1BINARIES=federate.sh 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 \
[2edec46]4         prep_gateway.pl port_forward.pl setup_bridge.pl
5
6LIBRARIES=gateway_lib.pm
[01308c9]7
[8d4e4fb]8fedkit.tgz:     ${LIBRARIES} ${BINARIES} ${PATCHES}
[01308c9]9        mkdir -p /tmp/fedkit/local/federation/bin
[2edec46]10        mkdir -p /tmp/fedkit/local/federation/lib
[01308c9]11        mkdir -p /tmp/fedkit/local/federation/etc
12        cp ${BINARIES} /tmp/fedkit/local/federation/bin
[2edec46]13        cp ${LIBRARIES} /tmp/fedkit/local/federation/lib
[01308c9]14        tar czf fedkit.tgz -C /tmp/fedkit local
[9c166cf]15        rm -rf /tmp/fedkit
16
17clean:
18        rm -f fedkit.tgz
Note: See TracBrowser for help on using the repository browser.