mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
I originally thought I would do this inside WindowServer, but let's try to make it as a standalone app that communicates with WindowServer instead. That will allow us to use LibGUI. :^)
115 lines
2.3 KiB
Makefile
115 lines
2.3 KiB
Makefile
main.o: main.cpp ../../LibGUI/GApplication.h ../../AK/Badge.h \
|
|
../../AK/OwnPtr.h ../../AK/StdLibExtras.h ../../LibC/stdlib.h \
|
|
../../LibC/sys/cdefs.h ../../LibC/sys/types.h ../../LibC/stdint.h \
|
|
../../LibC/stddef.h ../../LibC/string.h ../../AK/Types.h \
|
|
../../AK/Traits.h ../../AK/kstdio.h ../../Kernel/kstdio.h \
|
|
../../Kernel/kprintf.h ../../AK/HashFunctions.h ../../AK/HashMap.h \
|
|
../../AK/HashTable.h ../../AK/Assertions.h ../../LibC/assert.h \
|
|
../../AK/DoublyLinkedList.h ../../LibGUI/GShortcut.h \
|
|
../../Kernel/KeyCode.h ../../AK/AKString.h ../../AK/ByteBuffer.h \
|
|
../../AK/Retainable.h ../../AK/RetainPtr.h ../../AK/Retained.h \
|
|
../../AK/kmalloc.h ../../AK/StringImpl.h ../../AK/Vector.h \
|
|
TaskbarWindow.h ../../LibGUI/GWindow.h ../../LibGUI/GObject.h \
|
|
../../AK/Weakable.h ../../SharedGraphics/Rect.h \
|
|
../../SharedGraphics/Point.h ../../SharedGraphics/Size.h \
|
|
../../SharedGraphics/GraphicsBitmap.h ../../SharedGraphics/Color.h \
|
|
../../AK/MappedFile.h ../../LibC/SharedBuffer.h ../../AK/WeakPtr.h \
|
|
../../LibGUI/GWidget.h ../../LibGUI/GElapsedTimer.h ../../LibC/time.h \
|
|
../../LibGUI/GEvent.h ../../SharedGraphics/Font.h
|
|
|
|
../../LibGUI/GApplication.h:
|
|
|
|
../../AK/Badge.h:
|
|
|
|
../../AK/OwnPtr.h:
|
|
|
|
../../AK/StdLibExtras.h:
|
|
|
|
../../LibC/stdlib.h:
|
|
|
|
../../LibC/sys/cdefs.h:
|
|
|
|
../../LibC/sys/types.h:
|
|
|
|
../../LibC/stdint.h:
|
|
|
|
../../LibC/stddef.h:
|
|
|
|
../../LibC/string.h:
|
|
|
|
../../AK/Types.h:
|
|
|
|
../../AK/Traits.h:
|
|
|
|
../../AK/kstdio.h:
|
|
|
|
../../Kernel/kstdio.h:
|
|
|
|
../../Kernel/kprintf.h:
|
|
|
|
../../AK/HashFunctions.h:
|
|
|
|
../../AK/HashMap.h:
|
|
|
|
../../AK/HashTable.h:
|
|
|
|
../../AK/Assertions.h:
|
|
|
|
../../LibC/assert.h:
|
|
|
|
../../AK/DoublyLinkedList.h:
|
|
|
|
../../LibGUI/GShortcut.h:
|
|
|
|
../../Kernel/KeyCode.h:
|
|
|
|
../../AK/AKString.h:
|
|
|
|
../../AK/ByteBuffer.h:
|
|
|
|
../../AK/Retainable.h:
|
|
|
|
../../AK/RetainPtr.h:
|
|
|
|
../../AK/Retained.h:
|
|
|
|
../../AK/kmalloc.h:
|
|
|
|
../../AK/StringImpl.h:
|
|
|
|
../../AK/Vector.h:
|
|
|
|
TaskbarWindow.h:
|
|
|
|
../../LibGUI/GWindow.h:
|
|
|
|
../../LibGUI/GObject.h:
|
|
|
|
../../AK/Weakable.h:
|
|
|
|
../../SharedGraphics/Rect.h:
|
|
|
|
../../SharedGraphics/Point.h:
|
|
|
|
../../SharedGraphics/Size.h:
|
|
|
|
../../SharedGraphics/GraphicsBitmap.h:
|
|
|
|
../../SharedGraphics/Color.h:
|
|
|
|
../../AK/MappedFile.h:
|
|
|
|
../../LibC/SharedBuffer.h:
|
|
|
|
../../AK/WeakPtr.h:
|
|
|
|
../../LibGUI/GWidget.h:
|
|
|
|
../../LibGUI/GElapsedTimer.h:
|
|
|
|
../../LibC/time.h:
|
|
|
|
../../LibGUI/GEvent.h:
|
|
|
|
../../SharedGraphics/Font.h:
|