view lwar/Makefile.am @ 431:d7d7e4dca3e7

Eliminated infinite loop on recursive symbol resolution with a Q&D hack: limit the depth that lw_expr_simplify can be called to globally. Not thread friendly.
author lost@l-w.ca
date Sun, 24 Oct 2010 20:05:15 -0600
parents 1c31e9005ff7
children
line wrap: on
line source

AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
bin_PROGRAMS = lwar
lwar_SOURCES = main.c util.c lwar.c list.c add.c remove.c replace.c extract.c
lwar_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
EXTRA_DIST = lwar.h util.h