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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [wrapup/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.13 2002/08/01 16:15:37 ralf Exp
3
##
4
 
5
 
6
NET_O_PIECES = kern lib libc net netinet nfs rtems
7
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
8
LIB = $(ARCH)/libnetworking.a
9
 
10
include $(top_srcdir)/../automake/multilib.am
11
include $(top_srcdir)/../automake/compile.am
12
include $(top_srcdir)/../automake/lib.am
13
 
14
#
15
# (OPTIONAL) Add local stuff here using +=
16
#
17
 
18
$(LIB): $(OBJS)
19
        $(make-library)
20
 
21
all-local: $(ARCH) $(LIB)
22
 
23
include $(top_srcdir)/../automake/local.am

powered by: WebSVN 2.1.0

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