mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
30 lines
499 B
Text
30 lines
499 B
Text
options(MAKE) -DPROCESS="<UppBuilder/Make.hpp>";
|
|
|
|
options(TEST) -DPROCESS="<UppBuilder/Skeleton.hpp>";
|
|
|
|
file
|
|
Parser.cpp,
|
|
Make readonly separator,
|
|
Make.hpp,
|
|
update.sh,
|
|
Makefile.in highlight sh,
|
|
color.sh,
|
|
brc.sh,
|
|
Test readonly separator,
|
|
Skeleton.hpp,
|
|
Doc readonly separator,
|
|
srcdoc.tpp,
|
|
src.tpp;
|
|
|
|
mainconfig
|
|
"" = "MAKE",
|
|
"" = "TEST";
|
|
|
|
custom() ".hpp",
|
|
"sh -c \"if [ Parser.cpp -ot $(FILE) ]; then touch Parser.cpp; fi;\"",
|
|
"PHONY";
|
|
|
|
custom(MAKE) ".in",
|
|
"sh update.sh",
|
|
"Makefile";
|
|
|