source: rtems/cpukit/posix/macros/Makefile.am @ 78c2a97

4.104.114.84.95
Last change on this file since 78c2a97 was 78c2a97, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:07:32

2002-06-17 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal.
  • inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
  • Property mode set to 100644
File size: 642 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
5
[5be35ee]6include_rtems_posixdir = $(includedir)/rtems/posix
7
8$(PROJECT_INCLUDE)/rtems/posix:
9        @$(mkinstalldirs) $@
10$(PROJECT_INCLUDE)/%: %
11        $(INSTALL_DATA) $< $@
12
13if MACROS
14noinst_HEADERS = rtems/posix/intr.inl
15include_rtems_posix_HEADERS = rtems/posix/cond.inl rtems/posix/key.inl \
16    rtems/posix/mqueue.inl rtems/posix/mutex.inl \
17    rtems/posix/pthread.inl rtems/posix/priority.inl \
18    rtems/posix/semaphore.inl rtems/posix/timer.inl
19
20PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/posix \
21    $(include_rtems_posix_HEADERS:%=$(PROJECT_INCLUDE)/%)
22endif
23
24all-local: $(PREINSTALL_FILES)
[e1d8abb]25
[78c2a97]26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.