mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove generated GNUmakefile.
This commit is contained in:
parent
670c483b9c
commit
2037a42bb5
1 changed files with 0 additions and 29 deletions
|
@ -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
|
||||
|
Loading…
Reference in a new issue