source: rtems/cpukit/include/Makefile.am @ c55df85

4.104.114.84.95
Last change on this file since c55df85 was 8217c40, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 17:57:28

2001-12-22 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use AS_IF instead of if/then/else. Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix. Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix. Add include/Makefile to CONFIG_FILES. Add AC_ENABLE_MULITLIB. Remove wrapup/rtems, wrapup/itron, wrapup/posix. Remove */optman/Makefile from CONFIG_FILES.
  • Makefile.am: Add include to SUBDIRS.
  • rtems/Makefile.am: Remove optman from SUBDIRS.
  • sapi/Makefile.am: Remove optman from SUBDIRS.
  • include/Makefile.am: New file.
  • include/rtems/bspIo.h: Relocated from lib/include.
  • include/rtems/libio_.h: Relocated from lib/include.
  • Property mode set to 100644
File size: 552 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.5
6
7$(PROJECT_INCLUDE)/%.h: %.h
8        $(INSTALL_DATA) $< $@
9
10$(PROJECT_INCLUDE):
11        @$(mkinstalldirs) $@
12
13PREINSTALL_FILES = $(PROJECT_INCLUDE) \
14    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
15
16include_rtemsdir = $(includedir)/rtems
17include_rtems_HEADERS = rtems/bspIo.h rtems/libio_.h
18
19$(PROJECT_INCLUDE)/rtems:
20        @$(mkinstalldirs) $@
21
22PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
23    $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)
24
25all-local: $(PREINSTALL_FILES)
26
27include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.