I2C toy code
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

11 rader
260 B

  1. prefix=@to-be-replaced@
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. Name: LibTomCrypt
  6. Description: public domain open source cryptographic toolkit
  7. Version: @to-be-replaced@
  8. Libs: -L${libdir} -ltomcrypt
  9. Cflags: -I${includedir}