Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arakis committed Nov 2, 2019
1 parent 422d586 commit 3d9ccf3
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ KERNEL_HYBRID_DISK := os/Abanu.Kernel.Core.x86-grub-hybrid.disk.img
all: out

out:
./abctl build assembly
$(MAKE) $(NATIVE)
#$(MAKE) $(IMAGE_OUT)
$(MAKE) $(KERNEL_EFI_DISK)

rebuild:
$(MAKE) -B

native: $(NATIVE)

# .PHONY: all net out
Expand Down Expand Up @@ -76,14 +78,14 @@ $(APP_SHELL_OUT): $(APP_SHELL_NET)

#$(KERNEL_NET) $(LOADER_NET) $(HELLOKERNEL_NET) $(HELLOSERVICE_NET) $(CONSOLESERVER_NET) $(SERVICE_BASIC_NET) $(SERVICE_HOSTCOMMUNICATION_NET) $(APP_SHELL_NET): net

$(KERNEL_NET):
$(LOADER_NET):
$(HELLOKERNEL_NET):
$(HELLOSERVICE_NET):
$(CONSOLESERVER_NET):
$(SERVICE_BASIC_NET):
$(SERVICE_HOSTCOMMUNICATION_NET):
$(APP_SHELL_NET):
external/MOSA-Project/bin: external/MOSA-Project/Source/packages
./abctl configure packages

external/MOSA-Project/Source/packages:
./abctl configure packages

$(KERNEL_NET) $(LOADER_NET) $(HELLOKERNEL_NET) $(HELLOSERVICE_NET) $(CONSOLESERVER_NET) $(SERVICE_BASIC_NET) $(SERVICE_HOSTCOMMUNICATION_NET) $(APP_SHELL_NET): external/MOSA-Project/bin
./abctl build assembly

$(KERNEL_EFI_DISK) $(KERNEL_HYBRID_DISK): $(IMAGE_OUT)
./abctl build disk

0 comments on commit 3d9ccf3

Please sign in to comment.