11 |
|
|
12 |
## Process this file with automake to produce Makefile.in |
## Process this file with automake to produce Makefile.in |
13 |
|
|
14 |
bin_PROGRAMS = WinPT KeyManagerExe |
bin_PROGRAMS = WinPT #2KeyManagerExe |
15 |
EXTRA_DIST = versioninfo.rc.in |
EXTRA_DIST = versioninfo.rc.in |
16 |
|
|
17 |
AM_CPPFLAGS = -I../w32gpgme -I../Include -I../Gnupg -I../PTD \ |
AM_CPPFLAGS = -I../w32gpgme -I../Include -I../Gnupg -I../PTD \ |
72 |
wptProxySettingsDlg.cpp \ |
wptProxySettingsDlg.cpp \ |
73 |
wptTextInputDlg.cpp |
wptTextInputDlg.cpp |
74 |
|
|
75 |
code_files = |
code_files = \ |
76 |
WinPT.cpp \ |
WinPT.cpp \ |
77 |
wptCardManager.cpp \ |
wptCardManager.cpp \ |
78 |
wptCardPCSC.c \ |
wptCardPCSC.c \ |
102 |
wptTrayPop.cpp \ |
wptTrayPop.cpp \ |
103 |
wptUTF8.cpp \ |
wptUTF8.cpp \ |
104 |
wptVerifyList.cpp \ |
wptVerifyList.cpp \ |
105 |
wptW32API.cpp |
wptW32API.cpp \ |
106 |
|
wptGPGUtil.cpp \ |
107 |
|
wptCardEdit.cpp \ |
108 |
|
wptKeyEdit.cpp \ |
109 |
|
wptKeyCache.cpp |
110 |
|
|
111 |
|
|
112 |
WinPT_SOURCES = $(resource_files) $(dialog_files) $(code_files) |
WinPT_SOURCES = $(resource_files) $(dialog_files) $(code_files) |
113 |
|
|
114 |
WinPT_LDADD = $(GPGME_LIBS) -L../PTD -L../w32gpgme -L../Gnupg\ |
WinPT_LDADD = -L../w32gpgme -L../Gnupg\ |
115 |
-lPTD -lw32gpgme -lgnupg $(W32LIBS) \ |
-lw32gpgme -lgnupg ../PTD/PTD.dll \ |
116 |
|
$(GPGME_LIBS) $(W32LIBS) \ |
117 |
-lcomctl32 -lkernel32 -luser32 -lcomdlg32 -ladvapi32 \ |
-lcomctl32 -lkernel32 -luser32 -lcomdlg32 -ladvapi32 \ |
118 |
-lshell32 -lgdi32 |
-lshell32 -lgdi32 -loleaut32 |
119 |
|
|
120 |
KeyManagerExe_SOURCES = KeyManagerExe.cpp |
#KeyManagerExe_SOURCES = KeyManagerExe.cpp |
121 |
|
|
122 |
|
|
123 |
resource.o: resource.rc versioninfo.rc gpgol-rsrcs.rc olflange-rsrcs.rc |
resource.o: resource.rc versioninfo.rc gpgol-rsrcs.rc olflange-rsrcs.rc |