first commit
This commit is contained in:
18
extern/STLport/5.2.1/build/Makefiles/ut/so1/Makefile
vendored
Normal file
18
extern/STLport/5.2.1/build/Makefiles/ut/so1/Makefile
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- Makefile -*- Time-stamp: <06/11/10 16:23:01 ptr>
|
||||
|
||||
SRCROOT := ../../..
|
||||
EXTRA_POST := checks
|
||||
|
||||
include Makefile.inc
|
||||
include ${SRCROOT}/Makefiles/gmake/top.mak
|
||||
|
||||
INCLUDES += -I./include
|
||||
|
||||
checks:
|
||||
file ${SO_NAME_OUTxxx} | grep ELF >/dev/null || exit 1
|
||||
file ${SO_NAME_OUTxx} | grep link >/dev/null || exit 1
|
||||
file ${SO_NAME_OUTx} | grep link >/dev/null || exit 1
|
||||
file ${SO_NAME_OUT} | grep link >/dev/null || exit 1
|
||||
|
||||
PHONY += checks
|
||||
|
||||
8
extern/STLport/5.2.1/build/Makefiles/ut/so1/Makefile.inc
vendored
Normal file
8
extern/STLport/5.2.1/build/Makefiles/ut/so1/Makefile.inc
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- Makefile -*- Time-stamp: <06/11/29 01:59:50 ptr>
|
||||
|
||||
LIBNAME = test
|
||||
MAJOR = 0
|
||||
MINOR = 1
|
||||
PATCH = 2
|
||||
SRC_CC = test_cc.cc
|
||||
SRC_C = test_c.c
|
||||
4
extern/STLport/5.2.1/build/Makefiles/ut/so1/test_c.cc
vendored
Normal file
4
extern/STLport/5.2.1/build/Makefiles/ut/so1/test_c.cc
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
int g()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
4
extern/STLport/5.2.1/build/Makefiles/ut/so1/test_cc.cc
vendored
Normal file
4
extern/STLport/5.2.1/build/Makefiles/ut/so1/test_cc.cc
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
int f()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user