mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48: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. :^)
133 lines
2.7 KiB
Makefile
133 lines
2.7 KiB
Makefile
TaskbarWidget.o: TaskbarWidget.cpp TaskbarWidget.h ../../LibGUI/GFrame.h \
|
|
../../LibGUI/GWidget.h ../../LibGUI/GElapsedTimer.h ../../LibC/time.h \
|
|
../../LibC/sys/cdefs.h ../../LibC/sys/types.h ../../LibC/stdint.h \
|
|
../../LibGUI/GEvent.h ../../SharedGraphics/Point.h ../../AK/AKString.h \
|
|
../../AK/ByteBuffer.h ../../AK/Types.h ../../AK/StdLibExtras.h \
|
|
../../LibC/stdlib.h ../../LibC/stddef.h ../../LibC/string.h \
|
|
../../AK/Retainable.h ../../AK/Assertions.h ../../LibC/assert.h \
|
|
../../AK/RetainPtr.h ../../AK/Retained.h ../../AK/kmalloc.h \
|
|
../../AK/StringImpl.h ../../AK/Traits.h ../../AK/kstdio.h \
|
|
../../Kernel/kstdio.h ../../Kernel/kprintf.h ../../AK/HashFunctions.h \
|
|
../../AK/Vector.h ../../AK/OwnPtr.h ../../SharedGraphics/Rect.h \
|
|
../../SharedGraphics/Size.h ../../AK/WeakPtr.h ../../AK/Weakable.h \
|
|
../../Kernel/KeyCode.h ../../LibGUI/GObject.h \
|
|
../../SharedGraphics/Color.h ../../SharedGraphics/Font.h \
|
|
../../AK/MappedFile.h ../../AK/Badge.h ../../LibGUI/GLabel.h \
|
|
../../SharedGraphics/TextAlignment.h ../../LibGUI/GButton.h \
|
|
../../SharedGraphics/StylePainter.h ../../AK/Function.h \
|
|
../../SharedGraphics/GraphicsBitmap.h ../../LibC/SharedBuffer.h \
|
|
../../LibGUI/GBoxLayout.h ../../LibGUI/GLayout.h ../../LibGUI/GMargins.h \
|
|
../../LibGUI/GPainter.h ../../SharedGraphics/Painter.h \
|
|
../../LibC/stdio.h ../../LibC/stdarg.h ../../LibC/limits.h
|
|
|
|
TaskbarWidget.h:
|
|
|
|
../../LibGUI/GFrame.h:
|
|
|
|
../../LibGUI/GWidget.h:
|
|
|
|
../../LibGUI/GElapsedTimer.h:
|
|
|
|
../../LibC/time.h:
|
|
|
|
../../LibC/sys/cdefs.h:
|
|
|
|
../../LibC/sys/types.h:
|
|
|
|
../../LibC/stdint.h:
|
|
|
|
../../LibGUI/GEvent.h:
|
|
|
|
../../SharedGraphics/Point.h:
|
|
|
|
../../AK/AKString.h:
|
|
|
|
../../AK/ByteBuffer.h:
|
|
|
|
../../AK/Types.h:
|
|
|
|
../../AK/StdLibExtras.h:
|
|
|
|
../../LibC/stdlib.h:
|
|
|
|
../../LibC/stddef.h:
|
|
|
|
../../LibC/string.h:
|
|
|
|
../../AK/Retainable.h:
|
|
|
|
../../AK/Assertions.h:
|
|
|
|
../../LibC/assert.h:
|
|
|
|
../../AK/RetainPtr.h:
|
|
|
|
../../AK/Retained.h:
|
|
|
|
../../AK/kmalloc.h:
|
|
|
|
../../AK/StringImpl.h:
|
|
|
|
../../AK/Traits.h:
|
|
|
|
../../AK/kstdio.h:
|
|
|
|
../../Kernel/kstdio.h:
|
|
|
|
../../Kernel/kprintf.h:
|
|
|
|
../../AK/HashFunctions.h:
|
|
|
|
../../AK/Vector.h:
|
|
|
|
../../AK/OwnPtr.h:
|
|
|
|
../../SharedGraphics/Rect.h:
|
|
|
|
../../SharedGraphics/Size.h:
|
|
|
|
../../AK/WeakPtr.h:
|
|
|
|
../../AK/Weakable.h:
|
|
|
|
../../Kernel/KeyCode.h:
|
|
|
|
../../LibGUI/GObject.h:
|
|
|
|
../../SharedGraphics/Color.h:
|
|
|
|
../../SharedGraphics/Font.h:
|
|
|
|
../../AK/MappedFile.h:
|
|
|
|
../../AK/Badge.h:
|
|
|
|
../../LibGUI/GLabel.h:
|
|
|
|
../../SharedGraphics/TextAlignment.h:
|
|
|
|
../../LibGUI/GButton.h:
|
|
|
|
../../SharedGraphics/StylePainter.h:
|
|
|
|
../../AK/Function.h:
|
|
|
|
../../SharedGraphics/GraphicsBitmap.h:
|
|
|
|
../../LibC/SharedBuffer.h:
|
|
|
|
../../LibGUI/GBoxLayout.h:
|
|
|
|
../../LibGUI/GLayout.h:
|
|
|
|
../../LibGUI/GMargins.h:
|
|
|
|
../../LibGUI/GPainter.h:
|
|
|
|
../../SharedGraphics/Painter.h:
|
|
|
|
../../LibC/stdio.h:
|
|
|
|
../../LibC/stdarg.h:
|
|
|
|
../../LibC/limits.h:
|