]> jfr.im git - irc/quakenet/newserv.git/blame - lua/Makefile
Rearchitecture makefiles, stage 1.
[irc/quakenet/newserv.git] / lua / Makefile
CommitLineData
6ce8b293 1CFLAGS+=$(INCLUA) $(INCPGSQL)
2da56f0d
CP
2
3.PHONY: all
ea15be33 4all: lua.so nterfacer_lua.so
2da56f0d 5
3cf6947a 6lua.so: lua.o luacommands.o luacontrol.o luabot.o lualocal.o luadebug.o luadb.o luasocket.o luacrypto.o
6ce8b293 7 ld -shared -Bdynamic -o $@ $^ ${LIBLUA}
ea15be33
CP
8
9nterfacer_lua.so: nterfacer_lua.o
10 ld -shared -Bdynamic -o $@ $^
11