mirror of
https://codeberg.org/scip/swayipc.git
synced 2026-08-24 14:54:19 +02:00
update examples and add build config
This commit is contained in:
88
_examples/Makefile
Normal file
88
_examples/Makefile
Normal file
@@ -0,0 +1,88 @@
|
||||
examples: example-current_workspace example-events example-find_focused_window example-get_bars example-get_config example-get_inputs example-get_marks example-get_outputs example-get_seats example-get_tree example-get_version example-get_workspaces example-run_command example-run_global_command
|
||||
|
||||
clean: clean-example-current_workspace clean-example-events clean-example-find_focused_window clean-example-get_bars clean-example-get_config clean-example-get_inputs clean-example-get_marks clean-example-get_outputs clean-example-get_seats clean-example-get_tree clean-example-get_version clean-example-get_workspaces clean-example-run_command clean-example-run_global_command
|
||||
|
||||
example-current_workspace:
|
||||
make -C current_workspace
|
||||
|
||||
example-events:
|
||||
make -C events
|
||||
|
||||
example-find_focused_window:
|
||||
make -C find_focused_window
|
||||
|
||||
example-get_bars:
|
||||
make -C get_bars
|
||||
|
||||
example-get_config:
|
||||
make -C get_config
|
||||
|
||||
example-get_inputs:
|
||||
make -C get_inputs
|
||||
|
||||
example-get_marks:
|
||||
make -C get_marks
|
||||
|
||||
example-get_outputs:
|
||||
make -C get_outputs
|
||||
|
||||
example-get_seats:
|
||||
make -C get_seats
|
||||
|
||||
example-get_tree:
|
||||
make -C get_tree
|
||||
|
||||
example-get_version:
|
||||
make -C get_version
|
||||
|
||||
example-get_workspaces:
|
||||
make -C get_workspaces
|
||||
|
||||
example-run_command:
|
||||
make -C run_command
|
||||
|
||||
example-run_global_command:
|
||||
make -C run_global_command
|
||||
|
||||
clean-example-current_workspace:
|
||||
make -C current_workspace clean
|
||||
|
||||
clean-example-events:
|
||||
make -C events clean
|
||||
|
||||
clean-example-find_focused_window:
|
||||
make -C find_focused_window clean
|
||||
|
||||
clean-example-get_bars:
|
||||
make -C get_bars clean
|
||||
|
||||
clean-example-get_config:
|
||||
make -C get_config clean
|
||||
|
||||
clean-example-get_inputs:
|
||||
make -C get_inputs clean
|
||||
|
||||
clean-example-get_marks:
|
||||
make -C get_marks clean
|
||||
|
||||
clean-example-get_outputs:
|
||||
make -C get_outputs clean
|
||||
|
||||
clean-example-get_seats:
|
||||
make -C get_seats clean
|
||||
|
||||
clean-example-get_tree:
|
||||
make -C get_tree clean
|
||||
|
||||
clean-example-get_version:
|
||||
make -C get_version clean
|
||||
|
||||
clean-example-get_workspaces:
|
||||
make -C get_workspaces clean
|
||||
|
||||
clean-example-run_command:
|
||||
make -C run_command clean
|
||||
|
||||
clean-example-run_global_command:
|
||||
make -C run_global_command clean
|
||||
|
||||
Reference in New Issue
Block a user