Autoconf trimming.

This commit is contained in:
pnenzi 2004-02-14 21:40:57 +00:00
parent 59395440df
commit 7056d37343
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2004-02-14 Paolo Nenzi <p.nenzi@ieee.ord>
* Trimmed the autoconf interfaces. Added dummy ".out" files
into many tests subdirectories and modified many Makefile.amS.
2004-02-05 Paolo Nenzi <p.nenzi@ieee.org>
* src/spicelib/analysis/cktntask.c: Bug: not all the values

View File

@ -2,7 +2,9 @@
BUILT_SOURCES = ifs_lex.c ifs_yacc.c ifs_yacc.h mod_lex.c mod_yacc.c mod_yacc.h
EXTRA_DIST= ifs_lex.l mod_lex.l ifs_yacc.h mod_yacc.h
EXTRA_DIST = ifs_lex.l mod_lex.l ifs_yacc.h mod_yacc.h
MAINTAINERCLEANFILES = Makefile.in
AM_YFLAGS = -d
@ -11,13 +13,12 @@ LEX = @LEX@ -t
bin_PROGRAMS = cmpp
cmpp_SOURCES = cmpp.h main.c pp_ifs.c pp_lst.c pp_mod.c read_ifs.c util.c \
writ_ifs.c ifs_yacc_y.h ifs_yacc.y ifs_lex.c mod_yacc_y.h mod_yacc.y\
writ_ifs.c ifs_yacc_y.h ifs_yacc.y ifs_lex.c mod_yacc_y.h mod_yacc.y \
mod_lex.c
%.c : %.l
$(LEX) -P$(*:lex=)yy $< > $@
ifs_lex.c : ifs_lex.l
$(LEX) -i -P$(*:lex=)yy $< > $@
MAINTAINERCLEANFILES = Makefile.in
$(LEX) -i -P$(*:lex=)yy $< > $@