source: rtems/cpukit/librpc/include/rpc/Makefile.am @ e747aaf8

4.104.114.84.95
Last change on this file since e747aaf8 was e747aaf8, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 13:34:27

2001-09-28 Ralf Corsepius <corsepiu@…>

  • include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
  • Property mode set to 100644
File size: 605 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_rpcdir = $(includedir)/rpc
8
9H_FILES = auth.h auth_des.h auth_unix.h clnt.h des.h des_crypt.h pmap_clnt.h \
10    pmap_prot.h pmap_rmt.h rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h \
11    types.h xdr.h
12
13if HAS_NETWORKING
14include_rpc_HEADERS = $(H_FILES)
15PREINSTALL_FILES = $(PROJECT_INCLUDE)/rpc \
16    $(H_FILES:%=$(PROJECT_INCLUDE)/rpc/%)
17
18$(PROJECT_INCLUDE)/rpc:
19        @$(mkinstalldirs) $@
20$(PROJECT_INCLUDE)/rpc/%.h: %.h
21        $(INSTALL_DATA) $< $@
22endif
23
24all-local: $(PREINSTALL_FILES)
25
26EXTRA_DIST = $(H_FILES)
27
28include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.