Home | History | Annotate | only in /ndk/build/gmsl
Up to higher level directory
NameDateSize
__gmsl08-Oct-201539K
gmsl08-Oct-20153K
gmsl-tests08-Oct-201525.4K
index.html08-Oct-201527.8K
README08-Oct-2015351

README

      1 GNU Make Standard Library
      2 -------------------------
      3 
      4 1. Visit http://gmsl.sf.net for more details
      5 
      6 2. To use the GMSL in your Makefile make sure that you have the files
      7 
      8    gmsl
      9    __gmsl
     10 
     11    Add 
     12 
     13    include gmsl
     14 
     15    to your Makefile(s).
     16 
     17 3. To run the GMSL test suite have 
     18 
     19    gmsl
     20    __gmsl
     21    gmsl-tests
     22 
     23    And then run
     24 
     25    make -f gmsl-tests
     26 
     27