mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-13 05:42:05 +00:00
14 lines
289 B
Plaintext
Executable File
14 lines
289 B
Plaintext
Executable File
#|/bin/bash
|
|
|
|
shopt -s nullglob
|
|
pushd "LFSToolKit/lfstk"
|
|
csrclst=$(echo "../lfstk/*.c" "../lfstk/*.cpp")
|
|
echo COMMONSRC = $csrclst > ../sources
|
|
popd
|
|
|
|
#pushd LFSToolKit
|
|
##headerlst=$(echo "../src/LFSTK*.h")
|
|
# headerlst=$(echo "src/LFSTK*.h")
|
|
# echo APIHEADERS = $headerlst > headers
|
|
#popd
|