summaryrefslogtreecommitdiffhomepage
path: root/mixlib/Makefile.am
diff options
context:
space:
mode:
authorjaortega <jaortega>2000-12-02 22:32:48 +0000
committerjaortega <jaortega>2000-12-02 22:32:48 +0000
commitdda8ef14aca2b99d620323b3173e967456c92314 (patch)
tree54b3efaf81638539d3d9feb639aa22b4ffdc5a81 /mixlib/Makefile.am
parent99cc30339d9cb98b240a6e0ef59c333fe3194018 (diff)
downloadmdk-dda8ef14aca2b99d620323b3173e967456c92314.tar.gz
mdk-dda8ef14aca2b99d620323b3173e967456c92314.tar.bz2
added mix_eval_t, a w-expression evaluator
Diffstat (limited to 'mixlib/Makefile.am')
-rw-r--r--mixlib/Makefile.am15
1 files changed, 3 insertions, 12 deletions
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 <jaortega@retemail.es>
+# Copyright (C) 2000 jose antonio ortega ruiz <jaortega@acm.org>
#
# 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