aboutsummaryrefslogtreecommitdiffstats
path: root/net/libtnl/files/Makefile.bsd
blob: 7c048d07a416704d95ed89ba4ddadd2d09c4e5f0 (plain) (blame)
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
LIB=            tnl
CXXFLAGS+=      -I../libtomcrypt -w -g -fpermissive -DNO_IPX_SUPPORT -DTNL_OS_LINUX -DTNL_DEBUG -D_TNL_ENABLE_LOGGING
SHLIB_MAJOR=    1
SHLIB_MINOR=    5
SRCS=           assert.cpp\
                asymmetricKey.cpp\
                bitStream.cpp\
                byteBuffer.cpp\
                certificate.cpp\
                clientPuzzle.cpp\
                connectionStringTable.cpp\
                dataChunker.cpp\
                eventConnection.cpp\
                ghostConnection.cpp\
                huffmanStringProcessor.cpp\
                log.cpp\
                netBase.cpp\
                netConnection.cpp\
                netInterface.cpp\
                netObject.cpp\
                netStringTable.cpp\
                platform.cpp\
                random.cpp\
                rpc.cpp\
                symmetricCipher.cpp\
                tnlMethodDispatch.cpp\
                journal.cpp\
                udp.cpp\
                vector.cpp
INCS=           tnl.h \
                tnlNetBase.h \
                tnlAssert.h \
                tnlNetConnection.h \
                tnlAsymmetricKey.h \
                tnlNetEvent.h \
                tnlBitSet.h \
                tnlNetInterface.h \
                tnlBitStream.h \
                tnlNetObject.h \
                tnlByteBuffer.h \
                tnlNetStringTable.h \
                tnlCertificate.h \
                tnlNonce.h \
                tnlClientPuzzle.h \
                tnlPlatform.h \
                tnlConnectionStringTable.h \
                tnlRPC.h \
                tnlDataChunker.h \
                tnlRandom.h \
                tnlEndian.h \
                tnlString.h \
                tnlEventConnection.h \
                tnlSymmetricCipher.h \
                tnlGhostConnection.h \
                tnlThread.h \
                tnlHuffmanStringProcessor.h \
                tnlTypes.h \
                tnlJournal.h \
                tnlUDP.h \
                tnlLog.h \
                tnlVector.h \
                tnlMethodDispatch.h
INCLUDEDIR=     ${PREFIX}/include/tnl
LIBDIR=         ${PREFIX}/lib

.include <bsd.lib.mk>