From e4d332c787e57abc32dec949ca8def57feae32ce Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 28 Oct 2016 18:44:24 +0200 Subject: add new toplevel infrastructure --- Makefile.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Makefile.in (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..15c5b47 --- /dev/null +++ b/Makefile.in @@ -0,0 +1,21 @@ +# Makefile for uClibc-ng-test +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +include $(top_srcdir)Rules.mak + +all: test_compile test_gen + +clean: + $(MAKE) -C test clean + +test check: test_compile + $(Q)$(MAKE) -C test \ + $(if $(O),top_builddir=$(O)/) + +test_compile: $(LOCAL_INSTALL_PATH) + $(Q)$(MAKE) -C test compile \ + $(if $(O),top_builddir=$(O)/) + +test_gen: $(LOCAL_INSTALL_PATH) + $(Q)$(MAKE) -C test gen \ + $(if $(O),top_builddir=$(O)/) -- cgit v1.2.3