109 lines
3.4 KiB
ObjectPascal
109 lines
3.4 KiB
ObjectPascal
#define LOCAL_LIBS p3express p3pandabase
|
|
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
|
|
p3dtoolutil:c p3dtoolbase:c p3prc:c p3dtool:m
|
|
#define USE_PACKAGES zlib net openssl
|
|
|
|
#begin lib_target
|
|
#define TARGET p3downloader
|
|
|
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx
|
|
|
|
#define SOURCES \
|
|
config_downloader.h \
|
|
bioPtr.I bioPtr.h \
|
|
bioStreamPtr.I bioStreamPtr.h \
|
|
bioStream.I bioStream.h bioStreamBuf.h \
|
|
chunkedStream.I chunkedStream.h \
|
|
chunkedStreamBuf.h chunkedStreamBuf.I \
|
|
decompressor.h decompressor.I \
|
|
documentSpec.I documentSpec.h \
|
|
downloadDb.I downloadDb.h \
|
|
download_utils.h \
|
|
extractor.h \
|
|
httpAuthorization.I httpAuthorization.h \
|
|
httpBasicAuthorization.I httpBasicAuthorization.h \
|
|
httpChannel.I httpChannel.h \
|
|
httpClient.I httpClient.h \
|
|
httpCookie.I httpCookie.h \
|
|
httpDate.I httpDate.h \
|
|
httpDigestAuthorization.I httpDigestAuthorization.h \
|
|
httpEntityTag.I httpEntityTag.h \
|
|
httpEnum.h \
|
|
identityStream.I identityStream.h \
|
|
identityStreamBuf.h identityStreamBuf.I \
|
|
multiplexStream.I multiplexStream.h \
|
|
multiplexStreamBuf.I multiplexStreamBuf.h \
|
|
patcher.h patcher.I \
|
|
socketStream.h socketStream.I \
|
|
stringStreamBuf.I stringStreamBuf.h \
|
|
stringStream.I stringStream.h \
|
|
urlSpec.I urlSpec.h \
|
|
virtualFileHTTP.I virtualFileHTTP.h \
|
|
virtualFileMountHTTP.I virtualFileMountHTTP.h
|
|
|
|
#define INCLUDED_SOURCES \
|
|
config_downloader.cxx \
|
|
bioPtr.cxx \
|
|
bioStreamPtr.cxx \
|
|
bioStream.cxx bioStreamBuf.cxx \
|
|
chunkedStream.cxx chunkedStreamBuf.cxx \
|
|
decompressor.cxx \
|
|
documentSpec.cxx \
|
|
downloadDb.cxx \
|
|
download_utils.cxx \
|
|
extractor.cxx \
|
|
httpAuthorization.cxx \
|
|
httpBasicAuthorization.cxx \
|
|
httpChannel.cxx \
|
|
httpClient.cxx \
|
|
httpCookie.cxx \
|
|
httpDate.cxx \
|
|
httpDigestAuthorization.cxx \
|
|
httpEntityTag.cxx \
|
|
httpEnum.cxx \
|
|
identityStream.cxx identityStreamBuf.cxx \
|
|
multiplexStream.cxx multiplexStreamBuf.cxx \
|
|
patcher.cxx \
|
|
socketStream.cxx \
|
|
stringStreamBuf.cxx \
|
|
stringStream.cxx \
|
|
urlSpec.cxx \
|
|
virtualFileHTTP.cxx \
|
|
virtualFileMountHTTP.cxx
|
|
|
|
#define INSTALL_HEADERS \
|
|
bioPtr.I bioPtr.h \
|
|
bioStreamPtr.I bioStreamPtr.h \
|
|
bioStream.I bioStream.h bioStreamBuf.h \
|
|
chunkedStream.I chunkedStream.h \
|
|
chunkedStreamBuf.h chunkedStreamBuf.I \
|
|
config_downloader.h \
|
|
decompressor.h decompressor.I \
|
|
documentSpec.h documentSpec.I \
|
|
download_utils.h downloadDb.h downloadDb.I \
|
|
extractor.h \
|
|
httpAuthorization.I httpAuthorization.h \
|
|
httpBasicAuthorization.I httpBasicAuthorization.h \
|
|
httpChannel.I httpChannel.h \
|
|
httpClient.I httpClient.h \
|
|
httpCookie.I httpCookie.h \
|
|
httpDate.I httpDate.h \
|
|
httpDigestAuthorization.I httpDigestAuthorization.h \
|
|
httpEntityTag.I httpEntityTag.h \
|
|
httpEnum.h \
|
|
identityStream.I identityStream.h \
|
|
identityStreamBuf.h identityStreamBuf.I \
|
|
multiplexStream.I multiplexStream.h \
|
|
multiplexStreamBuf.I multiplexStreamBuf.h \
|
|
patcher.h patcher.I \
|
|
socketStream.h socketStream.I \
|
|
stringStreamBuf.I stringStreamBuf.h \
|
|
stringStream.I stringStream.h \
|
|
urlSpec.h urlSpec.I \
|
|
virtualFileHTTP.I virtualFileHTTP.h \
|
|
virtualFileMountHTTP.I virtualFileMountHTTP.h
|
|
|
|
#define IGATESCAN all
|
|
|
|
#end lib_target
|