summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:03:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:03:32 +0000
commit49e05f41316997008b8af1bb76f6878532246f50 (patch)
tree600513900ecf14f6cc4fe6ece9607eba79f4b3a6 /c/src/lib/libbsp/unix/Makefile.am
parentPatch rtems-rc-20000104-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-49e05f41316997008b8af1bb76f6878532246f50.tar.bz2
Patch rtems-rc-20000104-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that converts the unix directory to automake. Ralf's note: Please check c/src/lib/libbsp/unix/posix/startup/Makefile.am. I am not sure if it is correct.
Diffstat (limited to 'c/src/lib/libbsp/unix/Makefile.am')
-rw-r--r--c/src/lib/libbsp/unix/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/unix/Makefile.am b/c/src/lib/libbsp/unix/Makefile.am
new file mode 100644
index 0000000000..6e02be9e8e
--- /dev/null
+++ b/c/src/lib/libbsp/unix/Makefile.am
@@ -0,0 +1,12 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+# Descend into the $(RTEMS_BSP_FAMILY) directory
+SUBDIRS = $(RTEMS_BSP_FAMILY)
+
+include $(top_srcdir)/../../../../../automake/subdirs.am
+include $(top_srcdir)/../../../../../automake/local.am