# DO NOT DELETE

boot.o: ./multiboot.h
kernel.o: ./multiboot.h ./kernel.h ./types.h ./intmgr.h ./ioport.h ./screen.h
kernel.o: ./queue.h ./list.h ./task.h ./memmgr.h ./timer.h ./gdt.h
kernel.o: ./descripter.h ./event.h ./idt.h ./keyboard.h ./shell.h
kernel.o: ./shellcmd.h ./string.h ./vector.h ./keycode.h ./fddrv.h ./device.h
gdt.o: ./gdt.h ./types.h ./descripter.h
idt.o: ./idt.h ./types.h ./descripter.h ./gdt.h
intmgr.o: ./kernel.h ./types.h ./intmgr.h ./ioport.h ./screen.h ./queue.h
intmgr.o: ./list.h ./task.h ./multiboot.h ./memmgr.h ./timer.h ./gdt.h
intmgr.o: ./descripter.h ./event.h
crtbegin.o: ./types.h
crtend.o: ./types.h
memmgr.o: ./kernel.h ./types.h ./intmgr.h ./ioport.h ./screen.h ./queue.h
memmgr.o: ./list.h ./task.h ./multiboot.h ./memmgr.h ./timer.h ./gdt.h
memmgr.o: ./descripter.h ./event.h
timer.o: ./kernel.h ./types.h ./intmgr.h ./ioport.h ./screen.h ./queue.h
timer.o: ./list.h ./task.h ./multiboot.h ./memmgr.h ./timer.h ./gdt.h
timer.o: ./descripter.h ./event.h
list.o: ./memmgr.h ./multiboot.h ./types.h ./list.h
screen.o: ./types.h ./screen.h ./ioport.h
task.o: ./kernel.h ./types.h ./intmgr.h ./ioport.h ./screen.h ./queue.h
task.o: ./list.h ./task.h ./multiboot.h ./memmgr.h ./timer.h ./gdt.h
task.o: ./descripter.h ./event.h
keyboard.o: ./keyboard.h ./kernel.h ./types.h ./intmgr.h ./ioport.h
keyboard.o: ./screen.h ./queue.h ./list.h ./task.h ./multiboot.h ./memmgr.h
keyboard.o: ./timer.h ./gdt.h ./descripter.h ./event.h ./shell.h ./shellcmd.h
keyboard.o: ./string.h ./vector.h ./keycode.h
shell.o: ./shell.h ./task.h ./multiboot.h ./types.h ./queue.h ./intmgr.h
shell.o: ./ioport.h ./list.h ./memmgr.h ./timer.h ./gdt.h ./descripter.h
shell.o: ./event.h ./kernel.h ./screen.h ./shellcmd.h ./string.h ./vector.h
shell.o: ./keyboard.h ./keycode.h
shellcmd.o: ./shellcmd.h ./string.h ./types.h ./vector.h ./memmgr.h
shellcmd.o: ./multiboot.h ./screen.h
string.o: ./string.h ./types.h
fddrv.o: ./fddrv.h ./device.h ./types.h ./ioport.h ./screen.h
