Simon Marchetto
386d9f2a54
scilab: remove debug stuff
2014-07-02 17:34:50 +02:00
Simon Marchetto
090a2e0371
scilab: fix copy of additional sources in current dir + delete it
2014-07-02 17:34:25 +02:00
Simon Marchetto
98f4668319
scilab: test fix example contract by copying first sources in current dir
2014-07-02 17:03:25 +02:00
Simon Marchetto
fa405fafc1
scilab: fix build error management
2014-07-02 16:06:57 +02:00
Simon Marchetto
a663c43b44
scilab: rollback
2014-07-01 17:22:49 +02:00
Simon Marchetto
2caffc3895
scilab: test copy
2014-07-01 17:05:50 +02:00
Simon Marchetto
a03614360a
scilab: test copy
2014-07-01 16:45:07 +02:00
Simon Marchetto
402f93f282
scilab: test copy
2014-07-01 16:39:47 +02:00
Simon Marchetto
7bb93417d6
scilab: test example contract another source
2014-07-01 15:53:10 +02:00
Simon Marchetto
a15a7e43bd
scilab: test example contract with another source
2014-07-01 15:44:49 +02:00
Simon Marchetto
8e40096394
scilab: test copy source
2014-07-01 10:16:18 +02:00
Simon Marchetto
648315ef16
scilab: in example makefiles, use abspath for additional sources
2014-06-30 16:32:32 +02:00
Simon Marchetto
f71b66a0db
scilab: fix example runme path
2014-06-30 16:13:07 +02:00
Simon Marchetto
69f5f91014
debug travis
2014-06-30 14:48:06 +02:00
Simon Marchetto
58a53d3a05
Revert "scilab: in Examples makefile use relative path for additional sources"
...
This reverts commit 24cc827105 .
2014-06-27 15:49:00 +02:00
Simon Marchetto
24cc827105
scilab: in Examples makefile use relative path for additional sources
2014-06-27 15:33:22 +02:00
Simon Marchetto
ad26af6eee
scilab: use swig -o option in Examples makefile
2014-06-27 15:25:52 +02:00
Simon Marchetto
7d1802d6b3
scilab: debug travis
2014-06-27 14:47:50 +02:00
Simon Marchetto
801026f1c6
scilab: debug travis
2014-06-27 12:45:26 +02:00
Simon Marchetto
4da2eea709
scilab: debug travis (examples)
2014-06-27 12:00:38 +02:00
Simon Marchetto
3ade8d16dd
scilab: remove debug stuff
2014-06-27 10:15:37 +02:00
Simon Marchetto
c912162361
scilab: debug travis
2014-06-26 17:31:39 +02:00
Simon Marchetto
8bacde64b8
scilab: fix Example Makefile again
2014-06-26 17:30:47 +02:00
Simon Marchetto
ffd729632d
scilab: Example makefile, try again
2014-06-26 16:00:26 +02:00
Simon Marchetto
87fdabb513
scilab: fix last commit
2014-06-26 14:55:59 +02:00
Simon Marchetto
a326961f34
scilab: fix Example makefile
2014-06-26 14:49:46 +02:00
Simon Marchetto
d8399c9270
scilab: fix last commit
2014-06-26 12:27:25 +02:00
Simon Marchetto
08049cb1e8
scilab: Examples makefile, remove scilab args macro and checks
2014-06-26 10:35:31 +02:00
William S Fulton
37c411958e
Example makefile tidy up for Scilab
2014-06-20 08:09:20 +01:00
William S Fulton
f9f1116e58
Simpler code to display Scilab version
2014-06-20 08:09:20 +01:00
Simon Marchetto
a531ea2f27
scilab: fix command line option names
2014-06-12 18:09:19 +02:00
Simon Marchetto
8dc3b59216
scilab: add SCRDIR as include dir + scilab needs absolute include paths
2014-06-10 16:32:45 +02:00
Simon Marchetto
a42dce6b20
scilab: base scilab Examples makefile clean on other languages clean
2014-06-09 15:28:39 +02:00
Simon Marchetto
e12601707d
scilab: out-of-sources build
2014-06-09 14:09:28 +02:00
Simon Marchetto
07b06a4089
Merge branch 'master' into gsoc2012-scilab
...
Conflicts:
.gitignore
.travis.yml
COPYRIGHT
Examples/Makefile.in
Examples/test-suite/constructor_copy.i
Makefile.in
configure.ac
2014-06-06 16:33:16 +02:00
William S Fulton
ef4cb2f574
Fix example clean target in makefile for operating systems that don't use .so as shared library extension
2014-06-04 13:00:18 +01:00
Karl Wette
b8026cc02f
Fix cleaning of Python runme.py scripts for in-source-tree builds
2014-05-29 14:40:50 +02:00
Karl Wette
cc0738bbda
Fully clean Python examples and test-suite
2014-05-29 02:29:27 +02:00
Karl Wette
74e17fdbf6
Fix Javascript examples so that "make clean" works properly with node
...
- Need to copy example.cxx to build directory so that build products
end up in the right place; use a gyp command expansion to do so
2014-05-29 02:29:27 +02:00
William S Fulton
78719759d5
Test-suite makefile fixes for Windows
...
Remove $(realpath ) which is no good for Windows executables running
under Cygwin's make
2014-05-28 23:44:55 +01:00
William S Fulton
4ab2eb96cd
R examples building out-of-source
...
They still don't run though
2014-05-25 00:29:32 +01:00
William S Fulton
879296f71b
Correct CFLAGS CXXFLAGS for Javascript and guile examples
2014-05-24 13:13:32 +01:00
Simon Marchetto
936c168de1
scilab: update makefile for scilab 6
2014-05-22 11:27:10 +02:00
Simon Marchetto
a11a3bdd66
scilab: in configure.ac SCILABSTARTOPT => SCILABOPT
2014-05-22 10:04:15 +02:00
William S Fulton
ac89f7f785
Javascript examples tidy up
...
- Remove empty files
- Improve clean
2014-05-18 00:59:47 +01:00
William S Fulton
50f5b4f7f4
Fix in source android examples clean
2014-05-16 20:46:35 +01:00
William S Fulton
6181853312
Fix out of source clean-android-examples
2014-05-15 23:28:47 +01:00
William S Fulton
18d72f4562
Add in CPPFLAGS and LDFLAGS to examples/test-suite
...
- Split current usage of CXXFLAGS into the conventional CPPFLAGS CXXFLAGS and LDFLAGS
- Split current usage of CFLAGS into the conventional CPPFLAGS CFLAGS and LDFLAGS
- This restores 'make whatever CXXFLAGS=-g' which stopped working during
the recently added suppport for out of source builds.
- LDFLAGS is currently empty, but is there for future use
2014-05-15 23:11:08 +01:00
William S Fulton
2b5499a262
Slight simplification of test-suite build for new out-of-source changes
...
Provide default SRCDIR and SCRIPTDIR variables in common.mk and override
only where needed.
2014-05-15 23:11:07 +01:00
Karl Wette
f574a34155
Allow examples and test-suite to be built out of source tree
...
- Examples/Makefile.in rules use SRCDIR as the relative source directory
- ./config.status replicates Examples/ source directory tree in build
directory, and copies each Makefile to build directory, prefixed with
a header which sets SRCDIR to source directory
- Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir
- Examples/test-suite/errors/Makefile.in needs to filter out source
directory from SWIG error messages
- Lua: embedded interpreters are passed location of run-time test
- Python: copy run-time scripts to build directory because of 2to3
conversion; import_packages example copies __init__.py from source
directory; test-suite sets SCRIPTDIR to location of run-time tests
- Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir
can be substituted with SRCDIR; removed './' from require() statements
so that NODE_PATH can be used to point Node.js to build directory
2014-05-11 23:21:10 +02:00