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
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[8887f8c]7include_rpcdir = $(includedir)/rpc
8
[df49c60]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
[e1d8abb]12
[9f4868c]13if HAS_NETWORKING
[8887f8c]14include_rpc_HEADERS = $(H_FILES)
[e747aaf8]15PREINSTALL_FILES = $(PROJECT_INCLUDE)/rpc \
[df49c60]16    $(H_FILES:%=$(PROJECT_INCLUDE)/rpc/%)
[e1d8abb]17
18$(PROJECT_INCLUDE)/rpc:
19        @$(mkinstalldirs) $@
20$(PROJECT_INCLUDE)/rpc/%.h: %.h
21        $(INSTALL_DATA) $< $@
22endif
23
[df49c60]24all-local: $(PREINSTALL_FILES)
[e1d8abb]25
[8887f8c]26EXTRA_DIST = $(H_FILES)
27
[e1d8abb]28include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.