summaryrefslogtreecommitdiff
path: root/src/mods/html/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-11-21 16:55:05 +0000
committerPaul Buetow <paul@buetow.org>2010-11-21 16:55:05 +0000
commit5ca206ce46474fc47bfd966996df9fdbcb094a6c (patch)
tree0da3a1d346d3a9f1aed8c3785699b138c0be1052 /src/mods/html/Makefile
parent7fa0ff180b35e7fef218f0b9113d7e0f3f9b54a8 (diff)
moving into ychat subdir
Diffstat (limited to 'src/mods/html/Makefile')
-rw-r--r--src/mods/html/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mods/html/Makefile b/src/mods/html/Makefile
deleted file mode 100644
index c17d7f6..0000000
--- a/src/mods/html/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-SRCS=$(shell find ./ -name '*.cpp')
-MODS=$(addprefix ../../../mods/html/, $(SRCS:.cpp=.so))
-CXX=g++
-CXXFLAGS=-fno-inline -fno-default-inline -g -O2 ${EFLAGS}
-all: mods
-${MODS}:
- @if ! test -d `dirname $@`; then mkdir -p `dirname $@`; fi
- @${CXX} ${CXXGLAGS} -fPIC -shared -s -o $@ ` \
- echo $(notdir $@) | sed s/.so/.cpp/`
- @echo "mods:html:`basename $@ | sed s/\.so// | sed s/yc_//` (` \
- du -hs $@ | awk '{ print $$1 }'`) "
-infotext:
- @echo "===> Compiling html modules"
-mods: infotext ${MODS}
- @echo "===> Num of html modules: `ls \
- ../../../mods/html/*.so | wc -l | sed 's/ //g;'`"
-clean:
- @echo "===> Cleaning html modules"
- @if test -d ../../../mods/html; then rm -Rf ../../../mods/html; fi
-../../../mods/html/./yc_admin.so: yc_admin.cpp
-../../../mods/html/./yc_colors.so: yc_colors.cpp
-../../../mods/html/./yc_help.so: yc_help.cpp
-../../../mods/html/./yc_loggedin.so: yc_loggedin.cpp
-../../../mods/html/./yc_options.so: yc_options.cpp
-../../../mods/html/./yc_register.so: yc_register.cpp