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

Subversion Repositories or1k

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

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

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.10 2002/07/22 13:44:48 ralf Exp
3
##
4
 
5
include_nfsdir = $(includedir)/nfs
6
 
7
LIB = $(ARCH)/lib.a
8
 
9
C_FILES = bootp_subr.c
10
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
11
 
12
OBJS = $(C_O_FILES)
13
 
14
include $(top_srcdir)/../automake/multilib.am
15
include $(top_srcdir)/../automake/compile.am
16
include $(top_srcdir)/../automake/lib.am
17
 
18
#
19
# Add local stuff here using +=
20
#
21
 
22
AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \
23
    -DBOOTP_COMPAT
24
 
25
$(LIB): $(OBJS)
26
        $(make-library)
27
 
28
all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
29
 
30
.PRECIOUS: $(LIB)
31
 
32
EXTRA_DIST = bootp_subr.c
33
 
34
include_nfs_HEADERS = krpc.h nfs.h nfsdiskless.h nfsproto.h rpcv2.h xdr_subs.h
35
 
36
PREINSTALL_FILES = $(PROJECT_INCLUDE)/nfs \
37
    $(include_nfs_HEADERS:%=$(PROJECT_INCLUDE)/nfs/%)
38
 
39
$(PROJECT_INCLUDE)/nfs:
40
        @$(mkinstalldirs) $@
41
 
42
$(PROJECT_INCLUDE)/nfs/%.h: %.h
43
        $(INSTALL_DATA) $< $@
44
 
45
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.