1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
lib_LTLIBRARIES = libtntnet.la
libtntnet_la_SOURCES = \
compident.cpp \
comploader.cpp \
component.cpp \
componentfactory.cpp \
contentdisposition.cpp \
contenttype.cpp \
cookie.cpp \
deflatestream.cpp \
ecpp.cpp \
encoding.cpp \
htmlescostream.cpp \
http.cpp \
httperror.cpp \
httpheader.cpp \
httpmessage.cpp \
httpparser.cpp \
httprequest.cpp \
httpreply.cpp \
inflatestream.cpp \
ioapi.c \
langlib.cpp \
messageattribute.cpp \
messageheader.cpp \
messageheaderparser.cpp \
mimedb.cpp \
multipart.cpp \
object.cpp \
savepoint.cpp \
scope.cpp \
scopemanager.cpp \
sessionscope.cpp \
sodata.cpp \
stringlessignorecase.cpp \
tntconfig.cpp \
unzip.c \
unzipfile.cpp \
urlmapper.cpp \
zdata.cpp \
crypt.h \
ioapi.h \
unzip.h
nobase_include_HEADERS = \
tnt/compident.h \
tnt/comploader.h \
tnt/component.h \
tnt/componentfactory.h \
tnt/componentguard.h \
tnt/contentdisposition.h \
tnt/contenttype.h \
tnt/convert.h \
tnt/cookie.h \
tnt/data.h \
tnt/deflatestream.h \
tnt/ecpp.h \
tnt/encoding.h \
tnt/htmlescostream.h \
tnt/http.h \
tnt/httperror.h \
tnt/httpheader.h \
tnt/httpmessage.h \
tnt/httpparser.h \
tnt/httprequest.h \
tnt/httpreply.h \
tnt/inflatestream.h \
tnt/langlib.h \
tnt/messageattribute.h \
tnt/messageheader.h \
tnt/messageheaderparser.h \
tnt/mimedb.h \
tnt/multipart.h \
tnt/object.h \
tnt/objectptr.h \
tnt/objecttemplate.h \
tnt/parser.h \
tnt/pointer.h \
tnt/savepoint.h \
tnt/scope.h \
tnt/scopemanager.h \
tnt/sessionscope.h \
tnt/sodata.h \
tnt/stringlessignorecase.h \
tnt/tntconfig.h \
tnt/unzipfile.h \
tnt/urlmapper.h \
tnt/zdata.h
libtntnet_la_LDFLAGS = -version-info @sonumber@ -lz
|