[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / lib / 3rdparty / stlport / build / Makefiles / ut / app2-mult / Makefile
diff --git a/reactos/lib/3rdparty/stlport/build/Makefiles/ut/app2-mult/Makefile b/reactos/lib/3rdparty/stlport/build/Makefiles/ut/app2-mult/Makefile
deleted file mode 100644 (file)
index 8e249ba..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# -*- Makefile -*- Time-stamp: <06/11/13 23:03:45 ptr>\r
-\r
-SRCROOT := ../../..\r
-\r
-# EXTRA_POST := check-release-shared\r
-# EXTRA_POST_DBG := check-dbg-shared\r
-# EXTRA_POST_STLDBG := check-stldbg-shared\r
-\r
-include Makefile.inc\r
-include ${SRCROOT}/Makefiles/gmake/top.mak\r
-\r
-ifndef WITHOUT_STLPORT\r
-LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}\r
-endif\r
-\r
-check: check-release-shared check-dbg-shared check-stldbg-shared\r
-\r
-check-release-shared:  release-shared\r
-       @echo Running 2 test cases...\r
-       @file ${test2_PRG} | grep ELF >/dev/null || exit 1\r
-       @file ${test3_PRG} | grep ELF >/dev/null || exit 1\r
-       @echo "*** No errors detected"\r
-\r
-check-dbg-shared:      dbg-shared\r
-       @echo Running 2 test cases...\r
-       @file ${test2_PRG_DBG} | grep ELF >/dev/null || exit 1\r
-       @file ${test3_PRG_DBG} | grep ELF >/dev/null || exit 1\r
-       @echo "*** No errors detected"\r
-\r
-ifndef WITHOUT_STLPORT\r
-check-stldbg-shared:   stldbg-shared\r
-       @echo Running 2 test cases...\r
-       @file ${test2_PRG_STLDBG} | grep ELF >/dev/null || exit 1\r
-       @file ${test3_PRG_STLDBG} | grep ELF >/dev/null || exit 1\r
-       @echo "*** No errors detected"\r
-endif\r
-\r
-PHONY += check check-release-shared check-dbg-shared check-stldbg-shared\r