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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [rtems/] [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/07/22 13:44:48 ralf Exp
3
##
4
 
5
include_rtemsdir = $(includedir)/rtems
6
 
7
LIB = $(ARCH)/lib.a
8
 
9
C_FILES = sghostname.c issetugid.c rtems_glue.c rtems_syscall.c \
10
    rtems_bootp.c rtems_showmbuf.c rtems_showroute.c rtems_showifstat.c \
11
    rtems_showipstat.c rtems_showicmpstat.c rtems_showtcpstat.c \
12
    rtems_showudpstat.c rtems_select.c mkrootfs.c
13
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
14
 
15
OBJS = $(C_O_FILES)
16
 
17
include_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h \
18
    ftpfs.h mkrootfs.h
19
 
20
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
21
    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
22
 
23
$(PROJECT_INCLUDE)/rtems:
24
        @$(mkinstalldirs) $@
25
 
26
$(PROJECT_INCLUDE)/rtems/%.h: %.h
27
        $(INSTALL_DATA) $< $@
28
 
29
include $(top_srcdir)/../automake/multilib.am
30
include $(top_srcdir)/../automake/compile.am
31
include $(top_srcdir)/../automake/lib.am
32
 
33
#
34
# Add local stuff here using +=
35
#
36
 
37
AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \
38
    -DBOOTP_COMPAT
39
 
40
$(LIB): $(OBJS)
41
        $(make-library)
42
 
43
all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
44
 
45
.PRECIOUS: $(LIB)
46
 
47
EXTRA_DIST = issetugid.c rtems_bootp.c rtems_glue.c rtems_select.c \
48
    rtems_showicmpstat.c rtems_showifstat.c rtems_showipstat.c \
49
    rtems_showmbuf.c rtems_showroute.c rtems_showtcpstat.c \
50
    rtems_showudpstat.c rtems_syscall.c sghostname.c
51
 
52
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.