summaryrefslogtreecommitdiff
path: root/ACE/Kokyu
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-20 07:03:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-20 07:03:06 +0000
commit6c0449bc96ee90531507e90a3a7e8283a227eee2 (patch)
treeab33212c938a93e68c11ede3a7564109591b0ccc /ACE/Kokyu
parent887f186ddccf9c32fff30165273a3c2dc6cd7cef (diff)
downloadATCD-6c0449bc96ee90531507e90a3a7e8283a227eee2.tar.gz
Thu Oct 20 06:57:38 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* *.*: Removed autoconf support due to lack of resources/funding to get autoconf really working. It now only causes confusions and not working configurations for users.
Diffstat (limited to 'ACE/Kokyu')
-rw-r--r--ACE/Kokyu/Makefile.am87
-rw-r--r--ACE/Kokyu/tests/DSRT_MIF/Makefile.am41
-rw-r--r--ACE/Kokyu/tests/EDF/Makefile.am36
-rw-r--r--ACE/Kokyu/tests/FIFO/Makefile.am36
-rw-r--r--ACE/Kokyu/tests/Makefile.am15
5 files changed, 0 insertions, 215 deletions
diff --git a/ACE/Kokyu/Makefile.am b/ACE/Kokyu/Makefile.am
deleted file mode 100644
index 86deb01005e..00000000000
--- a/ACE/Kokyu/Makefile.am
+++ /dev/null
@@ -1,87 +0,0 @@
-## Process this file with automake to create Makefile.in
-##
-## $Id$
-##
-## This file was generated by MPC. Any changes made directly to
-## this file will be lost the next time it is generated.
-##
-## MPC Command:
-## ./bin/mwc.pl -type automake -noreldefs ACE.mwc
-
-includedir = @includedir@/Kokyu
-pkgconfigdir = @libdir@/pkgconfig
-
-ACE_BUILDDIR = $(top_builddir)
-ACE_ROOT = $(top_srcdir)
-
-SUBDIRS = \
- . \
- tests
-
-## Makefile.Kokyu.am
-
-lib_LTLIBRARIES = libKokyu.la
-
-libKokyu_la_CPPFLAGS = \
- -I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -DKOKYU_BUILD_DLL
-
-libKokyu_la_SOURCES = \
- Default_Dispatcher_Impl.cpp \
- Dispatcher_Impl.cpp \
- Dispatcher_Task.cpp \
- Kokyu.cpp \
- Kokyu_defs.cpp
-
-libKokyu_la_LDFLAGS = \
- -release @ACE_VERSION_NAME@
-
-libKokyu_la_LIBADD = \
- $(ACE_BUILDDIR)/ace/libACE.la
-
-nobase_include_HEADERS = \
- DSRT_Direct_Dispatcher_Impl_T.cpp \
- DSRT_Direct_Dispatcher_Impl_T.h \
- DSRT_Dispatch_Item_T.cpp \
- DSRT_Dispatch_Item_T.h \
- DSRT_Dispatch_Item_T.inl \
- DSRT_Dispatcher_Impl_T.cpp \
- DSRT_Dispatcher_Impl_T.h \
- DSRT_Dispatcher_Impl_T.inl \
- DSRT_Sched_Queue_T.cpp \
- DSRT_Sched_Queue_T.h \
- Default_Dispatcher_Impl.h \
- Default_Dispatcher_Impl.inl \
- Dispatcher_Impl.h \
- Dispatcher_Impl.inl \
- Dispatcher_Task.h \
- Dispatcher_Task.inl \
- Kokyu.h \
- Kokyu.inl \
- Kokyu_defs.h \
- Kokyu_defs.inl \
- Kokyu_dsrt.cpp \
- Kokyu_dsrt.h \
- Kokyu_dsrt.inl
-
-pkgconfig_DATA = \
- Kokyu.pc
-
-CLEANFILES = \
- Kokyu.pc
-
-Kokyu.pc: ${top_builddir}/config.status ${srcdir}/Kokyu.pc.in
- ${top_builddir}/config.status --file $@:${srcdir}/Kokyu.pc.in
-
-EXTRA_DIST = \
- Kokyu.pc.in
-
-
-## Clean up template repositories, etc.
-clean-local:
- -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
- -rm -f gcctemp.c gcctemp so_locations *.ics
- -rm -rf cxx_repository ptrepository ti_files
- -rm -rf templateregistry ir.out
- -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ACE/Kokyu/tests/DSRT_MIF/Makefile.am b/ACE/Kokyu/tests/DSRT_MIF/Makefile.am
deleted file mode 100644
index 4ed16f988cd..00000000000
--- a/ACE/Kokyu/tests/DSRT_MIF/Makefile.am
+++ /dev/null
@@ -1,41 +0,0 @@
-## Process this file with automake to create Makefile.in
-##
-## $Id$
-##
-## This file was generated by MPC. Any changes made directly to
-## this file will be lost the next time it is generated.
-##
-## MPC Command:
-## ./bin/mwc.pl -type automake -noreldefs ACE.mwc
-
-ACE_BUILDDIR = $(top_builddir)
-ACE_ROOT = $(top_srcdir)
-
-
-## Makefile.DSRT_MIF.am
-
-if !BUILD_ACE_FOR_TAO
-
-noinst_PROGRAMS = MIF
-
-MIF_CPPFLAGS = \
- -I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -I$(ACE_ROOT)/Kokyu
-
-MIF_SOURCES = \
- MIF.cpp
-
-MIF_LDADD = \
- $(top_builddir)/Kokyu/libKokyu.la \
- $(ACE_BUILDDIR)/ace/libACE.la
-
-endif !BUILD_ACE_FOR_TAO
-
-## Clean up template repositories, etc.
-clean-local:
- -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
- -rm -f gcctemp.c gcctemp so_locations *.ics
- -rm -rf cxx_repository ptrepository ti_files
- -rm -rf templateregistry ir.out
- -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ACE/Kokyu/tests/EDF/Makefile.am b/ACE/Kokyu/tests/EDF/Makefile.am
deleted file mode 100644
index 9aa8fcdf71d..00000000000
--- a/ACE/Kokyu/tests/EDF/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-## Process this file with automake to create Makefile.in
-##
-## $Id$
-##
-## This file was generated by MPC. Any changes made directly to
-## this file will be lost the next time it is generated.
-##
-## MPC Command:
-## ./bin/mwc.pl -type automake -noreldefs ACE.mwc
-
-ACE_BUILDDIR = $(top_builddir)
-ACE_ROOT = $(top_srcdir)
-
-## Makefile.EDF.am
-
-noinst_PROGRAMS = EDF
-
-EDF_CPPFLAGS = \
- -I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -I$(ACE_ROOT)/Kokyu
-
-EDF_SOURCES = \
- test.cpp
-
-EDF_LDADD = \
- $(top_builddir)/Kokyu/libKokyu.la \
- $(ACE_BUILDDIR)/ace/libACE.la
-
-## Clean up template repositories, etc.
-clean-local:
- -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
- -rm -f gcctemp.c gcctemp so_locations *.ics
- -rm -rf cxx_repository ptrepository ti_files
- -rm -rf templateregistry ir.out
- -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ACE/Kokyu/tests/FIFO/Makefile.am b/ACE/Kokyu/tests/FIFO/Makefile.am
deleted file mode 100644
index 05b7dbe9e38..00000000000
--- a/ACE/Kokyu/tests/FIFO/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-## Process this file with automake to create Makefile.in
-##
-## $Id$
-##
-## This file was generated by MPC. Any changes made directly to
-## this file will be lost the next time it is generated.
-##
-## MPC Command:
-## ./bin/mwc.pl -type automake -noreldefs ACE.mwc
-
-ACE_BUILDDIR = $(top_builddir)
-ACE_ROOT = $(top_srcdir)
-
-## Makefile.FIFO.am
-
-noinst_PROGRAMS = FIFO
-
-FIFO_CPPFLAGS = \
- -I$(ACE_ROOT) \
- -I$(ACE_BUILDDIR) \
- -I$(ACE_ROOT)/Kokyu
-
-FIFO_SOURCES = \
- test.cpp
-
-FIFO_LDADD = \
- $(top_builddir)/Kokyu/libKokyu.la \
- $(ACE_BUILDDIR)/ace/libACE.la
-
-## Clean up template repositories, etc.
-clean-local:
- -rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
- -rm -f gcctemp.c gcctemp so_locations *.ics
- -rm -rf cxx_repository ptrepository ti_files
- -rm -rf templateregistry ir.out
- -rm -rf ptrepository SunWS_cache Templates.DB
diff --git a/ACE/Kokyu/tests/Makefile.am b/ACE/Kokyu/tests/Makefile.am
deleted file mode 100644
index 9745459d4e3..00000000000
--- a/ACE/Kokyu/tests/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-## Process this file with automake to create Makefile.in
-##
-## $Id$
-##
-## This file was generated by MPC. Any changes made directly to
-## this file will be lost the next time it is generated.
-##
-## MPC Command:
-## ./bin/mwc.pl -type automake -noreldefs ACE.mwc
-
-SUBDIRS = \
- DSRT_MIF \
- EDF \
- FIFO
-