mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Remove modified GNUmakefile
This commit is contained in:
parent
0eae4f67de
commit
c70ba22b0c
1 changed files with 0 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
|||
# __GENERATED__ makefile marker
|
||||
#
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
-include ../GNUmakefile.super
|
||||
|
||||
GNUSTEP_OBJ_DIR=./obj
|
||||
|
||||
TEST_TOOL_NAME = basictypes
|
||||
|
||||
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
|
||||
|
||||
|
||||
basictypes_OBJC_FILES=basictypes.m
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
-include make-check.mak
|
||||
include $(GNUSTEP_MAKEFILES)/test-tool.make
|
||||
-include GNUmakefile.postamble
|
||||
|
||||
after-clean::
|
||||
rm -f core core.* *.core \
|
||||
test_*.out test_*.err \
|
||||
tests.log tests.sum oldtests.log oldtests.sum \
|
||||
*.type \
|
||||
|
Loading…
Reference in a new issue