summaryrefslogtreecommitdiffstats
path: root/applications/rasql/Makefile-files
diff options
context:
space:
mode:
Diffstat (limited to 'applications/rasql/Makefile-files')
-rw-r--r--applications/rasql/Makefile-files10
1 files changed, 3 insertions, 7 deletions
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