OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [librpc/] [include/] [rpc/] [Makefile.am] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
##
2
## $Id: Makefile.am,v 1.2 2001-09-27 12:02:03 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
H_FILES = auth.h auth_des.h auth_unix.h clnt.h des.h des_crypt.h pmap_clnt.h \
8
    pmap_prot.h pmap_rmt.h rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h \
9
    types.h xdr.h
10
 
11
noinst_HEADERS = $(H_FILES)
12
 
13
if HAS_NETWORKING
14
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rpc \
15
    $(H_FILES:%=$(PROJECT_INCLUDE)/rpc/%)
16
 
17
$(PROJECT_INCLUDE)/rpc:
18
        @$(mkinstalldirs) $@
19
$(PROJECT_INCLUDE)/rpc/%.h: %.h
20
        $(INSTALL_DATA) $< $@
21
endif
22
 
23
all-local: $(PREINSTALL_FILES)
24
 
25
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.