# This file is part of Pies. # Copyright (C) 2008, 2009 Sergey Poznyakoff # # Pies 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. # # Pies 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 Pies. If not, see . */ sbin_PROGRAMS = pies pies_SOURCES = \ acl.c\ addrfmt.c\ depmap.c\ diag.c\ limits.c\ meta.c\ meta1gram.y\ meta1lex.l\ pies.c\ progman.c\ socket.c\ url.c\ userprivs.c noinst_HEADERS = \ acl.h\ meta1gram.h\ meta1lex.h\ pies.h meta1lex.c: meta1gram.h incdir=$(pkgdatadir)/$(VERSION)/include inc_DATA = pp-setup EXTRA_DIST = pp-setup INCLUDES = \ -I$(top_srcdir)/lib\ -I$(top_srcdir)/gnu\ -I$(top_builddir)/gnu\ -I$(top_srcdir)/grecs/src LDADD = \ ../lib/libpies.a\ ../grecs/src/libgrecs.a\ ../gnu/libgnu.a\ $(MF_PROCTITLE_LIBS) AM_CPPFLAGS=-DSYSCONFDIR=\"$(sysconfdir)\"\ -DSTATEDIR=\"$(localstatedir)\"\ -DDEFAULT_PREPROCESSOR="$(DEFAULT_PREPROCESSOR)"\ -DDEFAULT_VERSION_INCLUDE_DIR=\"$(incdir)\"\ -DDEFAULT_INCLUDE_DIR=\"$(pkgdatadir)/include\" AM_YFLAGS=-dvt -pmeta1 AM_LFLAGS=-dvp -Pmeta1 -olex.yy.c