source: rtems/cpukit/Makefile.am @ c1a72962

4.104.114.84.95
Last change on this file since c1a72962 was 85956f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 12:24:02

2003-07-08 Ralf Corsepius <corsepiu@…>

  • configure.ac: Merge-in libnetworking/configure.ac. Remove "rtems-" from RTEMS_VERSION. Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
  • Makefile.am: Add libmisc to SUBDIRS.
  • Property mode set to 100644
File size: 603 bytes
RevLine 
[811804fe]1##
2## $Id$
3##
[e1d8abb]4
[54d540f]5ACLOCAL_AMFLAGS = -I aclocal
[e1d8abb]6
[54d540f]7include $(top_srcdir)/automake/multilib.am
[989b938]8
[e30210ea]9SUBDIRS = . include ada score rtems sapi libblock libfs
[85956f9]10SUBDIRS += libnetworking
[e30210ea]11SUBDIRS += @subdirs@
12SUBDIRS += libmisc
13SUBDIRS += wrapup
[c16dcbc8]14
15noinst_DATA = preinstall-stamp
16
17preinstall-stamp:
18        $(MAKE) $(AM_MAKEFLAGS) preinstall
19        touch preinstall-stamp
[532fad28]20CLEANFILES = preinstall-stamp
[e1d8abb]21
[b6b3cf5]22AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
23    automake/multilib.am automake/subdirs.am
24EXTRA_DIST = $(AUTOMAKE_FILES)
25
[54d540f]26include $(top_srcdir)/automake/subdirs.am
27include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.