mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
LibGUI: Remove leading G from filenames
This commit is contained in:
parent
2e219255a2
commit
6a9cc66b97
316 changed files with 965 additions and 966 deletions
|
@ -1,70 +1,70 @@
|
|||
OBJS = \
|
||||
GPainter.o \
|
||||
GButton.o \
|
||||
GCheckBox.o \
|
||||
GWindowServerConnection.o \
|
||||
GLabel.o \
|
||||
GTextBox.o \
|
||||
GScrollBar.o \
|
||||
GStatusBar.o \
|
||||
GWidget.o \
|
||||
GLayout.o \
|
||||
GBoxLayout.o \
|
||||
GColorPicker.o \
|
||||
GMenuBar.o \
|
||||
GMenu.o \
|
||||
GMenuItem.o \
|
||||
GApplication.o \
|
||||
GAction.o \
|
||||
GActionGroup.o \
|
||||
GFontDatabase.o \
|
||||
GToolBar.o \
|
||||
GTableView.o \
|
||||
GModel.o \
|
||||
GVariant.o \
|
||||
GShortcut.o \
|
||||
GTextEditor.o \
|
||||
GTextDocument.o \
|
||||
GClipboard.o \
|
||||
GSortingProxyModel.o \
|
||||
GStackWidget.o \
|
||||
GScrollableWidget.o \
|
||||
GMessageBox.o \
|
||||
GInputBox.o \
|
||||
GDialog.o \
|
||||
GDesktop.o \
|
||||
GProgressBar.o \
|
||||
GAbstractView.o \
|
||||
GAbstractTableView.o \
|
||||
GItemView.o \
|
||||
GIcon.o \
|
||||
GFrame.o \
|
||||
GTreeView.o \
|
||||
GFileSystemModel.o \
|
||||
GFilePicker.o \
|
||||
GColumnsView.o \
|
||||
GSplitter.o \
|
||||
GSpinBox.o \
|
||||
GGroupBox.o \
|
||||
GSlider.o \
|
||||
GResizeCorner.o \
|
||||
GTabWidget.o \
|
||||
GRadioButton.o \
|
||||
GAbstractButton.o \
|
||||
GListView.o \
|
||||
GComboBox.o \
|
||||
GJsonArrayModel.o \
|
||||
GAboutDialog.o \
|
||||
GModelSelection.o \
|
||||
GLazyWidget.o \
|
||||
GCommand.o \
|
||||
GUndoStack.o \
|
||||
GDragOperation.o \
|
||||
GWindow.o
|
||||
AboutDialog.o \
|
||||
AbstractButton.o \
|
||||
AbstractTableView.o \
|
||||
AbstractView.o \
|
||||
Action.o \
|
||||
ActionGroup.o \
|
||||
Application.o \
|
||||
BoxLayout.o \
|
||||
Button.o \
|
||||
CheckBox.o \
|
||||
Clipboard.o \
|
||||
ColorPicker.o \
|
||||
ColumnsView.o \
|
||||
ComboBox.o \
|
||||
Command.o \
|
||||
Desktop.o \
|
||||
Dialog.o \
|
||||
DragOperation.o \
|
||||
FilePicker.o \
|
||||
FileSystemModel.o \
|
||||
FontDatabase.o \
|
||||
Frame.o \
|
||||
GroupBox.o \
|
||||
Icon.o \
|
||||
InputBox.o \
|
||||
ItemView.o \
|
||||
JsonArrayModel.o \
|
||||
Label.o \
|
||||
Layout.o \
|
||||
LazyWidget.o \
|
||||
ListView.o \
|
||||
Menu.o \
|
||||
MenuBar.o \
|
||||
MenuItem.o \
|
||||
MessageBox.o \
|
||||
Model.o \
|
||||
ModelSelection.o \
|
||||
Painter.o \
|
||||
ProgressBar.o \
|
||||
RadioButton.o \
|
||||
ResizeCorner.o \
|
||||
ScrollBar.o \
|
||||
ScrollableWidget.o \
|
||||
Shortcut.o \
|
||||
Slider.o \
|
||||
SortingProxyModel.o \
|
||||
SpinBox.o \
|
||||
Splitter.o \
|
||||
StackWidget.o \
|
||||
StatusBar.o \
|
||||
TabWidget.o \
|
||||
TableView.o \
|
||||
TextBox.o \
|
||||
TextDocument.o \
|
||||
TextEditor.o \
|
||||
ToolBar.o \
|
||||
TreeView.o \
|
||||
UndoStack.o \
|
||||
Variant.o \
|
||||
Widget.o \
|
||||
Window.o \
|
||||
WindowServerConnection.o
|
||||
|
||||
LIBRARY = libgui.a
|
||||
|
||||
GWindowServerConnection.cpp: ../../Servers/WindowServer/WindowServerEndpoint.h
|
||||
Application.cpp: ../../Servers/WindowServer/WindowServerEndpoint.h
|
||||
|
||||
../../Servers/WindowServer/WindowServerEndpoint.h:
|
||||
@flock $(dir $(@)) $(MAKE) -C $(dir $(@))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue