From b91f03384bfc04b9e230e675b538a1bab79523bd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Jan 2002 17:58:43 +0000 Subject: 2002-01-02 Ralf Corsepius * ChangeLog: New. * configure.ac: New. * Makefile.am: New. * rtems/*: Copied from c/src/exec/rtems/optman. * sapi/*: Copied from c/src/exec/sapi/optman. --- c/src/optman/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 c/src/optman/Makefile.am (limited to 'c/src/optman/Makefile.am') diff --git a/c/src/optman/Makefile.am b/c/src/optman/Makefile.am new file mode 100644 index 0000000000..2587f523b5 --- /dev/null +++ b/c/src/optman/Makefile.am @@ -0,0 +1,13 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.5 +ACLOCAL_AMFLAGS = -I ../../../aclocal + +include $(top_srcdir)/../../../automake/multilib.am + +SUBDIRS = rtems sapi + +include $(top_srcdir)/../../../automake/subdirs.am +include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3