mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:38:11 +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. :^)
118 lines
2.3 KiB
Makefile
118 lines
2.3 KiB
Makefile
TaskbarWindow.o: TaskbarWindow.cpp TaskbarWindow.h ../../LibGUI/GWindow.h \
|
|
../../LibGUI/GObject.h ../../AK/Vector.h ../../AK/Assertions.h \
|
|
../../LibC/assert.h ../../LibC/sys/cdefs.h ../../AK/OwnPtr.h \
|
|
../../AK/StdLibExtras.h ../../LibC/stdlib.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/kmalloc.h ../../AK/Weakable.h ../../AK/Retainable.h \
|
|
../../AK/RetainPtr.h ../../AK/Retained.h ../../SharedGraphics/Rect.h \
|
|
../../SharedGraphics/Point.h ../../AK/AKString.h ../../AK/ByteBuffer.h \
|
|
../../AK/StringImpl.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 ../../Kernel/KeyCode.h ../../SharedGraphics/Font.h \
|
|
../../AK/Badge.h TaskbarWidget.h ../../LibGUI/GFrame.h \
|
|
../../LibGUI/GDesktop.h ../../AK/Function.h ../../LibC/stdio.h \
|
|
../../LibC/stdarg.h ../../LibC/limits.h
|
|
|
|
TaskbarWindow.h:
|
|
|
|
../../LibGUI/GWindow.h:
|
|
|
|
../../LibGUI/GObject.h:
|
|
|
|
../../AK/Vector.h:
|
|
|
|
../../AK/Assertions.h:
|
|
|
|
../../LibC/assert.h:
|
|
|
|
../../LibC/sys/cdefs.h:
|
|
|
|
../../AK/OwnPtr.h:
|
|
|
|
../../AK/StdLibExtras.h:
|
|
|
|
../../LibC/stdlib.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/kmalloc.h:
|
|
|
|
../../AK/Weakable.h:
|
|
|
|
../../AK/Retainable.h:
|
|
|
|
../../AK/RetainPtr.h:
|
|
|
|
../../AK/Retained.h:
|
|
|
|
../../SharedGraphics/Rect.h:
|
|
|
|
../../SharedGraphics/Point.h:
|
|
|
|
../../AK/AKString.h:
|
|
|
|
../../AK/ByteBuffer.h:
|
|
|
|
../../AK/StringImpl.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:
|
|
|
|
../../Kernel/KeyCode.h:
|
|
|
|
../../SharedGraphics/Font.h:
|
|
|
|
../../AK/Badge.h:
|
|
|
|
TaskbarWidget.h:
|
|
|
|
../../LibGUI/GFrame.h:
|
|
|
|
../../LibGUI/GDesktop.h:
|
|
|
|
../../AK/Function.h:
|
|
|
|
../../LibC/stdio.h:
|
|
|
|
../../LibC/stdarg.h:
|
|
|
|
../../LibC/limits.h:
|