This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# -*- Makefile -*- Time-stamp: <2012-04-11 19:33:07 ptr> |
| 2 |
|
| 3 |
LIBNAME = stlport |
| 4 |
MAJOR = 6 |
| 5 |
MINOR = 0 |
| 6 |
PATCH = 0 |
| 7 |
SRC_CPP = dll_main.cpp \ |
| 8 |
fstream.cpp \ |
| 9 |
strstream.cpp \ |
| 10 |
sstream.cpp \ |
| 11 |
ios.cpp \ |
| 12 |
stdio_streambuf.cpp \ |
| 13 |
istream.cpp \ |
| 14 |
ostream.cpp \ |
| 15 |
iostream.cpp \ |
| 16 |
codecvt.cpp \ |
| 17 |
collate.cpp \ |
| 18 |
ctype.cpp \ |
| 19 |
monetary.cpp \ |
| 20 |
new.cpp \ |
| 21 |
num_get.cpp \ |
| 22 |
num_put.cpp \ |
| 23 |
num_get_float.cpp \ |
| 24 |
num_put_float.cpp \ |
| 25 |
numpunct.cpp \ |
| 26 |
time_facets.cpp \ |
| 27 |
messages.cpp \ |
| 28 |
locale.cpp \ |
| 29 |
locale_impl.cpp \ |
| 30 |
locale_catalog.cpp \ |
| 31 |
facets_byname.cpp \ |
| 32 |
complex.cpp \ |
| 33 |
complex_io.cpp \ |
| 34 |
complex_trig.cpp \ |
| 35 |
string.cpp \ |
| 36 |
bitset.cpp \ |
| 37 |
allocators.cpp |
| 38 |
|
| 39 |
SRC_CC = chrono.cc \ |
| 40 |
reachable.cc \ |
| 41 |
except.cc \ |
| 42 |
system_error.cc \ |
| 43 |
thread.cc |
| 44 |
|
| 45 |
SRC_C = c_locale.c \ |
| 46 |
cxa.c |
| 47 |
|
| 48 |
SRC_RC = stlport.rc |