summaryrefslogtreecommitdiffstats
path: root/relblobif
Commit message (Collapse)AuthorAgeFilesLines
* nonrecbuild: Make BUILT_SOURCES stage buildHans Ulrich Niedermann2011-03-071-3/+4
|
* nonrecbuild: Make "autoreconf" and "configure" runHans Ulrich Niedermann2011-03-071-6/+4
| | | | | 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-4/+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-530/+0
|
* Modules for relblobifshaan2010-06-086-4/+22
|
* Fixed compile warnings in rasdaman/relblobifKeshab Raj Neupane2010-06-081-9/+9
|
* Files generated by automake + aclocalAndrei Aiordachioaie2009-10-291-0/+530
|
* fixed generation of lib/ and include/ folders on installAndrei Aiordachioaie2009-07-261-1/+1
|
* Initial commitv8.0Constantin Jucovschi2009-04-2419-0/+3865