X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile;h=c283ec62ff5d6796d577b2562815061658c59814;hb=8159c362f64c7f70d3c834bbf2e1c03df7f75ca2;hp=3940b3e252b3949a9a50e6bf25c2daf3911b2dc7;hpb=3309f65447f4f2a7b1a8a7324a1b92eb8d26b590;p=tpg%2Facess2.git diff --git a/Makefile b/Makefile index 3940b3e2..c283ec62 100644 --- a/Makefile +++ b/Makefile @@ -10,18 +10,19 @@ 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_shell +USRAPPS += axwin3 gui_ate gui_terminal define targetclasses AI_$1 := $$(addprefix allinstall-,$$($1)) @@ -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