]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lib/Makefile.in
add version information to modules missing it
[irc/quakenet/newserv.git] / lib / Makefile.in
index d08ee2b0882dcdd13d122575f5e3dba565ea7fb0..e5a5e54ce6cedb3c47a1ea231bb7f8052a639161 100644 (file)
@@ -1,17 +1,7 @@
 @include@ @includel@../build.mk@includel@
 
-default: all
-
-sstring.c:
-       rm -f sstring.c sstring.h
-       ln -s sstring-old.c sstring.c
-       ln -s sstring-old.h sstring.h
+.PHONY: all
 
-sstring-new:
-       rm -f sstring.c sstring.h
-       ln -s sstring-new.c sstring.c
-       ln -s sstring-new.h sstring.h
-       @echo "WARNING: you must recompile newserv from scratch to use a different string library (make clean)"
+default: all
 
-.PHONY: all
-all: sstring.o array.o splitline.o base64.o flags.o irc_string.o strlfunc.o sha1.o irc_ipv6.o rijndael.o sha2.o hmac.o prng.o md5.o stringbuf.o
+all: sstring-${SSTRING_ENGINE}.o array.o splitline.o base64.o flags.o irc_string.o strlfunc.o sha1.o irc_ipv6.o rijndael.o sha2.o hmac.o prng.o md5.o stringbuf.o sstring-lib.o