]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - src/modes/Makefile
Add support for cmode +h
[user/henk/code/inspircd.git] / src / modes / Makefile
1 #CPPFILES = $(shell /bin/ls -l | grep '\.cpp' | sed 's/^.* //' | grep -v svn)
2 CC = i am cornholio
3 CXXFLAGS = -I../../include ${FLAGS}
4
5 all: ../../include/base.h ../../include/modules.h ../../include/inspircd.h ../../include/channels.h ../../include/users.h ../../include/globals.h ../../include/inspircd_config.h ../../include/mode.h $(CPPFILES)
6         $(CC) -pipe $(CXXFLAGS) -export-dynamic -c $(CPPFILES)
7         ar r modeclasses.a *.o
8         ranlib modeclasses.a
9