root/fedkit/Makefile
| Revision dc803a7e0d75d04bb0a1aec1f88bac4810b722a6, 0.8 KB (checked in by Ted Faber <faber@…>, 2 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | BINARIES=federate.sh federate.pl smbmount.FreeBSD.pl smbmount.Linux.pl \ |
| 2 | make_hosts fed-tun.pl fed_evrepeater rc.fedaccounts \ |
| 3 | config_from_tunnelip.pl active_config.pl combo.pl \ |
| 4 | prep_gateway.pl port_forward.pl setup_bridge.pl import_key.pl \ |
| 5 | gated_routing.pl start_seer.pl ospf_routing.pl |
| 6 | |
| 7 | LIBRARIES=gateway_lib.pm |
| 8 | |
| 9 | PACKAGES=libevent-1.3b.tbz openospfd-4.0.tbz |
| 10 | |
| 11 | fedkit.tgz: ${LIBRARIES} ${BINARIES} ${PATCHES} ${PACKAGES} |
| 12 | mkdir -p /tmp/fedkit/local/federation/bin |
| 13 | mkdir -p /tmp/fedkit/local/federation/lib |
| 14 | mkdir -p /tmp/fedkit/local/federation/etc |
| 15 | mkdir -p /tmp/fedkit/local/federation/pkg |
| 16 | cp ${BINARIES} /tmp/fedkit/local/federation/bin |
| 17 | cp ${LIBRARIES} /tmp/fedkit/local/federation/lib |
| 18 | cp ${PACKAGES} /tmp/fedkit/local/federation/pkg |
| 19 | tar czf fedkit.tgz -C /tmp/fedkit local |
| 20 | rm -rf /tmp/fedkit |
| 21 | |
| 22 | clean: |
| 23 | rm -f fedkit.tgz |
Note: See TracBrowser
for help on using the browser.
