summaryrefslogtreecommitdiffstats
path: root/rasmgr
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 /rasmgr
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 'rasmgr')
-rw-r--r--rasmgr/Makefile-files52
1 files changed, 39 insertions, 13 deletions
diff --git a/rasmgr/Makefile-files b/rasmgr/Makefile-files
index d6db88d..57971b0 100644
--- a/rasmgr/Makefile-files
+++ b/rasmgr/Makefile-files
@@ -26,19 +26,45 @@
# * COMMENTS:
##########################################################################
-bin_PROGRAMS += rasmgr
-
-rasmgr_SOURCES=ras_crypto.cc rasmgr_config.cc rasmgr_host.cc rasmgr_main.cc rasmgr_rascontrol.cc rasmgr_srv.cc \
- rasmgr_comm.cc rasmgr_dbm.cc rasmgr_master_nb.cc rasmgr_rascontrol_help.cc \
- rasmgr_users.cc rasmgr_comm_nb.cc rasmgr_error.cc rasmgr_localsrv.cc rasmgr_random.cc \
- hostcmp.cc \
- ras_crypto.hh rasmgr_config.hh rasmgr_host.hh rasmgr_rascontrol.hh rasmgr_srv.hh \
- rasmgr_comm.hh rasmgr_dbm.hh \
- rasmgr_users.hh rasmgr_comm_nb.hh rasmgr_error.hh rasmgr_localsrv.hh \
- rasmgr.hh rasmgr_protocol.hh rasmgr_master.hh \
- ../mymalloc/mymalloc_cln.cc ../mymalloc/mymalloc.h
-
-rasmgr_LDADD= ../raslib/libraslib.la ../network/libnetwork.la ../commline/libcommline.la
+bin_PROGRAMS += xrasmgr
+
+xrasmgr_SOURCES = rasmgr/ras_crypto.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_config.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_host.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_main.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_rascontrol.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_srv.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_comm.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_dbm.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_master_nb.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_rascontrol_help.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_users.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_comm_nb.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_error.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_localsrv.cc
+xrasmgr_SOURCES += rasmgr/rasmgr_random.cc
+xrasmgr_SOURCES += rasmgr/hostcmp.cc
+xrasmgr_SOURCES += rasmgr/ras_crypto.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_config.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_host.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_rascontrol.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_srv.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_comm.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_dbm.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_users.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_comm_nb.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_error.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_localsrv.hh
+xrasmgr_SOURCES += rasmgr/rasmgr.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_protocol.hh
+xrasmgr_SOURCES += rasmgr/rasmgr_master.hh
+xrasmgr_SOURCES += mymalloc/mymalloc_cln.cc
+xrasmgr_SOURCES += mymalloc/mymalloc.h
+
+rasmgr_libs = libraslib.la libnetwork.la libcommline.la
+
+xrasmgr_LDADD = $(rasmgr_libs)
+xrasmgr_DEPENDENCIES = $(rasmgr_libs)
#ifdef STATIC_LIBS