Eric Andersen | 85208e2 | 2002-04-12 12:05:57 +0000 | [diff] [blame] | 1 | # Makefile for busybox |
| 2 | # |
Eric Andersen | cb81e64 | 2003-07-14 21:21:08 +0000 | [diff] [blame] | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
Eric Andersen | 85208e2 | 2002-04-12 12:05:57 +0000 | [diff] [blame] | 4 | # |
| 5 | # This program is free software; you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU General Public License as published by |
| 7 | # the Free Software Foundation; either version 2 of the License, or |
| 8 | # (at your option) any later version. |
| 9 | # |
| 10 | # This program is distributed in the hope that it will be useful, |
| 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 13 | # General Public License for more details. |
| 14 | # |
| 15 | # You should have received a copy of the GNU General Public License |
| 16 | # along with this program; if not, write to the Free Software |
| 17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 18 | # |
| 19 | |
| 20 | NETWORKING_AR:=networking.a |
| 21 | ifndef $(NETWORKING_DIR) |
| 22 | NETWORKING_DIR:=$(TOPDIR)networking/ |
| 23 | endif |
| 24 | |
| 25 | NETWORKING-y:= |
Glenn L McGrath | 9e59841 | 2003-01-09 10:06:01 +0000 | [diff] [blame] | 26 | NETWORKING-$(CONFIG_ARPING) += arping.o |
Glenn L McGrath | 02d7cbf | 2002-12-13 02:43:50 +0000 | [diff] [blame] | 27 | NETWORKING-$(CONFIG_FTPGET) += ftpgetput.o |
| 28 | NETWORKING-$(CONFIG_FTPPUT) += ftpgetput.o |
Glenn L McGrath | f112daa | 2002-12-01 23:04:06 +0000 | [diff] [blame] | 29 | NETWORKING-$(CONFIG_HOSTNAME) += hostname.o |
Glenn L McGrath | 58c708a | 2003-01-05 04:01:56 +0000 | [diff] [blame] | 30 | NETWORKING-$(CONFIG_HTTPD) += httpd.o |
Glenn L McGrath | f112daa | 2002-12-01 23:04:06 +0000 | [diff] [blame] | 31 | NETWORKING-$(CONFIG_IFCONFIG) += ifconfig.o |
| 32 | NETWORKING-$(CONFIG_IFUPDOWN) += ifupdown.o |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 33 | NETWORKING-$(CONFIG_INETD) += inetd.o |
Glenn L McGrath | f112daa | 2002-12-01 23:04:06 +0000 | [diff] [blame] | 34 | NETWORKING-$(CONFIG_IP) += ip.o |
| 35 | NETWORKING-$(CONFIG_IPCALC) += ipcalc.o |
| 36 | NETWORKING-$(CONFIG_IPADDR) += ipaddr.o |
| 37 | NETWORKING-$(CONFIG_IPLINK) += iplink.o |
| 38 | NETWORKING-$(CONFIG_IPROUTE) += iproute.o |
| 39 | NETWORKING-$(CONFIG_IPTUNNEL) += iptunnel.o |
Glenn L McGrath | f03c933 | 2002-12-13 00:01:44 +0000 | [diff] [blame] | 40 | NETWORKING-$(CONFIG_NAMEIF) += nameif.o |
Glenn L McGrath | 9a2d272 | 2002-11-10 01:33:55 +0000 | [diff] [blame] | 41 | NETWORKING-$(CONFIG_NC) += nc.o |
Glenn L McGrath | f112daa | 2002-12-01 23:04:06 +0000 | [diff] [blame] | 42 | NETWORKING-$(CONFIG_NETSTAT) += netstat.o |
| 43 | NETWORKING-$(CONFIG_NSLOOKUP) += nslookup.o |
Eric Andersen | 85208e2 | 2002-04-12 12:05:57 +0000 | [diff] [blame] | 44 | NETWORKING-$(CONFIG_PING) += ping.o |
Eric Andersen | 51b8bd6 | 2002-07-03 11:46:38 +0000 | [diff] [blame] | 45 | NETWORKING-$(CONFIG_PING6) += ping6.o |
Eric Andersen | 85208e2 | 2002-04-12 12:05:57 +0000 | [diff] [blame] | 46 | NETWORKING-$(CONFIG_ROUTE) += route.o |
| 47 | NETWORKING-$(CONFIG_TELNET) += telnet.o |
Glenn L McGrath | f112daa | 2002-12-01 23:04:06 +0000 | [diff] [blame] | 48 | NETWORKING-$(CONFIG_TELNETD) += telnetd.o |
Eric Andersen | 85208e2 | 2002-04-12 12:05:57 +0000 | [diff] [blame] | 49 | NETWORKING-$(CONFIG_TFTP) += tftp.o |
Glenn L McGrath | f112daa | 2002-12-01 23:04:06 +0000 | [diff] [blame] | 50 | NETWORKING-$(CONFIG_TRACEROUTE) += traceroute.o |
Eric Andersen | 853c494 | 2003-01-23 05:59:32 +0000 | [diff] [blame] | 51 | NETWORKING-$(CONFIG_VCONFIG) += vconfig.o |
Eric Andersen | 85208e2 | 2002-04-12 12:05:57 +0000 | [diff] [blame] | 52 | NETWORKING-$(CONFIG_WGET) += wget.o |
| 53 | |
| 54 | libraries-y+=$(NETWORKING_DIR)$(NETWORKING_AR) |
| 55 | |
Eric Andersen | 35e643b | 2003-07-28 07:40:39 +0000 | [diff] [blame] | 56 | needcrypt-y:= |
| 57 | needcrypt-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) := y |
| 58 | |
| 59 | ifeq ($(needcrypt-y),y) |
| 60 | LIBRARIES += -lcrypt |
| 61 | endif |
| 62 | |
Eric Andersen | 85208e2 | 2002-04-12 12:05:57 +0000 | [diff] [blame] | 63 | $(NETWORKING_DIR)$(NETWORKING_AR): $(patsubst %,$(NETWORKING_DIR)%, $(NETWORKING-y)) |
| 64 | $(AR) -ro $@ $(patsubst %,$(NETWORKING_DIR)%, $(NETWORKING-y)) |
| 65 | |