# This file is part of mailfrom filter. # Copyright (C) 2006 Sergey Poznyakoff # # This program 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 2, or (at your option) # any later version. # # This program 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 this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301 USA noinst_LIBRARIES = @BUILD_LIBGACOPYZ_A@ noinst_PROGRAMS = @BUILD_DUMMY@ EXTRA_LIBRARIES=libgacopyz.a EXTRA_PROGRAMS=dummy libgacopyz_a_SOURCES = \ smfi.c\ gacopyz.c\ gacopyz.h\ gacopyz_priv.h\ context.c\ log.c\ mfapi.h\ proc.c\ trans.h dummy_SOURCES = dummy.c dummy_LDADD = ./libgacopyz.a EXTRA_DIST=trans.tab trans.awk BUILT_SOURCES=trans.h trans.h: ${top_srcdir}/gacopyz/trans.tab ${top_srcdir}/gacopyz/trans.awk $(AWK) -f ${top_srcdir}/gacopyz/trans.awk \ ${top_srcdir}/gacopyz/trans.tab > trans.h