From 7afbca071bcc0b76d20f2a11dc7521503e952e31 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Dec 2000 19:00:04 +0000 Subject: 2000-12-01 Joel Sherrill * Added macro support to ITRON API. This is known to compile. * Makefile.am: Added macros directory. * configure.in: Removed error check for enabling macros. * macros/.cvsignore, macros/Makefile.am, macros/rtems/.cvsignore, macros/rtems/Makefile.am, macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am, macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl, macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl, macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl, macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl, macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl, macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files. --- c/src/exec/itron/macros/rtems/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 c/src/exec/itron/macros/rtems/Makefile.am (limited to 'c/src/exec/itron/macros/rtems/Makefile.am') diff --git a/c/src/exec/itron/macros/rtems/Makefile.am b/c/src/exec/itron/macros/rtems/Makefile.am new file mode 100644 index 0000000000..d6766c8306 --- /dev/null +++ b/c/src/exec/itron/macros/rtems/Makefile.am @@ -0,0 +1,10 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 + +SUBDIRS = itron + +include $(top_srcdir)/../../../../automake/subdirs.am +include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3