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
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | ACLOCAL_AMFLAGS = -I aclocal |
---|
6 | |
---|
7 | include $(top_srcdir)/automake/multilib.am |
---|
8 | |
---|
9 | SUBDIRS = . include ada score rtems sapi libblock libfs |
---|
10 | SUBDIRS += libnetworking |
---|
11 | SUBDIRS += @subdirs@ |
---|
12 | SUBDIRS += libmisc |
---|
13 | SUBDIRS += wrapup |
---|
14 | |
---|
15 | noinst_DATA = preinstall-stamp |
---|
16 | |
---|
17 | preinstall-stamp: |
---|
18 | $(MAKE) $(AM_MAKEFLAGS) preinstall |
---|
19 | touch preinstall-stamp |
---|
20 | CLEANFILES = preinstall-stamp |
---|
21 | |
---|
22 | AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \ |
---|
23 | automake/multilib.am automake/subdirs.am |
---|
24 | EXTRA_DIST = $(AUTOMAKE_FILES) |
---|
25 | |
---|
26 | include $(top_srcdir)/automake/subdirs.am |
---|
27 | include $(top_srcdir)/automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.