diff options
author | Damjan Jovanovic <damjan@apache.org> | 2015-08-29 09:04:40 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2015-08-29 09:04:40 +0000 |
commit | 04f4d5281028a167c57d25ceb50696368f6e5ba7 (patch) | |
tree | 9bb320230d8c226e1963194f746a726a52802bf2 /codemaker/test | |
parent | 05c9f765b76b0da85d4425ce40dc629a45f4f8d9 (diff) |
$(SLOFILES) is unnecessary for applications, and other
makefiles simplifications for recently ported tests.
Notes
Notes:
ignore: googletest
Diffstat (limited to 'codemaker/test')
-rw-r--r-- | codemaker/test/cppumaker/makefile.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/codemaker/test/cppumaker/makefile.mk b/codemaker/test/cppumaker/makefile.mk index de48805db0e1..d2aabf6538e9 100644 --- a/codemaker/test/cppumaker/makefile.mk +++ b/codemaker/test/cppumaker/makefile.mk @@ -40,13 +40,8 @@ INCPRE += $(MISC)$/$(TARGET)$/inc APP1TARGET = $(TARGET) APP1OBJS = $(SLO)$/test_codemaker_cppumaker.obj APP1STDLIBS = $(CPPULIB) $(GTESTLIB) $(SALLIB) $(TESTSHL2LIB) -APP1VERSIONMAP = version.map -APP1IMPLIB = i$(APP1TARGET) -DEF1NAME = $(APP1TARGET) APP1TEST = enabled -SLOFILES = $(APP1OBJS) - .INCLUDE: target.mk $(APP1OBJS): $(MISC)$/$(TARGET).cppumaker.flag |