source: rtems/c/src/exec/librpc/include/rpc/Makefile.am @ 8887f8c

4.104.114.84.95
Last change on this file since 8887f8c was 8887f8c, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:38:44

2001-02-03 Ralf Corsepius <corsepiu@…>

  • include/rpc/Makefile.am: Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 606 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.