From 7056d37343773b040f5e4f5f5c1fc32f43762960 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Sat, 14 Feb 2004 21:40:57 +0000 Subject: [PATCH] Autoconf trimming. --- ChangeLog | 5 +++++ src/xspice/cmpp/Makefile.am | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 47bbe0297..ae3374dd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-14 Paolo Nenzi + + * Trimmed the autoconf interfaces. Added dummy ".out" files + into many tests subdirectories and modified many Makefile.amS. + 2004-02-05 Paolo Nenzi * src/spicelib/analysis/cktntask.c: Bug: not all the values diff --git a/src/xspice/cmpp/Makefile.am b/src/xspice/cmpp/Makefile.am index 9e1146fc2..15b857a83 100644 --- a/src/xspice/cmpp/Makefile.am +++ b/src/xspice/cmpp/Makefile.am @@ -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 $< > $@ +