source: rtems/cpukit/libnetworking/machine/Makefile.am @ 792eb74

4.104.114.84.95
Last change on this file since 792eb74 was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • 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.