summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Change dubious wildcard stuff to use +=Hans Ulrich Niedermann2011-03-071-3/+22
| | | | | Also make sure that the list of files is updated on "make dist".
* build: Move automake option to configure.acHans Ulrich Niedermann2011-03-071-1/+0
| | | | | Move automake option "--foreign" from Makefile.am to configure.ac.
* install: Use custom subdir for libs, data, headersHans Ulrich Niedermann2011-03-071-1/+1
| | | | | | | | | | | | | | Redefine $(pkgdatadir), $(pkgincludedir) and $(pkglibdir) in order to make the subdir component configurable with the RDM_SUBDIR variable. Then install all libraries and include files to the package specific subdirectories, as their names are far too generic to allow general system wide installation, such as e.g. "bool.h" or "libnetwork.a". Move some very custom and non-general scripts (some with generic names) to a new $(pkglibdir)/bin/ subdir.
* build: Remove unused var definition CHECKLIMITSHans Ulrich Niedermann2011-03-071-2/+0
| | | | CHECKLIMITS is never defined, and never used, so remove it.
* build: Remove redundant variable definitionsHans Ulrich Niedermann2011-03-071-2/+0
| | | | | | RMANBASE is defined in configure.ac to be ${abs_top_srcdir} already, and BASEDB(CXX|LD)FLAGS and RASMGR_PORT are also AC_SUBSTed.
* install: Create $(logdir) without empty file hacksHans Ulrich Niedermann2011-03-071-2/+2
|
* 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