summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Examples')
-rw-r--r--Swiften/Examples/EchoBot/Makefile.inc14
-rw-r--r--Swiften/Examples/Makefile.inc4
2 files changed, 0 insertions, 18 deletions
diff --git a/Swiften/Examples/EchoBot/Makefile.inc b/Swiften/Examples/EchoBot/Makefile.inc
deleted file mode 100644
index beab023..0000000
--- a/Swiften/Examples/EchoBot/Makefile.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-ECHOBOT_TARGET = Swiften/Examples/EchoBot/EchoBot
-ECHOBOT_SOURCES += \
- Swiften/Examples/EchoBot/EchoBot.cpp
-ECHOBOT_OBJECTS = \
- $(ECHOBOT_SOURCES:.cpp=.o)
-
-CLEANFILES += $(ECHOBOT_TARGET)
-DEPS += $(ECHOBOT_SOURCES:.cpp=.dep)
-EXAMPLES_TARGETS += $(ECHOBOT_TARGET)
-
-EchoBot: $(ECHOBOT_TARGET)
-
-$(ECHOBOT_TARGET): $(SWIFTEN_TARGET) $(ECHOBOT_OBJECTS)
- $(QUIET_LINK)$(CXX) -o $(ECHOBOT_TARGET) $(ECHOBOT_OBJECTS) $(LDFLAGS) $(SWIFTEN_TARGET) $(LIBS)
diff --git a/Swiften/Examples/Makefile.inc b/Swiften/Examples/Makefile.inc
deleted file mode 100644
index 3c485e2..0000000
--- a/Swiften/Examples/Makefile.inc
+++ /dev/null
@@ -1,4 +0,0 @@
-include Swiften/Examples/EchoBot/Makefile.inc
-
-.PHONY: examples
-examples: $(EXAMPLES_TARGETS)