File: common.pro

package info (click to toggle)
beid 3.5.2.dfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 147,240 kB
  • ctags: 34,507
  • sloc: cpp: 149,944; ansic: 41,577; java: 8,927; cs: 6,528; sh: 2,426; perl: 1,866; xml: 805; python: 463; makefile: 263; lex: 92
file content (96 lines) | stat: -rw-r--r-- 2,351 bytes parent folder | download
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
92
93
94
95
96
######################################################################
# Automatically generated by qmake (2.01a) Thu Dec 13 11:55:05 2007
######################################################################

QMAKE_CXXFLAGS += -g

include(../_Builds/eidcommon.mak)

TEMPLATE = lib
TARGET = $${COMMONLIB}
VERSION = $${COMMONLIB_MAJ}.$${COMMONLIB_MIN}.$${COMMONLIB_REV}

message("Compile $$TARGET")

###
### Installation setup
###
target.path = $${INSTALL_DIR_LIB}
INSTALLS += target

SRCDIR = .
OBJECT_DIR = ..

###
### Compiler setup
###
CONFIG -= qt warn_on


## destination directory for the compiler
DESTDIR = ../lib

DEFINES += EIDMW_CMN_EXPORT 
## About !macx see _Builds/beidcommon.mak.max
unix:!macx: DEFINES += USING_DL_OPEN

macx: LIBS += -Wl,-framework -Wl,Carbon

PROJECT_DIR = common

DEPENDPATH += $${PROJECT_DIR} libtomcrypt Socket
INCLUDEPATH += $${PROJECT_DIR} $${PROJECT_DIR}/libtomcrypt $${PROJECT_DIR}/Socket $${PCSC_INCLUDE_DIR}

QMAKE_CFLAGS_DEBUG += -O -g

# Input
HEADERS += ByteArray.h \
           Config.h \
           datafile.h \
           ThreadDefines.h \
           DynamicLib.h \
           eidmwErrors.h \
           Export.h \
           Hash.h \
           Log.h \
           LogBase.h \
           Mutex.h \
           MWException.h \
           Thread.h \
           TLV.h \
           TLVBuffer.h \
           Util.h \
           win_macros.h \
           prefix.h \
           libtomcrypt/tomcrypt_argchk.h \
           libtomcrypt/tomcrypt_cfg.h \
           libtomcrypt/tomcrypt_hash.h \
           libtomcrypt/tomcrypt_macros.h \
           Socket/Socket.h \
           Socket/SocketClient.h \
           Socket/SocketServer.h

SOURCES += ByteArray.cpp \
           ByteArrayReader.cpp \
           ConfigCommon.cpp \
           Config.cpp \
           datafile.cpp \
           DynamicLib.cpp \
           Hash.cpp \
           Log.cpp \
           LogBase.cpp \
           Mutex.cpp \
           MWException.cpp \
           Thread.cpp \
           TLV.cpp \
           TLVBuffer.cpp \
           Util.cpp \
           libtomcrypt/md5.c \
           libtomcrypt/sha1.c \
           libtomcrypt/sha256.c \
           libtomcrypt/sha384.c \
           libtomcrypt/sha512.c \
	   libtomcrypt/rmd160.c \
           Socket/Socket.cpp \
           Socket/SocketClient.cpp \
           Socket/SocketServer.cpp