source: rtems/c/src/exec/posix/include/sys/Makefile.am @ 890f07c

4.104.114.84.95
Last change on this file since 890f07c was 890f07c, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:31:28

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

  • include/Makefile.am, include/rtems/posix/Makefile.am, include/sys/Makefile.am, inline/rtems/posix/Makefile.am, macros/rtems/posix/Makefile.am: Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 402 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_sysdir = $(includedir)/sys
8
9include_sys_HEADERS = utsname.h
10
11PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
12    $(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)
13
14$(PROJECT_INCLUDE)/sys:
15        @$(mkinstalldirs) $@
16$(PROJECT_INCLUDE)/sys/%.h: %.h
17        $(INSTALL_DATA) $< $@
18
19all-local: $(PREINSTALL_FILES)
20
21include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.