From be3e64e5ea637c5d98fb9f450a36a9d2f40450e9 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 5 Jun 2014 11:49:05 -0700 Subject: Remove fishd.cpp source, docs, and target from Makefile and Xcode project --- Makefile.in | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f2761e96..3d68a01d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,14 +111,6 @@ BUILTIN_FILES := builtin_set.cpp builtin_commandline.cpp \ FISH_TESTS_OBJS := $(FISH_OBJS) fish_tests.o -# -# All objects that the system needs to build fishd -# - -FISHD_OBJS := fishd.o env_universal_common.o wutil.o print_help.o \ - common.o utf8.o fish_version.o - - # # All objects needed to build mimedb # @@ -181,7 +173,7 @@ FUNCTIONS_DIR_FILES := $(wildcard share/functions/*.fish) # Programs to install # -PROGRAMS := fish mimedb fishd fish_indent +PROGRAMS := fish mimedb fish_indent # # Manual pages to install @@ -688,14 +680,6 @@ fish: $(FISH_OBJS) fish.o $(CXX) $(CXXFLAGS) $(LDFLAGS_FISH) $(FISH_OBJS) fish.o $(LIBS) -o $@ -# -# Build the fishd program. -# - -fishd: $(FISHD_OBJS) - $(CXX) $(CXXFLAGS) $(LDFLAGS) $(FISHD_OBJS) $(LIBS) -o $@ - - # # Build the fish_tests program. # @@ -842,8 +826,6 @@ fish.o: highlight.h env.h color.h builtin.h function.h event.h wutil.h fish.o: sanity.h proc.h parse_tree.h tokenizer.h parse_constants.h parser.h fish.o: expand.h intern.h exec.h output.h screen.h history.h path.h input.h fish.o: input_common.h fish_version.h -fishd.o: config.h signal.h fallback.h util.h common.h wutil.h -fishd.o: env_universal_common.h env.h path.h print_help.h fish_version.h fish_indent.o: config.h fallback.h signal.h util.h common.h wutil.h fish_indent.o: tokenizer.h print_help.h parser_keywords.h fish_version.h fish_tests.o: config.h signal.h fallback.h util.h common.h proc.h io.h -- cgit v1.2.3