Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / lib / 3rdparty / stlport / build / Makefiles / templates / Makefile-gcc-lib
diff --git a/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/templates/Makefile-gcc-lib b/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/templates/Makefile-gcc-lib
deleted file mode 100644 (file)
index 26c7505..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# -*- Makefile -*- Time-stamp: <03/07/09 18:08:47 ptr>\r
-# $Id$\r
-\r
-SRCROOT := ../..\r
-COMPILER_NAME := gcc\r
-\r
-STLPORT_LIB_DIR = /export/home/ptr/STLport.lab/STLport/lib\r
-STLPORT_INCLUDE_DIR = /export/home/ptr/STLport.lab/STLport/stlport\r
-include Makefile.inc\r
-include ${SRCROOT}/Makefiles/top.mak\r
-\r
-\r
-INCLUDES += -I$(SRCROOT)/include -I$(STLPORT_INCLUDE_DIR)\r
-\r
-ifeq ($(OSNAME),linux)\r
-release-shared:        LDSEARCH = -L${STLPORT_LIB_DIR}\r
-stldbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR}\r
-dbg-shared:    LDSEARCH = -L${STLPORT_LIB_DIR}\r
-endif\r
-\r
-ifeq ($(OSNAME),sunos)\r
-release-shared : LDLIBS = -lstlport_gcc -lrt\r
-stldbg-shared  : LDLIBS = -lstlport_gcc_stldebug -lrt\r
-dbg-shared     : LDLIBS = -lstlport_gcc -lrt\r
-else\r
-release-shared : LDLIBS = -lstlport_gcc\r
-stldbg-shared  : LDLIBS = -lstlport_gcc_stldebug\r
-dbg-shared     : LDLIBS = -lstlport_gcc\r
-endif\r
-\r