/make.libudev.static.sh (4ac244e14a1f64b8645d03ddf17094b4c4e11ded) (1050 bytes) (mode 100644) (type blob)
if test x$disable_static = xno; then
################################################################################
sep_start;echo 'alibudev:compile src files'
for alibudev_src_file in $libudev_src_files
do
alibudev_o_file_name=$(basename $alibudev_src_file .c)
alibudev_o_file=$(dirname $alibudev_src_file)/a${alibudev_o_file_name}.o
echo "ALIBUDEV_CC $alibudev_src_file-->$alibudev_o_file"
$alibudev_cc -o $alibudev_o_file \
-D_GNU_SOURCE \
$INTERNAL_CPPFLAGS \
-I. \
-I$src_path \
$src_path/src/$alibudev_src_file
alibudev_o_files="$alibudev_o_file $alibudev_o_files"
done
sep_end
#-------------------------------------------------------------------------------
sep_start;echo 'alibudev:archive the object files to produce the library archive'
echo "ALIBUDEV_AR libudev.a"
mkdir -p -- $fake_root$e_libdir
rm -f $fake_root$e_libdir/libudev.a
$alibudev_ar $fake_root$e_libdir/libudev.a $alibudev_o_files
sep_end
################################################################################
fi
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
18092 |
d159169d1050894d3ea3b98e1c965c4058208fe1 |
COPYING-GPL |
100644 |
blob |
26525 |
d2e31278b0ee6fef16025fe44061062ad9acece4 |
COPYING-LGPL |
100644 |
blob |
6001 |
c8caf80acdf632c68c68631a4f8985ea27792968 |
README |
100644 |
blob |
14 |
2430e121d55dea637b402ee33da9b2b9d2b7553e |
TODO |
100755 |
blob |
12618 |
5dc0e2473a2539ce71bcb4a0d1b73b49719aab92 |
make |
100644 |
blob |
218 |
0823fa6cb80346b2f86b94ddc35cd2dd96b39740 |
make.libudev.sh |
100644 |
blob |
1219 |
3c7a2e71871bc536e86b85be14d67ec821d43472 |
make.libudev.shared.dynamic.sh |
100644 |
blob |
252 |
9bb53f9d9675c30eeddab6ca930769505e94adb9 |
make.libudev.shared.sh |
100644 |
blob |
1050 |
4ac244e14a1f64b8645d03ddf17094b4c4e11ded |
make.libudev.static.sh |
100644 |
blob |
2545 |
6611e8af1d9f6ffd939233d2d724617dd9c7d954 |
make.udevd_all.dynamic.sh |
100644 |
blob |
160 |
0f8c924472c7b92e2e99135483399dd44b8a53be |
make.udevd_all.sh |
100644 |
blob |
2448 |
6a4330875fb01e63edef2cdb9496a88557ed7e66 |
make.udevd_all.static.sh |
040000 |
tree |
- |
75fbb96b64ba507ba2afb5ef744e8f8a6a5d4b3b |
rules |
040000 |
tree |
- |
dac33cb2968ca5dc12feca272823a1a473fa3fba |
src |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/mudev
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/mudev
Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/mudev
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main