source: rtems/cpukit/posix/macros/Makefile.am @ c55df85

4.104.114.84.95
Last change on this file since c55df85 was 5be35ee, checked in by Joel Sherrill <joel.sherrill@…>, on 10/16/01 at 13:30:22

2001-10-16 Ralf Corsepius <corsepiu@…>

  • include/sys/Makefile.am: Remove.
  • include/rtems/Makefile.am: Remove.
  • include/rtems/posix/Makefile.am: Remove.
  • include/Makefile.am: Handle subdirs.
  • inline/rtems/Makefile.am: Remove.
  • inline/rtems/posix/Makefile.am: Remove.
  • inline/Makefile.am: Handle subdirs.
  • macros/rtems/Makefile.am: Remove.
  • macros/rtems/posix/Makefile.am: Remove.
  • macros/Makefile.am: Handle subdirs.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 682 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.5
6
7include_rtems_posixdir = $(includedir)/rtems/posix
8
9$(PROJECT_INCLUDE)/rtems/posix:
10        @$(mkinstalldirs) $@
11$(PROJECT_INCLUDE)/%: %
12        $(INSTALL_DATA) $< $@
13
14if MACROS
15noinst_HEADERS = rtems/posix/intr.inl
16include_rtems_posix_HEADERS = rtems/posix/cond.inl rtems/posix/key.inl \
17    rtems/posix/mqueue.inl rtems/posix/mutex.inl \
18    rtems/posix/pthread.inl rtems/posix/priority.inl \
19    rtems/posix/semaphore.inl rtems/posix/timer.inl
20
21PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/posix \
22    $(include_rtems_posix_HEADERS:%=$(PROJECT_INCLUDE)/%)
23endif
24
25all-local: $(PREINSTALL_FILES)
26
27include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.