From 254b4450718a0873b444d35aeb6d74ba589734ea Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 1 Apr 1997 23:07:52 +0000 Subject: This set of changes is the build of what was required to convert to GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved. --- c/src/tests/tmtests/Makefile.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 c/src/tests/tmtests/Makefile.in (limited to 'c/src/tests/tmtests/Makefile.in') diff --git a/c/src/tests/tmtests/Makefile.in b/c/src/tests/tmtests/Makefile.in new file mode 100644 index 0000000000..c4cb5a62da --- /dev/null +++ b/c/src/tests/tmtests/Makefile.in @@ -0,0 +1,19 @@ +# +# $Id$ +# + +@SET_MAKE@ +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH=@srcdir@ + +include $(RTEMS_CUSTOM) +include $(PROJECT_ROOT)/make/directory.cfg + +all: README + +SUB_DIRS=include \ + tmck tmoverhd \ + tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 \ + tm10 tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 \ + tm20 tm21 tm22 tm23 tm24 tm25 tm26 tm27 tm28 tm29 -- cgit v1.2.3