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

Contents of /trunk/PTD/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 256 - (show annotations)
Sat Aug 5 10:31:06 2006 UTC (18 years, 6 months ago) by twoaday
File size: 1325 byte(s)
1.0.0pre3 release.


1 # Makefile.am - 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 bin_PROGRAMS = PTD
15 EXTRA_DIST = versioninfo.rc.in
16 EXEEXT = .dll
17
18 AM_CPPFLAGS = -I$(top_srcdir)/w32gpgme -I$(top_srcdir)/Include \
19 -I$(top_srcdir)/Gnupg \
20 -DWIN32 -D_WINDOWS -D_MBCS -D_USRDLL -DPTD_EXPORTS
21 AM_CFLAGS = -fexceptions $(GPGME_CFLAGS) -shared
22 AM_CXXFLAGS = -fexceptions $(GPGME_CFLAGS) -shared
23 AM_LDFLAGS = -mwindows
24
25 PTD_SOURCES = \
26 PTD.def \
27 resource.rc \
28 resource.h \
29 PTD.cpp \
30 wptFileDisk.cpp \
31 wptZIP.cpp wptZIP.h \
32 wptJPG.cpp wptJPG.h \
33 wptWipeFile.cpp \
34 wptDNSKeys.cpp wptDNSKeys.h
35
36 PTD_LDADD = $(srcdir)/PTD.def -L../Gnupg -lgnupg $(W32LIBS) \
37 -lole32 -loleaut32 -lgdi32 -luuid
38
39 resource.o: resource.rc resource.h versioninfo.rc
40
41 .rc.o:
42 $(WINDRES) -I $(srcdir) -I . `test -f '$<' || echo '$(srcdir)/'`$< $@
43
44
45
46

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26