# This file is part of GSC # Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff # # GSC 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. # # GSC 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 GSC. If not, see . AM_YFLAGS=-vtd AM_LFLAGS=-d sbin_PROGRAMS=ckaliases noinst_HEADERS=gram.h ckaliases_SOURCES=gram.y lex.l ckaliases.c ckaliases.h LDADD=../lib/libgsc.a ../gnu/libgnu.a INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gnu -I../gnu