From dda8ef14aca2b99d620323b3173e967456c92314 Mon Sep 17 00:00:00 2001 From: jaortega Date: Sat, 2 Dec 2000 22:32:48 +0000 Subject: added mix_eval_t, a w-expression evaluator --- mixlib/Makefile.am | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'mixlib/Makefile.am') diff --git a/mixlib/Makefile.am b/mixlib/Makefile.am index 26355cf..a81403c 100644 --- a/mixlib/Makefile.am +++ b/mixlib/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2000 jose antonio ortega ruiz +# Copyright (C) 2000 jose antonio ortega ruiz # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -24,14 +24,5 @@ libmix_a_SOURCES = mix.h mix.c \ mix_file.h mix_file.c \ mix_code_file.h mix_code_file.c \ mix_parser.h xmix_parser.h mix_parser.c mix_scanner.l \ - mix_device.h mix_device.c - - - - - - - - - - + mix_device.h mix_device.c \ + mix_eval.h mix_eval.c xmix_eval.h mix_eval_scanner.l -- cgit v1.2.3