source: rtems/cpukit/posix/macros/Makefile.am @ 14e2477

4.104.114.84.95
Last change on this file since 14e2477 was 58c3d04e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:45:34

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 651 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 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)
25
26include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.