]> jfr.im git - solanum.git/blobdiff - Makefile.am
check bans and quiets for cmode -n/nonmember PRIVMSG
[solanum.git] / Makefile.am
index eb249792d76a6dc9f1f6dd6eb7e6c989dd603b94..19e7b3966d028b28686a2338b9ce1cdb842ba946 100644 (file)
@@ -9,16 +9,16 @@ endif
 
 SUBDIRS += ircd \
            ssld \
+           wsockd \
            authd \
            bandb \
+           tests \
            tools \
            modules \
            extensions \
            help \
            doc
 
-logdir = @prefix@/logs
-
 BUILT_SOURCES = include/serno.h
 
 include/serno.h:
@@ -29,10 +29,32 @@ include/serno.h:
                        echo '#define SERNO "'$$revh'"' >include/serno.h ; \
                        echo "#define DATECODE $${datecode}UL" >>include/serno.h; \
                fi \
-       else \
+       fi
+       @if [ ! -f include/serno.h ]; then \
                echo '#define SERNO "unknown"' >include/serno.h; \
                echo '#define DATECODE 0UL' >>include/serno.h; \
        fi
 
 install-data-hook:
        test -d ${DESTDIR}${logdir} || mkdir -p ${DESTDIR}${logdir}
+
+install-exec-hook:
+       rm -f ${DESTDIR}${libdir}/*.la
+       rm -f ${DESTDIR}${moduledir}/*.la
+       rm -f ${DESTDIR}${moduledir}/autoload/*.la
+       rm -f ${DESTDIR}${moduledir}/extensions/*.la
+       rm -f ${DESTDIR}${libdir}/*.dll.a
+       rm -f ${DESTDIR}${moduledir}/*.dll.a
+       rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a
+       rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a
+
+distclean-local:
+       rm -f librb/include/librb-config.h
+
+clean-local:
+       rm -f include/serno.h
+       rm -f ircd/ircd_lexer.c
+       rm -f ircd/ircd_parser.c
+       rm -f ircd/ircd_parser.h
+       rm -f ircd/version.c
+       rm -f ircd/version.c.last