X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodes%2FMakefile;h=35ec4b9157a26cb5b23c188c37314affb613ae0a;hb=3719db12e6b43e87ef9fad1917b697c565cf59ff;hp=9b2ea75ca9759a505b193fa6c70fe8be6d63fd7b;hpb=9053fc9b92132072334cea2bec4d75d4c9f62c7f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modes/Makefile b/src/modes/Makefile index 9b2ea75ca..35ec4b915 100644 --- a/src/modes/Makefile +++ b/src/modes/Makefile @@ -1,9 +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) -pipe -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