]> jfr.im git - irc/quakenet/newserv.git/blobdiff - build.mk.in
Add opername to noperserv oper alerts.
[irc/quakenet/newserv.git] / build.mk.in
index e15ef6a46f32082c5a1cf5a54d3570f1e174378a..7db103d4cf5bd59dc229196b8e46c91c9207e372 100644 (file)
@@ -2,12 +2,19 @@
 INCPATH=../
 @endif@
 
-@include@ @includel@$(INCPATH)configure.mk@includel@
+CFLAGS=
+
 @sinclude@ @includel@$(INCPATH)settings.mk@includel@
 
 @ifndef@ BUILDID
-BUILDID @shell@ (hg id || echo "unknown") | sed -e "s/+ /-/" @shellend@
+BUILDID @shell@ (hg id || echo "unknown") | sed -e "s/+ /-/;s/ /-/" @shellend@
 @endif@
 
+.SUFFIXES: .so
+
+.o.so:
+       @-ldline-@ $(LDFLAGS)
+
 CC=gcc
-CFLAGS+=-Wall -g -fPIC -export-dynamic -finline-functions -funroll-loops -std=c99 -I./ -DBUILDID=$(BUILDID)
+CFLAGS+=-Wall -g -finline-functions -funroll-loops -std=c99 -I./ -DBUILDID=$(BUILDID)
+CFLAGS+=-fPIC -export-dynamic