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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libnetworking/] [wrapup/] [Makefile.am] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.9 2002/06/26 17:04:38 ralf Exp
3
##
4
 
5
 
6
if HAS_POSIX
7
POSIX_PIECES = rtems_webserver
8
endif
9
 
10
NET_O_PIECES = rtems_servers \
11
    rtems_telnetd pppd $(POSIX_PIECES)
12
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
13
LIB = $(ARCH)/libnetapps.a
14
 
15
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16
include $(top_srcdir)/../../../automake/compile.am
17
include $(top_srcdir)/../../../automake/lib.am
18
 
19
#
20
# (OPTIONAL) Add local stuff here using +=
21
#
22
 
23
$(LIB): $(OBJS)
24
        $(make-library)
25
 
26
all-local: $(ARCH) $(OBJS) $(LIB)
27
 
28
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.