1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 10:40:59 +00:00
serenity/Servers/LookupServer
joshua stein ac25438d54 Build: clean up build system, use one shared Makefile
Allow everything to be built from the top level directory with just
'make', cleaned with 'make clean', and installed with 'make
install'.  Also support these in any particular subdirectory.

Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as
it runs.

Kernel and early host tools (IPCCompiler, etc.) are built as
object.host.o so that they don't conflict with other things built
with the cross-compiler.
2019-12-20 20:20:54 +01:00
..
DNSPacket.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
DNSRecord.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
LookupServer.cpp LookupServer: Port to socket takeover 2019-11-26 19:58:25 +01:00
LookupServer.h LookupServer: Port to LibCore 2019-11-26 19:58:25 +01:00
main.cpp LookupServer: Port to LibCore 2019-11-26 19:58:25 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00