android_mt6572_jiabo/ndk/build/gmsl
2025-09-05 16:56:03 +08:00
..
__gmsl first commit 2025-09-05 16:56:03 +08:00
gmsl first commit 2025-09-05 16:56:03 +08:00
gmsl-tests first commit 2025-09-05 16:56:03 +08:00
index.html first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

GNU Make Standard Library
-------------------------

1. Visit http://gmsl.sf.net for more details

2. To use the GMSL in your Makefile make sure that you have the files

   gmsl
   __gmsl

   Add 

   include gmsl

   to your Makefile(s).

3. To run the GMSL test suite have 

   gmsl
   __gmsl
   gmsl-tests

   And then run

   make -f gmsl-tests