1 |
AUTOMAKE_OPTIONS = foreign |
2 |
bin_PROGRAMS = pxyscand |
3 |
|
4 |
pxyscand_SOURCES = \ |
5 |
PXConfig.h PXConfigLoader.h PXCore.h PXIPCacheT.h PXMCrazyBandit.h PXMHttpProxy.h PXMHttpGet.h PXMSocks.h PXMWingate.h PXMutex.h PXRepeater.h PXScan.h PXScanManager.h PXScanModule.h PXServer.h PXSession.h PXXMLXPathLoaderImp.h socks4.h socks5.h sha256.h PXSecret.h \ |
6 |
pxyscand.cc PXCore.cc PXConfig.cc PXConfigLoader.cc PXXMLXPathLoaderImp.cc PXMutex.cc PXRepeater.cc PXServer.cc PXScan.cc PXScanManager.cc PXScanModule.cc PXSession.cc sha256.c PXSecret.c |
7 |
pxyscand_SOURCES += PXMCrazyBandit.cc PXMHttpProxy.cc PXMHttpGet.cc PXMSocks.cc PXMWingate.cc |
8 |
pxyscand_SOURCES += PXIPCacheT.cc |
9 |
pxyscand_SOURCES += ../../ipcache/ipcache.c |
10 |
|
11 |
pxyscand_LDADD = ../../libopas/opas/.libs/libopas.a |
12 |
|
13 |
INCLUDES = -Wall -I../include |