head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2002.03.17.19.58.53;	author simons;	state Exp;
branches;
next	;


desc
@@


1.1
log
@ifconfig route and ping tested on or1ksim.
@
text
@
CC = or32-uclibc-gcc
LD = or32-uclibc-gcc
RANLIB = or32-uclibc-ranlib

LIB = libroute.a
OBJS = activate.o ether.o inet6.o irda.o proc.o tunnel.o af.o fddi.o \
	inet6_gr.o loopback.o rose.o unix.o arcnet.o frame.o inet6_sr.o \
	masq_info.o rose_gr.o util-ank.o ash.o getargs.o inet_gr.o \
	netrom.o setroute.o util.o ax25.o getroute.o inet_sr.o netrom_gr.o \
	sit.o ax25_gr.o hdlclapb.o interface.o netrom_sr.o slip.o ddp.o \
	hippi.o ipx.o nstrcmp.o slip_ac.o ddp_gr.o hw.o ipx_gr.o ppp.o \
	sockets.o econet.o inet.o ipx_sr.o ppp_ac.o tr.o

CFLAGS += -D_GNU_SOURCE -D__USE_BSD -Ilib -I../ -I../include -Wall -Werror-implicit-function-declaration 

all: $(LIB) $(EXEC)

$(LIB): $(LIB)($(OBJS))
	$(RANLIB) $(LIB)

clean:
	rm -f $(LIB) *.o

@
