summaryrefslogtreecommitdiffstats
path: root/indexmgr
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 00:04:03 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:51 +0100
commit03efcf3d1ee80d500d14345cec0fd9e3e59cb6ea (patch)
treebea03102833fe2e84cb296b7844ef338d8903f43 /indexmgr
parent386eb3da03dc953c4228147bdea3da9ab4398ad0 (diff)
downloadrasdaman-upstream-03efcf3d1ee80d500d14345cec0fd9e3e59cb6ea.tar.gz
rasdaman-upstream-03efcf3d1ee80d500d14345cec0fd9e3e59cb6ea.tar.xz
rasdaman-upstream-03efcf3d1ee80d500d14345cec0fd9e3e59cb6ea.zip
nonrecbuild: Main work for building
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.
Diffstat (limited to 'indexmgr')
-rw-r--r--indexmgr/Makefile-files20
1 files changed, 16 insertions, 4 deletions
diff --git a/indexmgr/Makefile-files b/indexmgr/Makefile-files
index 4e0dab0..df086d3 100644
--- a/indexmgr/Makefile-files
+++ b/indexmgr/Makefile-files
@@ -31,9 +31,21 @@
pkglib_LTLIBRARIES += libindexmgr.la
-libindexmgr_la_SOURCES= mddobjix.cc transdirix.cc keyobject.cc srptindexlogic.cc \
- sdirindexlogic.cc indexds.cc hierindexds.cc srcindexlogic.cc \
- mddobjix.hh transdirix.hh keyobject.hh srptindexlogic.hh \
- sdirindexlogic.hh indexds.hh hierindexds.hh srcindexlogic.hh
+libindexmgr_la_SOURCES = indexmgr/mddobjix.cc
+libindexmgr_la_SOURCES += indexmgr/transdirix.cc
+libindexmgr_la_SOURCES += indexmgr/keyobject.cc
+libindexmgr_la_SOURCES += indexmgr/srptindexlogic.cc
+libindexmgr_la_SOURCES += indexmgr/sdirindexlogic.cc
+libindexmgr_la_SOURCES += indexmgr/indexds.cc
+libindexmgr_la_SOURCES += indexmgr/hierindexds.cc
+libindexmgr_la_SOURCES += indexmgr/srcindexlogic.cc
+libindexmgr_la_SOURCES += indexmgr/mddobjix.hh
+libindexmgr_la_SOURCES += indexmgr/transdirix.hh
+libindexmgr_la_SOURCES += indexmgr/keyobject.hh
+libindexmgr_la_SOURCES += indexmgr/srptindexlogic.hh
+libindexmgr_la_SOURCES += indexmgr/sdirindexlogic.hh
+libindexmgr_la_SOURCES += indexmgr/indexds.hh
+libindexmgr_la_SOURCES += indexmgr/hierindexds.hh
+libindexmgr_la_SOURCES += indexmgr/srcindexlogic.hh
CLEANFILES += core