dm9pZCAq 76a3909d47 drop BSD support | 3 年 前 | |
---|---|---|
.. | ||
README.md | 3 年 前 | |
gen_comp.sed | 3 年 前 | |
smart-config.c | 3 年 前 | |
smart-config.sh | 3 年 前 |
smart-config
used to generate list of needed C
file
for example if you need only datetime
in your status,
you whatever compile all components
but with smart-config
you will compile only needed components
to manually list needed files, you need:
compile smart-config
:
make -C .. smart-config/smart-config
run smart-config.sh
:
sh ./smart-config.sh ./smart-config ../components
smart-config
binarysmart-config
itself prints names of used functions,
but if function is vol_perc
,
then it prints file:
with path to file (e.g. file:volume/alsa.c
)