summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* JYu: deprecate the unused test from systemtest, setup a new test ↵rasdaman2010-11-251-1/+2
| | | | architecture with branchs of mandatory test, fixed test, and open test. The rasql query tests are in mandatory test folder. The PG memleak test is in fixed test folder. User can add extra test by following a similar structure.
* placeholder for petascope compilationConstantin Jucovschi2010-08-121-4/+0
|
* PB: more benchmark improvement + correct log output handlingPeter Baumann2010-07-301-1/+1
|
* Merge branch 'master' of ssh://kahlua:9141/home/git/rasdamanConstantin2010-06-141-1/+1
|\
* | changed build system of java/ folder from makefile to ant (big compilation ↵Constantin2010-06-141-0/+4
|/ | | | time improvement)
* Fixed C++ Examples MakefileAndrei Aiordachioaie2010-06-081-1/+1
|
* Added java/ directory to automake systemConstantin2010-03-251-1/+1
|
* fixed generation of lib/ and include/ folders on installAndrei Aiordachioaie2009-07-261-1/+5
|
* Corrected compilation structure for rnprotocol dirSorin Stancu-Mara2009-04-271-1/+1
| | | | | | | | | | | | | | Removed the rnprotocol Makefile and adjusted compilation structure. Originally both rnprotocol, servercomm and clientcomm directories were pushing files into libservercomm.a and libclientcomm.a. Because the libraries stay in the directories where they were created the libs were never merged. While this was okay for the server it is impossible to deploy both libraries that contain all the required object files. Now the servercomm and cliencomm are responsible for compiling the files in rnprotocol and joining them into the respective libraries.
* Initial commitv8.0Constantin Jucovschi2009-04-241-0/+50