X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/26cbd0999d84e80dc93d01bc7cc432b00c1b3f06..3898f97325dbed800d4b424e68a0c2858b8d8be7:/helpmod2/Makefile?ds=sidebyside diff --git a/helpmod2/Makefile b/helpmod2/Makefile index 8cf97b90..8e0744c8 100644 --- a/helpmod2/Makefile +++ b/helpmod2/Makefile @@ -1,13 +1,9 @@ +include ../build.mk .PHONY: all -TARGETS=huser.o hhooks.o hconf.o hgen.o hchannel.o hban.o hchanban.o hlamer.o htopic.o hstat.o hqueue.o hterm.o hcensor.o haccount.o hdef.o hcommand.o hcommands.o helpmod.o helpmod_entries.o helpmod_alias.o hticket.o hed.o +TARGETS=huser.o hhooks.o hconf.o hgen.o hchannel.o hban.o hchanban.o hlamer.o htopic.o hstat.o hqueue.o hterm.o hcensor.o haccount.o hdef.o hcommand.o hcommands.o helpmod2.o helpmod_entries.o helpmod_alias.o hticket.o hed.o all: helpmod2.so helpmod2.so: $(TARGETS) - ld -shared -warn-common -Bdynamic -o helpmod2.so $(TARGETS) - -clean: - rm -f *~ *.o *.so -