summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/librpc/Makefile.am11
-rw-r--r--c/src/exec/librpc/include/Makefile.am10
-rw-r--r--c/src/librpc/Makefile.am11
-rw-r--r--c/src/librpc/configure.in43
-rw-r--r--c/src/librpc/include/Makefile.am10
-rw-r--r--cpukit/librpc/Makefile.am11
-rw-r--r--cpukit/librpc/include/Makefile.am10
7 files changed, 106 insertions, 0 deletions
diff --git a/c/src/exec/librpc/Makefile.am b/c/src/exec/librpc/Makefile.am
new file mode 100644
index 0000000000..e74c9e748c
--- /dev/null
+++ b/c/src/exec/librpc/Makefile.am
@@ -0,0 +1,11 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+SUBDIRS = include src
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/exec/librpc/include/Makefile.am b/c/src/exec/librpc/include/Makefile.am
new file mode 100644
index 0000000000..d5385c1f70
--- /dev/null
+++ b/c/src/exec/librpc/include/Makefile.am
@@ -0,0 +1,10 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+
+SUBDIRS = rpc
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/librpc/Makefile.am b/c/src/librpc/Makefile.am
new file mode 100644
index 0000000000..e74c9e748c
--- /dev/null
+++ b/c/src/librpc/Makefile.am
@@ -0,0 +1,11 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+SUBDIRS = include src
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/c/src/librpc/configure.in b/c/src/librpc/configure.in
new file mode 100644
index 0000000000..dc3980fe45
--- /dev/null
+++ b/c/src/librpc/configure.in
@@ -0,0 +1,43 @@
+dnl Process this file with autoconf to produce a configure script.
+dnl
+dnl $Id$
+
+AC_PREREQ(2.13)
+AC_INIT(include/rpc)
+RTEMS_TOP(../../..)
+AC_CONFIG_AUX_DIR(../../..)
+
+RTEMS_CANONICAL_TARGET_CPU
+RTEMS_CANONICAL_HOST
+
+AM_INIT_AUTOMAKE(rtems-c-src-librpc,$RTEMS_VERSION,no)
+AM_MAINTAINER_MODE
+
+RTEMS_ENABLE_NETWORKING
+RTEMS_ENABLE_LIBCDIR
+RTEMS_ENABLE_BARE
+
+RTEMS_ENV_RTEMSBSP
+RTEMS_CHECK_CPU
+RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
+
+dnl check target cc
+RTEMS_PROG_CC_FOR_TARGET
+RTEMS_CANONICALIZE_TOOLS
+
+RTEMS_CHECK_NETWORKING(RTEMS_BSP)
+
+AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
+
+PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"
+AC_SUBST(PROJECT_INCLUDE)
+
+RTEMS_PROJECT_ROOT
+
+# try to explicitly list a Makefile here
+AC_OUTPUT(
+Makefile
+include/Makefile
+include/rpc/Makefile
+src/Makefile
+)
diff --git a/c/src/librpc/include/Makefile.am b/c/src/librpc/include/Makefile.am
new file mode 100644
index 0000000000..d5385c1f70
--- /dev/null
+++ b/c/src/librpc/include/Makefile.am
@@ -0,0 +1,10 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+
+SUBDIRS = rpc
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am
new file mode 100644
index 0000000000..e74c9e748c
--- /dev/null
+++ b/cpukit/librpc/Makefile.am
@@ -0,0 +1,11 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+SUBDIRS = include src
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am
diff --git a/cpukit/librpc/include/Makefile.am b/cpukit/librpc/include/Makefile.am
new file mode 100644
index 0000000000..d5385c1f70
--- /dev/null
+++ b/cpukit/librpc/include/Makefile.am
@@ -0,0 +1,10 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+
+SUBDIRS = rpc
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am