source: rtems/cpukit/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
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)
[df49c60]15PREINSTALL_FILES += $(PROJECT_INCLUDE)/rpc \
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.