summaryrefslogtreecommitdiffstats
path: root/relindexif
Commit message (Collapse)AuthorAgeFilesLines
* nonrecbuild: Main work for buildingHans Ulrich Niedermann2011-03-071-17/+20
| | | | | | | | Renames a few programs which are called the same as a directory. We need to change the directories later, and rename them back. Lacks qlparser and rasdl stuff, as those use flex and bison and thus need special handling.
* nonrecbuild: Make BUILT_SOURCES stage buildHans Ulrich Niedermann2011-03-071-7/+10
|
* nonrecbuild: Make "autoreconf" and "configure" runHans Ulrich Niedermann2011-03-071-5/+7
| | | | | We still need to adapt the actual make rules and vars so that an actual build might work.
* nonrec-build: Rename Makefile.am to Makefile-filesHans Ulrich Niedermann2011-03-071-0/+0
| | | | | | | | We will keep only three Makefile.am: * $(top_srcdir) * manuals_and_examples/ (needs code to be generated first) * systemtest/ (needs everything to be built)
* build: Use libtool for building all librariesHans Ulrich Niedermann2011-03-071-7/+7
|
* build: Support (srcdir != builddir) VDIR buildsHans Ulrich Niedermann2011-03-071-3/+1
| | | | | | | Support (srcdir != builddir) VDIR builds. This will also help a lot with preparing for a working "make distcheck".
* build: Free up CPPFLAGS & Co. for usersHans Ulrich Niedermann2011-03-071-3/+3
| | | | | | | | | | | | | | | | | | The CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS vars should be free for use by the person who does the build, so rasdaman itself should put all its internally needed flags to AM_CPPFLAGS, AM_CFLAGS, AM_CXXFLAGS, *_LIBS instead. We do just that, and also put all the C preprocessor defines in _CPPFLAGS so they are used for compiling both C and C++ source files. This redistributes some responsibilities from the _CFLAGS and _CXXFLAGS vars. Also use _LDADD _LIBS where appropriate. As a result, the user can now properly set CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS at configure or make time and have these values used in the build.
* 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.
* gitignore: Ignore and remove generated Makefile.in filesHans Ulrich Niedermann2011-03-071-526/+0
|
* Module for relindexifshaan2010-06-083-0/+16
|
* fix : compile warnings in reladminif,relindexifKeshab Raj Neupane2010-06-081-2/+2
|
* deleted useless debug messages which make server crashcostea2010-05-041-40/+1
|
* Files generated by automake + aclocalAndrei Aiordachioaie2009-10-291-0/+526
|
* fixed generation of lib/ and include/ folders on installAndrei Aiordachioaie2009-07-261-1/+1
|
* Initial commitv8.0Constantin Jucovschi2009-04-2416-0/+4716