Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
gui
cbpm-manager
Commits
7307f35a
Commit
7307f35a
authored
May 18, 2022
by
Luca Vidotto
Browse files
First commit
parents
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
7307f35a
# make file template for cumbia interpreted GUIs
# most of the times just edit PROJECTNAME!
PROJECTNAME
=
cbpm-manager
NAME
=
${PROJECTNAME}
-gui
DIRNAME
=
${PROJECTNAME}
GUI_FILE
=
${PROJECTNAME}
.ui
GUI_FILE_SRC
=
src/
${GUI_FILE}
# add as many ARG variableas as many commnad line parameters
# or name of devices needed
# ARG1=' $$1'
# ARG2=' $$2'
default
:
bin ${GUI_FILE_SRC}
@
cp
${GUI_FILE_SRC}
bin/
${DIRNAME}
@
echo
-n
"#!/bin/bash
\n
la-cumparsita /runtime/bin/
${PROJECTNAME}
/
${DIRNAME}
.ui"
>
bin/
${NAME}
# add as many ARG variableas as many commnad line parameters or nameof devicese ypu need
# @echo -n ${ARG1} >> bin/${NAME}
# @echo -n ${ARG2} >> bin/${NAME}
#close the command line list end put end of line
@echo
-n
"\n"
>>
bin/${NAME}
@chmod
+x
bin/${NAME}
bin
:
@
test
-d
$@
||
mkdir
-p
$@
/
${DIRNAME}
clean
:
@
rm
-fr
bin/ src/
*
~
.PHONY
:
clean
README.md
0 → 100644
View file @
7307f35a
# cbpm-manager
src/cbpm-manager.ui
0 → 100644
View file @
7307f35a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment