BINARIES=federate.sh federate.pl smbmount.FreeBSD.pl smbmount.Linux.pl \ make_hosts fed-tun.pl fed_evrepeater rc.fedaccounts \ config_from_tunnelip.pl active_config.pl combo.pl \ prep_gateway.pl port_forward.pl setup_bridge.pl import_key.pl \ gated_routing.pl start_seer.pl ospf_routing.pl LIBRARIES=gateway_lib.pm PACKAGES=libevent-1.3b.tbz openospfd-4.0.tbz fedkit.tgz: ${LIBRARIES} ${BINARIES} ${PATCHES} ${PACKAGES} mkdir -p /tmp/fedkit/local/federation/bin mkdir -p /tmp/fedkit/local/federation/lib mkdir -p /tmp/fedkit/local/federation/etc mkdir -p /tmp/fedkit/local/federation/pkg cp ${BINARIES} /tmp/fedkit/local/federation/bin cp ${LIBRARIES} /tmp/fedkit/local/federation/lib cp ${PACKAGES} /tmp/fedkit/local/federation/pkg tar czf fedkit.tgz -C /tmp/fedkit local rm -rf /tmp/fedkit clean: rm -f fedkit.tgz