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

4.104.114.84.95
Last change on this file since 3ac5d4e2 was 3ac5d4e2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:34:41

2000-09-04 Ralf Corsepius <corsepiu@…>

  • src/Makefile.am, optman/Makefile.am: Include compile.am.
  • Property mode set to 100644
File size: 804 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[9608320]7MP_H_FILES = condmp.h mqueuemp.h mutexmp.h pthreadmp.h semaphoremp.h
[e1d8abb]8
[fba12eb6]9STD_H_FILES = cancel.h cond.h config.h key.h mqueue.h mutex.h posixapi.h \
[3ac5d4e2]10    priority.h psignal.h pthread.h ptimer.h semaphore.h threadsup.h time.h \
11    timer.h $(MP_H_FILES)
[e1d8abb]12
[df49c60]13UNUSED_H_FILES = intr.h threadsup.h
[fba12eb6]14
15if HAS_MP
16H_FILES = $(STD_H_FILES) $(MP_H_FILES)
17else
18H_FILES = $(STD_H_FILES)
19endif
20
21noinst_HEADERS = $(STD_H_FILES) $(MP_H_FILES)
[e1d8abb]22
[df49c60]23PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix \
24    $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/posix/%)
[e1d8abb]25
26$(PROJECT_INCLUDE)/rtems/posix:
27        @$(mkinstalldirs) $@
28$(PROJECT_INCLUDE)/rtems/posix/%.h: %.h
29        $(INSTALL_DATA) $< $@
30
[df49c60]31all-local: $(PREINSTALL_FILES)
[e1d8abb]32
[fba12eb6]33EXTRA_DIST = $(UNUSED_H_FILES)
34
[e1d8abb]35include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.