summaryrefslogtreecommitdiffstats
path: root/applications
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-06 17:35:06 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:50 +0100
commit99b7fd24c2631f030dab249f89b5a15326459fcb (patch)
tree3813fe7bd2543718388fbac659a54d436ead47c5 /applications
parent02bf6022d153b9abeb513b0055510559f873da93 (diff)
downloadrasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.tar.gz
rasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.tar.xz
rasdaman-upstream-99b7fd24c2631f030dab249f89b5a15326459fcb.zip
nonrecbuild: Make "autoreconf" and "configure" run
We still need to adapt the actual make rules and vars so that an actual build might work.
Diffstat (limited to 'applications')
-rw-r--r--applications/Makefile-files32
-rw-r--r--applications/rasql/Makefile-files10
2 files changed, 3 insertions, 39 deletions
diff --git a/applications/Makefile-files b/applications/Makefile-files
deleted file mode 100644
index 831ab57..0000000
--- a/applications/Makefile-files
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*-Makefile-*-
-# This file is part of rasdaman community.
-#
-# Rasdaman community is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# Rasdaman community is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
-#
-# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann /
-# rasdaman GmbH.
-#
-# For more information please see <http://www.rasdaman.org>
-# or contact Peter Baumann via <baumann@rasdaman.com>.
-#
-# MAKEFILE FOR:
-# rasdaman applications
-# does nothing but distribute any make call into all subdirs
-#
-# COMMENTS:
-#
-##################################################################
-
-SUBDIRS=rasql
-# should also contain rview and directql
diff --git a/applications/rasql/Makefile-files b/applications/rasql/Makefile-files
index d7b0c34..8d1143a 100644
--- a/applications/rasql/Makefile-files
+++ b/applications/rasql/Makefile-files
@@ -1,4 +1,5 @@
# -*-Makefile-*-
+#
# This file is part of rasdaman community.
#
# Rasdaman community is free software: you can redistribute it and/or modify
@@ -28,7 +29,8 @@
#
##################################################################
-bin_PROGRAMS=rasql
+bin_PROGRAMS += rasql
+
rasql_SOURCES= rasql.cc rasql_error.cc rasql_error.hh \
rasql_signal.cc rasql_signal.hh
rasql_CPPFLAGS = $(AM_CPPFLAGS)
@@ -39,12 +41,6 @@ rasql_LDADD = ../../rasodmg/librasodmg.la ../../clientcomm/libclientcomm.la \
../../network/libnetwork.la
rasql_LDADD += $(CLIENT_LIBS)
-SUBDIRS= ../../rasodmg ../../clientcomm ../../compression \
- ../../raslib ../../conversion ../../commline ../../network
-
-$(RECURSIVE_CLEAN_TARGETS):
- @$(MAKE) $(AM_MAKEFLAGS) `echo $@ | sed s/-recursive/-am/`
-
#rasql: rasql.o rasql_error.o rasql_signal.cc # $(LIBS)
# $(PURIFY) $(CXX) $(LDFLAGS) -o rasql $^ $(LIBS) $(IMGLIBS) -lm