mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2025-08-01 16:08:29 +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
|