# This file is part of mailfrom filter. # Copyright (C) 2006, 2007, 2008, 2009 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 3, 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, see . noinst_LIBRARIES = libgacopyz.a libgacopyz_a_SOURCES = \ smfi.c\ gacopyz.c\ gacopyz.h\ gacopyz_priv.h\ context.c\ io.c\ log.c\ mfapi.h\ proc.c\ server.c\ stagenames.c\ trans.h EXTRA_DIST=trans.tab trans.awk BUILT_SOURCES=trans.h INCLUDES=-I$(top_srcdir)/gnu -I../gnu trans.h: ${top_srcdir}/gacopyz/trans.tab ${top_srcdir}/gacopyz/trans.awk ${top_srcdir}/gacopyz/gacopyz.h $(AWK) -f ${top_srcdir}/gacopyz/trans.awk \ -vheader_file=${top_srcdir}/gacopyz/gacopyz.h\ ${top_srcdir}/gacopyz/trans.tab > trans.h