source: rtems/c/src/libnetworking/machine/Makefile.am @ e89694e

Last change on this file since e89694e was e89694e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/31/00 at 22:31:26

Distributed the preinstall of the header files to the directories
owning the header files.

  • Property mode set to 100644
File size: 459 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_FILES = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h \
8    types.h vmparam.h
9
10noinst_HEADERS = $(H_FILES)
11
12PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine \
13    $(H_FILES:%=$(PROJECT_INCLUDE)/machine/%)
14
15$(PROJECT_INCLUDE)/machine:
16        @$(mkinstalldirs) $@
17
18$(PROJECT_INCLUDE)/machine/%.h: %.h
19        $(INSTALL_DATA) $< $@
20
21all-local: $(PREINSTALL_FILES)
22
23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.