mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 00:33:41 +08:00
* configure.ac: Merge-in librpc/configure.ac. * Makefile.am: Add librpc to SUBDIRS. Remove @subdirs@.
28 lines
623 B
Makefile
28 lines
623 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I aclocal
|
|
|
|
include $(top_srcdir)/automake/multilib.am
|
|
|
|
SUBDIRS = . include ada score rtems sapi posix itron
|
|
SUBDIRS += libcsupport libblock libfs
|
|
SUBDIRS += libnetworking librpc
|
|
SUBDIRS += libmisc
|
|
SUBDIRS += wrapup
|
|
|
|
noinst_DATA = preinstall-stamp
|
|
|
|
preinstall-stamp:
|
|
$(MAKE) $(AM_MAKEFLAGS) preinstall
|
|
touch preinstall-stamp
|
|
CLEANFILES = preinstall-stamp
|
|
|
|
AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
|
|
automake/multilib.am automake/subdirs.am
|
|
EXTRA_DIST = $(AUTOMAKE_FILES)
|
|
|
|
include $(top_srcdir)/automake/subdirs.am
|
|
include $(top_srcdir)/automake/local.am
|