You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
220B

  1. #
  2. # Makefile for jansson lib + GCC
  3. #
  4. #
  5. include ../yac/install_linux.mk
  6. TARGET_BASENAME=jansson
  7. EXTRAFLAGS= -I./ -Isrc/ -DHAVE_STDINT_H
  8. EXTRALIBS=
  9. PLAF_OBJ=
  10. include make.objects
  11. include ../yac/staticlib_linux.mk