source: rtems/c/src/exec/posix/include/Makefile.am @ df49c60

4.104.114.84.95
Last change on this file since df49c60 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: 662 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7## RTEMS unistd.h needs to be checked against newlib's and removed
8UNUSED_H_FILES = devctl.h intr.h unistd.h
9
10H_FILES = sched.h aio.h mqueue.h semaphore.h
11
12# H_FILES = pthread.h sched.h aio.h mqueue.h semaphore.h
13
14noinst_HEADERS = $(H_FILES)
15
16PREINSTALL_FILES += $(PROJECT_INCLUDE) \
17    $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)
18
19$(PROJECT_INCLUDE):
20        @$(mkinstalldirs) $@
21$(PROJECT_INCLUDE)/%.h: %.h
22        $(INSTALL_DATA) $< $@
23
24all-local: $(PREINSTALL_FILES)
25
26SUBDIRS = rtems sys
27
28EXTRA_DIST = $(UNUSED_H_FILES)
29
30include $(top_srcdir)/../../../../automake/subdirs.am
31include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.