source: rtems/cpukit/rtems/Makefile.am @ 8217c40

4.104.114.84.95
Last change on this file since 8217c40 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: 184 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.5
6
7SUBDIRS = include inline macros src
8
9include $(top_srcdir)/../../../automake/subdirs.am
10include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.