Stefan Sayer
8f289e98b9
reverted app config dir to /etc/sems/etc
...
For users upgrading from earlier versions, changing the path without
any advantage would just create confusion. Also, /etc/sems is cluttered
with lots of files if all app configurations are saved there.
16 years ago
Raphael Coeffic
00bfd9b9bb
finishes what has been begun with last commit.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1903 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
2461368ae2
installation fix: don't install CMakeLists.txt as scripts (from 1.2)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1720 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
d52ad8a052
fixes bug in the buildsystem when building with spandsp (and, libsamplerate, where it was already partially fixed): -DUSE_SPANDSP is added to global CPPFLAGS, so that flags are equal in core and modules
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1148 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
90b1345fd0
fixed build problems and missing initialization with libsamplerate. patch by Robert Szokovacs
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1066 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
12b7fc5b21
install path substitution...
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1043 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
db569f1e5f
o install $(plug_in_name)_lib if wanted
...
o install dsm mods to dsm lib directory
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1042 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
8385b2b278
module_ldflags added to LIB_LDFLAGS
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@987 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
55433a7107
- Makefiles fix
...
o DESTDIR is only used as installation target directory. Allows staging compile.
o xxx-target used in sub-makefiles
o CXX/CC taken from env variables
- some minor compililation fixes
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@882 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
a4c818bb04
include Makefile.defs in dependencies
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@716 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
b5fe53201a
set correct script config replacing
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@684 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
7e939a1fc7
correctly replacing py_sems config also
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@648 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
9411ad3ac8
fixes for SEMS on Solaris
...
contributed by Richard Newman rnewman at twinql dot com
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@633 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
ba935bbe62
only touch file to install if module is built
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@487 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Raphael Coeffic
6929eaca89
- aligned Makefiles with standard variable names (CC,CXX, CCFLAGS, CXXFLAGS, etc..)
...
- added support for nslu2 (armv5te)
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@458 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
4e3529cfea
updating ivr libdir for install-cfg as well
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@444 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
c4bdcfd96d
make install-cfg with prefix adapt modules' config
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@428 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Raphael Coeffic
5dbbe0e7ab
fixed compilation errors occuring on my desktop ;-)
...
More of them are needed to fix also the py_sems problem.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@230 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
5eb6b49c44
compiler can be passed via GPP and GCC variables
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@203 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
a867a606e7
some maintenance on the makefiles...
...
* Makefile.defs used in root path
* dependencies on audio modules
* extra_clean for modules
etc
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@199 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Maxim Sobolev
a9f76017ea
Create $(audio-prefix)/$(audio-dir) unconditionally before trying to populate
...
it.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@187 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
011dfa1d57
* 'tar' and 'dist' target in main dir
...
* Makefile.defs moved to main dir
* small bug in ivr Makefile fixed
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@179 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
66d132f871
cleaned up and corrected the install system
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@153 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
d87c3cf50d
set DEFAULT_GOAL to all
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@136 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
de2101e005
corrected deps for module_extra_objs
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@131 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Raphael Coeffic
37abd5379e
initial checkin new open source version.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@5 8eb893ce-cfd4-0310-b710-fb5ebe64c474
20 years ago