source: rtems/cpukit/posix/inline/Makefile.am @ f22ebf0

4.104.114.84.95
Last change on this file since f22ebf0 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
Line 
1##
2## $Id$
3##
4
5
6include_rtems_posixdir = $(includedir)/rtems/posix
7
8$(PROJECT_INCLUDE)/rtems/posix:
9        @$(mkinstalldirs) $@
10$(PROJECT_INCLUDE)/%: %
11        $(INSTALL_DATA) $< $@
12
13if INLINE
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)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.