aboutsummaryrefslogtreecommitdiff
path: root/gacopyz/Makefile.am
blob: 3ddc0ea23ad6cb9af521d389aa369a7033718190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This file is part of mailfrom filter.
# Copyright (C) 2006, 2007 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 <http://www.gnu.org/licenses/>.

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\
 trans.h

EXTRA_DIST=trans.tab trans.awk
BUILT_SOURCES=trans.h
INCLUDES=-I$(top_srcdir)/lib

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

Return to:

Send suggestions and report system problems to the System administrator.