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

Diff of /trunk/Src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 47 by werner, Mon Oct 31 14:04:59 2005 UTC revision 90 by twoaday, Tue Nov 22 09:17:59 2005 UTC
# Line 11  Line 11 
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
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$(top_srcdir)/w32gpgme -I$(top_srcdir)/Include \
18                  -I$(top_srcdir)/Gnupg -I$(top_srcdir)/PTD  \
19                -DWIN32 -D_WINDOWS -D_MBCS                -DWIN32 -D_WINDOWS -D_MBCS
20  AM_CFLAGS   = -fexceptions  $(GPGME_CFLAGS)  AM_CFLAGS   = -fexceptions  $(GPGME_CFLAGS)
21  AM_CXXFLAGS = -fexceptions  $(GPGME_CFLAGS)  AM_CXXFLAGS = -fexceptions  $(GPGME_CFLAGS)
22    AM_LDFLAGS  = -mwindows
23    
24  resource_files = \  resource_files = \
25          resource.h          resource.h \
26          Safe.ico \          Safe.ico \
27          Sign.ico \          Sign.ico \
28          WinPT-en.rc \          WinPT-en.rc \
# Line 72  dialog_files = \ Line 74  dialog_files = \
74          wptProxySettingsDlg.cpp \          wptProxySettingsDlg.cpp \
75          wptTextInputDlg.cpp          wptTextInputDlg.cpp
76    
77  code_files =  code_files = \
78          WinPT.cpp \          WinPT.cpp \
79          wptCardManager.cpp \          wptCardManager.cpp \
80          wptCardPCSC.c \          wptCardPCSC.c \
# Line 102  code_files = Line 104  code_files =
104          wptTrayPop.cpp \          wptTrayPop.cpp \
105          wptUTF8.cpp \          wptUTF8.cpp \
106          wptVerifyList.cpp \          wptVerifyList.cpp \
107          wptW32API.cpp          wptW32API.cpp \
108            wptGPGUtil.cpp \
109            wptCardEdit.cpp \
110            wptCardEditCB.cpp \
111            wptKeyEdit.cpp \
112            wptKeyEditCB.cpp \
113            wptFileCBS.cpp \
114            wptKeyCache.cpp \
115            wptUtil.cpp
116    
117    
118  WinPT_SOURCES = $(resource_files) $(dialog_files) $(code_files)  WinPT_SOURCES = $(resource_files) $(dialog_files) $(code_files)
119    WinPT_LDADD = WinPT-en.o -L../w32gpgme -L../Gnupg\
120  WinPT_LDADD =  $(GPGME_LIBS) -L../PTD -L../w32gpgme -L../Gnupg\                -lw32gpgme -lgnupg ../PTD/PTD.dll \
121                -lPTD -lw32gpgme -lgnupg  $(W32LIBS) \                $(GPGME_LIBS) $(W32LIBS) \
122                -lcomctl32 -lkernel32 -luser32 -lcomdlg32 -ladvapi32 \                -lcomctl32 -lkernel32 -luser32 -lcomdlg32 -ladvapi32 \
123                -lshell32 -lgdi32                -lshell32 -lgdi32 -loleaut32
   
 KeyManagerExe_SOURCES = KeyManagerExe.cpp  
   
124    
125  resource.o: resource.rc versioninfo.rc gpgol-rsrcs.rc olflange-rsrcs.rc  WinPT-en.o: $(resource_files)
126    
127  .rc.o:  .rc.o:
128          $(WINDRES) -I $(srcdir) -I . `test -f '$<' || echo '$(srcdir)/'`$< $@          $(WINDRES) -I $(srcdir) -I . -I $(top_srcdir)/Ico \
129                  -I $(top_srcdir)/icons `test -f '$<' || echo '$(srcdir)/'`$< $@
130    
131    
132    

Legend:
Removed from v.47  
changed lines
  Added in v.90

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26