X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile;h=c283ec62ff5d6796d577b2562815061658c59814;hb=6afcf1f9b14d9ad0111daea549cb0db5bf7f9009;hp=f450dd763cedb5b5313cfb1873d4d4cbd2651cf0;hpb=3a6a04204acae8bc2ccfce7d0be1f1ba75744bb5;p=tpg%2Facess2.git diff --git a/Makefile b/Makefile index f450dd76..c283ec62 100644 --- a/Makefile +++ b/Makefile @@ -10,15 +10,16 @@ SUBMAKE = $(MAKE) --no-print-directory -USRLIBS := crt0.o acess.ld ld-acess.so libc.so libposix.so +USRLIBS := crt0.o acess.ld ld-acess.so libc.so libc++.so libposix.so USRLIBS += libreadline.so libnet.so liburi.so libpsocket.so -USRLIBS += libimage_sif.so libunicode.so +USRLIBS += libimage_sif.so libunicode.so libm.so EXTLIBS := #libspiderscript # zlib libpng USRAPPS := init login CLIShell cat ls mount automounter +USRAPPS += insmod USRAPPS += bomb lspci USRAPPS += ip dhcpclient ping telnet irc wget telnetd USRAPPS += axwin3 gui_ate gui_terminal @@ -72,9 +73,15 @@ $(USRLIBS:%=utest-%): utest-%: @CC=$(NCC) $(SUBMAKE) -C Usermode/Libraries/$*_src utest -k # TODO: Module tests using DiskTool and NetTest -mtest: +mtest: mtest-Network @echo > /dev/null +mtest-Network: + @$(SUBMAKE) -C Tools/nativelib + @$(SUBMAKE) -C Tools/NetTest + @$(SUBMAKE) -C Tools/NetTest_Runner + @cd Tools && ./nettest_runner + SyscallList: include/syscalls.h include/syscalls.h: KernelLand/Kernel/Makefile KernelLand/Kernel/syscalls.lst @make -C KernelLand/Kernel/ include/syscalls.h