summaryrefslogtreecommitdiff
path: root/src/plugins/Makefile
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 01:33:37 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 01:33:37 +0000
commit7e7936b1f7c632cfd05fa005e2853f10f899524b (patch)
tree7611bb87d6042a1f3893ad8fe694d9a09ae6a82f /src/plugins/Makefile
parentdfbd9a3b2e2ba9d87e4bbad431106a1a97b45baa (diff)
downloadhercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.gz
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.bz2
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.tar.xz
hercules-7e7936b1f7c632cfd05fa005e2853f10f899524b.zip
Removed graph, httpd and webserver
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9757 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/plugins/Makefile')
-rw-r--r--src/plugins/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/plugins/Makefile b/src/plugins/Makefile
index 989ae0939..f576995f6 100644
--- a/src/plugins/Makefile
+++ b/src/plugins/Makefile
@@ -1,5 +1,5 @@
-OBJECTS = sample.dll sig.dll pid.dll gui.dll upnp.dll httpd.dll console.dll
+OBJECTS = sample.dll sig.dll pid.dll gui.dll upnp.dll console.dll
ifdef CYGWIN
PLUGINEXT = dll
@@ -16,12 +16,6 @@ txt sql all: $(PLUGINS)
$(CC) $(CFLAGS) -shared -o ../../plugins/$@ $<
@touch $@
-httpd.$(PLUGINEXT): httpd.c
- $(CC) $(CFLAGS) -shared -o ../../plugins/$@ $< \
- ../common/obj/minimalloc.o ../common/obj/db.o ../common/obj/showmsg.o \
- ../common/obj/utils.o ../common/obj/ers.o
- @touch $@
-
sig.$(PLUGINEXT): sig.c
$(CC) $(CFLAGS) -shared -o ../../plugins/$@ $< \
../common/obj/showmsg.o ../common/obj/utils.o \
@@ -29,14 +23,12 @@ sig.$(PLUGINEXT): sig.c
@touch $@
gui.$(PLUGINEXT): ../../plugins/gui.conf
-httpd.$(PLUGINEXT): ../../plugins/httpd.conf
upnp.$(PLUGINEXT): ../../plugins/upnp.conf
../../plugins/%.conf: %.txt
cp -r $< $@
../../plugins/gui.conf: gui.txt
-../../plugins/httpd.conf: httpd.txt
../../plugins/upnp.conf: upnp.txt
depend: