=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/Makefile.am,v retrieving revision 1.7 retrieving revision 1.10 diff -u -p -r1.7 -r1.10 --- OpenXM_contrib2/asir2000/parse/Makefile.am 2007/11/11 08:44:13 1.7 +++ OpenXM_contrib2/asir2000/parse/Makefile.am 2015/08/04 06:46:29 1.10 @@ -1,13 +1,13 @@ -## $OpenXM: OpenXM_contrib2/asir2000/parse/Makefile.am,v 1.6 2007/02/18 08:46:47 ohara Exp $ +## $OpenXM: OpenXM_contrib2/asir2000/parse/Makefile.am,v 1.9 2013/12/20 03:46:13 noro Exp $ incdir = ${prefix}/include/asir inc_HEADERS = comp.h cpp.h parse.h w_stdio.h asirdir = ${prefix}/lib/asir DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\" -INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ +AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \ -I${top_srcdir}/${GC}/include \ - @PARIINC@ @MPIINC@ @X_CFLAGS@ + -I${prefix}/include @PARIINC@ @X_CFLAGS@ CLEANFILES = y.tab.c y.tab.h BUILT_SOURCES = y.tab.c y.tab.h