diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-12-08 15:40:14 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-12-08 15:40:14 +0000 |
commit | d5a39ff6469f8762218c00a34f4b0a120a56332b (patch) | |
tree | 8b5d6f1008f1ce09daf3e2a63b71f9c142911e80 /cyclone/Makefile.sources | |
parent | b88a64023a08ed9a0e520058ef8be200515d9639 (diff) |
various bug-fixes, maxmode, toxy .#args
svn path=/trunk/externals/miXed/; revision=2360
Diffstat (limited to 'cyclone/Makefile.sources')
-rw-r--r-- | cyclone/Makefile.sources | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cyclone/Makefile.sources b/cyclone/Makefile.sources index e9aacd5..0c338fe 100644 --- a/cyclone/Makefile.sources +++ b/cyclone/Makefile.sources @@ -11,7 +11,6 @@ hammer/asin.c \ hammer/Bucket.c \ hammer/cartopol.c \ hammer/cosh.c \ -hammer/counter.c \ hammer/flush.c \ hammer/forward.c \ hammer/fromsymbol.c \ @@ -40,6 +39,7 @@ HLOUD_SOURCES = \ hammer/anal.c \ hammer/bangbang.c \ hammer/Borax.c \ +hammer/counter.c \ hammer/cycle.c \ hammer/decide.c \ hammer/Decode.c \ @@ -182,11 +182,14 @@ sickle/poltocar.c SGROW_TILDE = $(TILDE) SGROW_SOURCES = \ sickle/click.c \ -sickle/curve.c \ sickle/frameaccum.c \ sickle/framedelta.c \ sickle/Line.c +SGROWCLC_TILDE = $(TILDE) +SGROWCLC_SOURCES = \ +sickle/curve.c + SGROWFORKY_TILDE = $(TILDE) SGROWFORKY_SOURCES = \ sickle/Scope.c |