/[gpgoe]/trunk/src/Makefile.am
ViewVC logotype

Annotation of /trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16 - (hide annotations)
Tue Apr 11 06:56:23 2006 UTC (19 years ago) by twoaday
File size: 452 byte(s)


1 twoaday 3
2     bin_PROGRAMS = gpgoe
3    
4     EXEEXT = .dll
5    
6 twoaday 4 AM_CFLAGS = $(GPGME_CFLAGS) -shared
7 twoaday 3
8 twoaday 4 gpgoe_SOURCES = GPGOE.c GPGOE.h \
9 twoaday 3 GPGOE.def \
10 twoaday 4 resource.rc resource.h \
11 twoaday 3 OECrypto.c \
12     OEDlgEncrypt.c \
13     OEDlgVerify.c \
14     OEDlgViewer.c \
15     OEMisc.c \
16     OEPassphraseCBDlg.c \
17 twoaday 12 OEProc.c \
18 twoaday 16 OENLS.c \
19     OEMainProc.c
20 twoaday 3
21 twoaday 16 gpgoe_LDADD = GPGOE.def $(GPGME_LIBS) -lkernel32 -ladvapi32 -lgdi32
22 twoaday 3
23 twoaday 4 resource.o: resource.rc resource.h
24 twoaday 3
25     .rc.o:
26     $(WINDRES) `test -f '$<' || echo '$(srcdir)/'`$< $@

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26