Remove generated GNUmakefile.

This commit is contained in:
Gregory John Casamento 2019-09-27 02:05:29 -04:00
parent 670c483b9c
commit 2037a42bb5

View file

@ -1,29 +0,0 @@
# __GENERATED__ makefile marker
#
include $(GNUSTEP_MAKEFILES)/common.make
-include ../GNUmakefile.super
GNUSTEP_OBJ_DIR=./obj
TEST_TOOL_NAME = basic
ifeq ($(gcov),yes)
ADDITIONAL_OBJCFLAGS += -ftest-coverage -fprofile-arcs
ADDITIONAL_OBJCCFLAGS += -ftest-coverage -fprofile-arcs
ADDITIONAL_LDFLAGS += -ftest-coverage -fprofile-arcs
ADDITIONAL_TOOL_LIBS+=-lgcov
endif
basic_OBJC_FILES=basic.m
-include GNUmakefile.preamble
-include make-check.mak
include $(GNUSTEP_MAKEFILES)/test-tool.make
-include GNUmakefile.postamble
after-clean::
rm -f core core.* *.core \
tests.log tests.sum oldtests.log oldtests.sum