summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2015-08-29 09:04:40 +0000
committerDamjan Jovanovic <damjan@apache.org>2015-08-29 09:04:40 +0000
commit04f4d5281028a167c57d25ceb50696368f6e5ba7 (patch)
tree9bb320230d8c226e1963194f746a726a52802bf2 /basegfx
parent05c9f765b76b0da85d4425ce40dc629a45f4f8d9 (diff)
$(SLOFILES) is unnecessary for applications, and other
makefiles simplifications for recently ported tests.
Notes
Notes: ignore: googletest
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/test/makefile.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk
index f85d14a2ca52..c0c714c57f52 100644
--- a/basegfx/test/makefile.mk
+++ b/basegfx/test/makefile.mk
@@ -61,17 +61,11 @@ APP1STDLIBS= \
$(CPPULIB) \
$(GTESTLIB)
-APP1IMPLIB= i$(APP1TARGET)
APP1RPATH = NONE
-DEF1NAME =$(APP1TARGET)
APP1TEST = enabled
# END ------------------------------------------------------------------
-#------------------------------- All object files -------------------------------
-# do this here, so we get right dependencies
-SLOFILES=$(APP1OBJS)
-
# --- Targets ------------------------------------------------------
.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"