# This file is part of Wydawca # Copyright (C) 2007, 2009 Sergey Poznyakoff # # Wydawca is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # Wydawca is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Wydawca. If not, see . sbin_PROGRAMS=wydawca wydawca_SOURCES=\ builtin.c\ builtin.h\ cmdline.h\ config.c\ directive.c\ diskio.c\ exec.c\ gpg.c\ interval.c\ meta.c\ method.c\ process.c\ sql.c\ sql.h\ triplet.c\ verify.c\ wydawca.c\ wydawca.h\ mail.h\ mail.c\ vtab.c\ null.c\ timer.c\ report.c BUILT_SOURCES=cmdline.h EXTRA_DIST=cmdline.opt getopt.m4 pp-setup update-2.0.awk SUFFIXES=.opt .c .h .opt.h: m4 -s $(srcdir)/getopt.m4 $< | sed '1d' > $@ incdir=$(pkgdatadir)/$(VERSION)/include inc_DATA = $(PP_SETUP_FILE) LDADD=../gconf/libgconf.a ../gnu/libgnu.a @SQLLIB@ @GPGMELIB@ @MAILUTILS_LIBS@ INCLUDES = -I$(top_srcdir)/gconf -I$(top_srcdir)/gnu -I../gnu @MAILUTILS_INCLUDES@ AM_CPPFLAGS= \ -DSYSCONFDIR=\"$(sysconfdir)\"\ -DDEFAULT_VERSION_INCLUDE_DIR=\"$(incdir)\"\ -DDEFAULT_INCLUDE_DIR=\"$(pkgdatadir)/include\"\ -DDEFAULT_PREPROCESSOR="$(DEFAULT_PREPROCESSOR)"