File: filelist.mk

package info (click to toggle)
i2pd 2.58.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,612 kB
  • sloc: cpp: 59,663; makefile: 224; sh: 138
file content (26 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download | duplicates (3)
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
#LIB_SRC = \
#  BloomFilter.cpp Gzip.cpp Crypto.cpp Datagram.cpp Garlic.cpp I2NPProtocol.cpp LeaseSet.cpp \
#  Log.cpp NTCPSession.cpp NetDb.cpp NetDbRequests.cpp Profiling.cpp \
#  Reseed.cpp RouterContext.cpp RouterInfo.cpp Signature.cpp SSU.cpp \
#  SSUSession.cpp SSUData.cpp Streaming.cpp Identity.cpp TransitTunnel.cpp \
#  Transports.cpp Tunnel.cpp TunnelEndpoint.cpp TunnelPool.cpp TunnelGateway.cpp \
#  Destination.cpp Base.cpp I2PEndian.cpp FS.cpp Config.cpp Family.cpp \
#  Config.cpp HTTP.cpp Timestamp.cpp util.cpp api.cpp Gost.cpp

LIB_SRC = $(wildcard $(LIB_SRC_DIR)/*.cpp)

#LIB_CLIENT_SRC = \
#	AddressBook.cpp BOB.cpp ClientContext.cpp I2PTunnel.cpp I2PService.cpp MatchedDestination.cpp \
#	SAM.cpp SOCKS.cpp HTTPProxy.cpp I2CP.cpp

LIB_CLIENT_SRC = $(wildcard $(LIB_CLIENT_SRC_DIR)/*.cpp)

# also: Daemon{Linux,Win32}.cpp will be added later
#DAEMON_SRC = \
#	HTTPServer.cpp I2PControl.cpp UPnP.cpp Daemon.cpp i2pd.cpp

LANG_SRC = $(wildcard $(LANG_SRC_DIR)/*.cpp)

WRAP_LIB_SRC = $(wildcard $(WRAP_SRC_DIR)/*.cpp)

DAEMON_SRC = $(wildcard $(DAEMON_SRC_DIR)/*.cpp)