X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodes%2FMakefile;h=35ec4b9157a26cb5b23c188c37314affb613ae0a;hb=e84bf9f3ec5a60078c32b272d3d7885c0708c544;hp=a9eb29ac7c89c6ed553a3b82c7ce06b623918dc3;hpb=b8a0e4415cad04fa30d891c6855429c376c23d7a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modes/Makefile b/src/modes/Makefile index a9eb29ac7..35ec4b915 100644 --- a/src/modes/Makefile +++ b/src/modes/Makefile @@ -1,8 +1,9 @@ -CPPFILES = `/bin/ls -l | grep '\.cpp' | sed 's/^.* //' | grep -v svn` +#CPPFILES = $(shell /bin/ls -l | grep '\.cpp' | sed 's/^.* //' | grep -v svn) CC = i am cornholio CXXFLAGS = -I../../include ${FLAGS} -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 - $(CC) -export-dynamic -c $(CPPFILES) +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) + $(CC) -pipe $(CXXFLAGS) -export-dynamic -c $(CPPFILES) ar r modeclasses.a *.o + ranlib modeclasses.a