1 ## Process this file with automake to produce Makefile.in
3 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -I../intl
4 EXTRA_DIST = OPTIONS pubring.asc
5 OMIT_DEPENDENCIES = zlib.h zconf.h
6 needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a
9 bin_PROGRAMS = gpg gpgm
65 gpgm_SOURCES = dearmor.c \
68 gpgd_SOURCES = gpgd.c \
74 LDADD = @INTLLIBS@ $(needed_libs) @ZLIBS@
76 gpgm_LDADD = g10maint.o $(LDADD)
79 $(COMPILE) -DIS_G10MAINT -o g10maint.o -c g10.c
82 $(PROGRAMS): $(needed_libs)