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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [i386ex/] [network/] [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.6 2002/03/28 00:39:12 joel Exp
3
##
4
 
5
 
6
PGM = $(ARCH)/network.rel
7
 
8
C_FILES = network.c
9
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
10
 
11
noinst_HEADERS = netexterns.h uti596.h
12
 
13
OBJS = $(C_O_FILES)
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
$(PGM): $(OBJS)
24
        $(make-rel)
25
 
26
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
27
 
28
if HAS_NETWORKING
29
all-local: $(ARCH) $(OBJS) $(PGM)
30
endif
31
 
32
.PRECIOUS: $(PGM)
33
 
34
EXTRA_DIST = netexterns.h network.c uti596.h
35
 
36
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.