/[winpt]/trunk/Src/Makefile.am
ViewVC logotype

Annotation of /trunk/Src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (hide annotations)
Mon Oct 31 21:14:11 2005 UTC (19 years, 4 months ago) by werner
File size: 3055 byte(s)
More changes.  Compiles again but there are at least gettext issues with
w32-gettext.c.  I can't get a gpg-error build with ENABLE_NLS.

1 werner 36 # Makefile.am - main makefile for WinPT
2     # Copyright (C) 2005 g10 Code GmbH
3     #
4     # This file is free software; as a special exception the author gives
5     # unlimited permission to copy and/or distribute it, with or without
6     # modifications, as long as this notice is preserved.
7     #
8     # This program is distributed in the hope that it will be useful, but
9     # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10     # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11    
12     ## Process this file with automake to produce Makefile.in
13    
14 werner 48 bin_PROGRAMS = WinPT #2KeyManagerExe
15 werner 36 EXTRA_DIST = versioninfo.rc.in
16    
17     AM_CPPFLAGS = -I../w32gpgme -I../Include -I../Gnupg -I../PTD \
18     -DWIN32 -D_WINDOWS -D_MBCS
19     AM_CFLAGS = -fexceptions $(GPGME_CFLAGS)
20     AM_CXXFLAGS = -fexceptions $(GPGME_CFLAGS)
21    
22     resource_files = \
23     resource.h
24     Safe.ico \
25     Sign.ico \
26     WinPT-en.rc \
27     winpt2.ico \
28     winpt_km.bmp
29    
30     dialog_files = \
31     wptAboutDlgs.cpp \
32     wptCardDlg.cpp \
33     wptClipDecryptDlg.cpp \
34     wptClipEditDlg.cpp \
35     wptClipEncryptDlg.cpp \
36     wptClipImportDlg.cpp \
37     wptClipSignDlg.cpp \
38     wptClipSignEncDlg.cpp \
39     wptClipVerifyDlg.cpp \
40     wptCommonDlg.cpp \
41     wptDateDlg.cpp \
42     wptFileManagerDlg.cpp \
43     wptFileSaveDlg.cpp \
44     wptFileStatDlg.cpp \
45     wptFileVerifyDlg.cpp \
46     wptFirstRunDlg.cpp \
47     wptGPGOptDlg.cpp \
48     wptGPGPrefsDlg.cpp \
49     wptGroupsDlg.cpp \
50     wptKeyCacheDlg.cpp \
51     wptKeyEditDlgs.cpp \
52     wptKeyEditOwnertrustDlg.cpp \
53     wptKeyeditSetPrefDlg.cpp \
54     wptKeygenCBDlg.cpp \
55     wptKeygenDlg.cpp \
56     wptKeyImportStatusDlg.cpp \
57     wptKeyManagerDlg.cpp \
58     wptKeyPropsDlg.cpp \
59     wptKeyRevokeDlg.cpp \
60     wptKeyRevokersDlg.cpp \
61     wptKeyserverDlg.cpp \
62     wptKeyserverSearchDlg.cpp \
63     wptKeysigDlg.cpp \
64     wptKeysignDlg.cpp \
65     wptKeyTrustPathDlg.cpp \
66     wptMDSumDlg.cpp \
67     wptOwnertrustDlg.cpp \
68     wptPassphraseDlg.cpp \
69     wptPINDlg.cpp \
70     wptPreferencesDlg.cpp \
71     wptProgressDlg.cpp \
72     wptProxySettingsDlg.cpp \
73     wptTextInputDlg.cpp
74    
75 werner 48 code_files = \
76 werner 36 WinPT.cpp \
77     wptCardManager.cpp \
78     wptCardPCSC.c \
79     wptCryptdisk.cpp \
80     wptCurrWnd.cpp \
81     wptErrors.cpp \
82     wptFileManager.cpp \
83     wptGPG.cpp \
84     wptGPGME.cpp \
85     wptGPGParser.cpp \
86     wptHotkey.cpp \
87     wptHTTP.c \
88     wptImagelist.cpp \
89     wptImportList.cpp \
90     wptKeylist.cpp \
91     wptKeyManager.cpp \
92     wptKeyserver.cpp \
93     wptListView.cpp \
94     wptMainProc.cpp \
95     wptMAPI.cpp \
96     wptNLS.c \
97     wptPassCache.cpp \
98     wptPassphraseCB.cpp \
99     wptRegistry.cpp \
100     wptSigList.cpp \
101     wptSymEnc.cpp \
102     wptTrayPop.cpp \
103     wptUTF8.cpp \
104     wptVerifyList.cpp \
105 werner 48 wptW32API.cpp \
106     wptGPGUtil.cpp \
107     wptCardEdit.cpp \
108     wptKeyEdit.cpp \
109     wptKeyCache.cpp
110 werner 36
111    
112     WinPT_SOURCES = $(resource_files) $(dialog_files) $(code_files)
113    
114 werner 48 WinPT_LDADD = -L../w32gpgme -L../Gnupg\
115     -lw32gpgme -lgnupg ../PTD/PTD.dll \
116     $(GPGME_LIBS) $(W32LIBS) \
117 werner 36 -lcomctl32 -lkernel32 -luser32 -lcomdlg32 -ladvapi32 \
118 werner 48 -lshell32 -lgdi32 -loleaut32
119 werner 36
120 werner 48 #KeyManagerExe_SOURCES = KeyManagerExe.cpp
121 werner 36
122    
123     resource.o: resource.rc versioninfo.rc gpgol-rsrcs.rc olflange-rsrcs.rc
124    
125     .rc.o:
126     $(WINDRES) -I $(srcdir) -I . `test -f '$<' || echo '$(srcdir)/'`$< $@
127    
128    
129    
130    

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26