OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [uclinux/] [userland/] [route/] [lib/] [Makefile] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 745 simons
 
2
CC = or32-uclibc-gcc
3
LD = or32-uclibc-gcc
4
RANLIB = or32-uclibc-ranlib
5
 
6
LIB = libroute.a
7
OBJS = activate.o ether.o inet6.o irda.o proc.o tunnel.o af.o fddi.o \
8
        inet6_gr.o loopback.o rose.o unix.o arcnet.o frame.o inet6_sr.o \
9
        masq_info.o rose_gr.o util-ank.o ash.o getargs.o inet_gr.o \
10
        netrom.o setroute.o util.o ax25.o getroute.o inet_sr.o netrom_gr.o \
11
        sit.o ax25_gr.o hdlclapb.o interface.o netrom_sr.o slip.o ddp.o \
12
        hippi.o ipx.o nstrcmp.o slip_ac.o ddp_gr.o hw.o ipx_gr.o ppp.o \
13
        sockets.o econet.o inet.o ipx_sr.o ppp_ac.o tr.o
14
 
15
CFLAGS += -D_GNU_SOURCE -D__USE_BSD -Ilib -I../ -I../include -Wall -Werror-implicit-function-declaration
16
 
17
all: $(LIB) $(EXEC)
18
 
19
$(LIB): $(LIB)($(OBJS))
20
        $(RANLIB) $(LIB)
21
 
22
clean:
23
        rm -f $(LIB) *.o
24
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.