diff options
Diffstat (limited to 'ACE/Kokyu/tests/Makefile.am')
-rw-r--r-- | ACE/Kokyu/tests/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/Kokyu/tests/Makefile.am b/ACE/Kokyu/tests/Makefile.am new file mode 100644 index 00000000000..39737061deb --- /dev/null +++ b/ACE/Kokyu/tests/Makefile.am @@ -0,0 +1,15 @@ +## 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 -include /home/jtc/ACE/ACE-config3/MPC/config -include /home/jtc/ACE/ACE-config3/MPC/templates -type automake ACE.mwc + +SUBDIRS = \ + DSRT_MIF \ + EDF \ + FIFO + |