diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2008-03-14 10:49:58 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2008-03-14 10:49:58 +0000 |
commit | d7ac55184bac8af8320ba44bee9aaef3d34df997 (patch) | |
tree | 965788c5bd2a9365a7cc09a88b4be4415755d653 /scilab/modules/Makefile.am | |
parent | 16824b9efa5ba1cbee0922e2823aa266a0f8b9be (diff) | |
download | scilab-d7ac55184bac8af8320ba44bee9aaef3d34df997.zip scilab-d7ac55184bac8af8320ba44bee9aaef3d34df997.tar.gz |
Snif snif, too many problems with this solution
Diffstat (limited to 'scilab/modules/Makefile.am')
-rw-r--r-- | scilab/modules/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/scilab/modules/Makefile.am b/scilab/modules/Makefile.am index 0c8938c..f89ba5d 100644 --- a/scilab/modules/Makefile.am +++ b/scilab/modules/Makefile.am | |||
@@ -82,14 +82,6 @@ endif | |||
82 | 82 | ||
83 | SUBDIRS += scicos | 83 | SUBDIRS += scicos |
84 | 84 | ||
85 | |||
86 | # YASP (Yet Another Scilab Parser) stuff | ||
87 | # When you are working on a next gen module, please add it into the list of | ||
88 | # SUBDIRS | ||
89 | if YASP | ||
90 | SUBDIRS += | ||
91 | endif | ||
92 | |||
93 | SUBDIRS += . | 85 | SUBDIRS += . |
94 | 86 | ||
95 | # javasci should be compile at the end because it needs libscilab.la | 87 | # javasci should be compile at the end because it needs libscilab.la |
@@ -194,14 +186,3 @@ if USE_EMBEDDED_LAPACK | |||
194 | libscilab_la_LIBADD += \ | 186 | libscilab_la_LIBADD += \ |
195 | $(top_builddir)/libs/lapack/libscilapack.la | 187 | $(top_builddir)/libs/lapack/libscilapack.la |
196 | endif | 188 | endif |
197 | |||
198 | |||
199 | # YASP (Yet Another Scilab Parser) stuff | ||
200 | # When you are working on a next gen module, please add the name of the library here | ||
201 | if YASP | ||
202 | libscilab_la_LIBADD += | ||
203 | endif | ||
204 | |||
205 | |||
206 | |||
207 | |||