diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-20 13:55:28 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-20 13:55:28 +0000 |
commit | 6b30948a86211b4c8ca209d3025cd062f9366e3c (patch) | |
tree | 3fe120394de95b4a5c51903452f8f933b6f8524c /cyclone/Makefile.sources | |
parent | a79ea60bfc5f20b37f1410fc589167c15f83cd1a (diff) |
importing tables
svn path=/trunk/externals/miXed/; revision=1619
Diffstat (limited to 'cyclone/Makefile.sources')
-rw-r--r-- | cyclone/Makefile.sources | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cyclone/Makefile.sources b/cyclone/Makefile.sources index 462422f..e9aacd5 100644 --- a/cyclone/Makefile.sources +++ b/cyclone/Makefile.sources @@ -1,5 +1,5 @@ TYPES = HPLAIN HLOUD HFORKY HFRAGILE HGROW HFILE HRAND HRANDFILE HRANDGROW \ - HTREE HTREEFILEVEFL HGUI HSEQ \ + HRANDGROWFILE HTREE HTREEFILEVEFL HGUI HSEQ \ SPLAINNOTILDE SPLAIN SSIC SFORKY SFRAGILE SGROW SGROWFORKY \ SVEFL SARSIC SFILE @@ -80,8 +80,7 @@ hammer/zl.c HFILE_SOURCES = \ hammer/capture.c \ hammer/coll.c \ -hammer/mtr.c \ -hammer/Table.c +hammer/mtr.c HRAND_SOURCES = \ hammer/drunk.c @@ -92,6 +91,9 @@ hammer/prob.c HRANDGROW_SOURCES = \ hammer/urn.c +HRANDGROWFILE_SOURCES = \ +hammer/Table.c + HTREE_SOURCES = \ hammer/offer.c |