Skip to content

Commit

Permalink
Remove server code.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Dec 22, 2016
1 parent f2e3bdc commit 95cf1b8
Show file tree
Hide file tree
Showing 303 changed files with 18 additions and 56,179 deletions.
36 changes: 2 additions & 34 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,41 +1,9 @@
MAKE_CLIENT =
SUBDIRS = include lib common daemon app doc

if COMPILE_CLIENT
MAKE_CLIENT += daemon
endif

if WIN32
MAKE_CONTROLLER =
else
MAKE_CONTROLLER = controller
endif

if COMPILE_FUSE
MAKE_FUSE = fuse
else
MAKE_FUSE =
endif

if COMPILE_SERVER
MAKE_SERVER = server tools $(MAKE_CONTROLLER) $(MAKE_FUSE)
endif

SUBDIRS = include lib common app python tests doc \
$(MAKE_CLIENT) $(MAKE_SERVER)

DIST_SUBDIRS = include lib common app python tests \
daemon server tools controller \
doc fuse

INTLTOOL = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
DIST_SUBDIRS = include lib common app daemon doc

EXTRA_DIST = install-sh $(INTLTOOL) README.markdown scripts debian msi LICENSE.txt

DISTCHECK_CONFIGURE_FLAGS = --enable-server

ACLOCAL_AMFLAGS = -I m4

dist-hook:
Expand Down
17 changes: 0 additions & 17 deletions app/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
AM_CFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" \
-DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" \
-I$(top_srcdir)/include \
-I$(top_srcdir)/common \
-I$(top_srcdir)/lib \
@CCNET_CFLAGS@ \
@GLIB2_CFLAGS@ \
@MSVC_CFLAGS@ \
-Wall

if COMPILE_CLIENT
bin_SCRIPTS = seaf-cli
endif

# monitor_tool_SOURCES = monitor-tool.c
# monitor_tool_LDADD = @CCNET_CFLAGS@ \
# -lsearpc \
# @GLIB2_LIBS@ @GOBJECT_LIBS@ @SSL_LIBS@ -lrt -luuid -lsqlite3

EXTRA_DIST = seaf-cli
227 changes: 0 additions & 227 deletions app/monitor-tool.c

This file was deleted.

Loading

0 comments on commit 95cf1b8

Please sign in to comment.