This website requires JavaScript.
Explore
Help
janware
/
jw-pkg
Watch
1
mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced
2026-04-25 09:35:54 +02:00
Code
Activity
Actions
fadf1bca49
jw-pkg
/
make
/
path-rules.mk
4 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
make, scripts: Re-add files necessary for building ytools Re-add everthing needed for building and packaging ytools. This is a big commit, 2002 lines of code. It mostly consists of C/C++ machinery, plus some documentation-related stuff. Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-14 15:59:49 +01:00
all
:
libpath
:
defs.mk: Define Q and use it in *.mk Define Q ?= @, and replace @<command> in recipes by $(Q)<command>. Meant to be overridden from the environment for debugging as in Q= make Signed-off-by: Jan Lindemann <jan@janware.com>
2026-01-25 17:34:53 +01:00
$(
Q
)
echo
"
export LD_LIBRARY_PATH=
$(
LD_LIBRARY_PATH
)
"
$(
Q
)
echo
"
export PATH=.:
$(
PATH
)
"
Copy permalink