build.info 432 B

1234567891011121314151617
  1. #
  2. # To run the demos when linked with a shared library (default) ensure
  3. # that libcrypto is on the library path. For example:
  4. #
  5. # LD_LIBRARY_PATH=../.. ./rsa_encode
  6. PROGRAMS{noinst} = ec_encode \
  7. rsa_encode
  8. INCLUDE[ec_encode]=../../include
  9. SOURCE[ec_encode]=ec_encode.c
  10. DEPEND[ec_encode]=../../libcrypto
  11. INCLUDE[rsa_encode]=../../include
  12. SOURCE[rsa_encode]=rsa_encode.c
  13. DEPEND[rsa_encode]=../../libcrypto