From e1d8abbe2800defb344dcce54c401733edd1d37a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 7 Sep 1999 13:45:03 +0000 Subject: Applied patch rtems-rc-19990820-6.diff.gz from Ralf Corsepius which converted many Makefile.in's to Makefile.am's. This added a lot of files. --- c/src/lib/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 c/src/lib/Makefile.am (limited to 'c/src/lib/Makefile.am') diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am new file mode 100644 index 0000000000..ad2672815c --- /dev/null +++ b/c/src/lib/Makefile.am @@ -0,0 +1,28 @@ +# +# $Id$ +# + +AUTOMAKE_OPTIONS = foreign 1.4 +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal + +if HAS_NETWORKING +## We only build the networking and the rpc library +## if HAS_NETWORKING was defined +LIBNETWORKING = libnetworking +LIBRPC = librpc + +if HAS_RDBG +LIBRDBG = librdbg +endif + +endif + +if HAS_LIBCHIP +LIBCHIP = libchip +endif + +SUBDIRS = start include libmisc libc $(LIBNETWORKING) libcpu libbsp \ + $(LIBRPC) $(LIBRDBG) $(LIBCHIP) $(LIBHWAPI) wrapup + +include $(top_srcdir)/../../../automake/subdirs.am +include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3