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.
|
- #
- # Makefile for jansson lib + GCC
- #
- #
-
- include ../yac/install_linux.mk
-
- TARGET_BASENAME=jansson
-
- EXTRAFLAGS= -I./ -Isrc/ -DHAVE_STDINT_H -DHAVE_ATOMIC_BUILTINS -DHAVE_SCHED_YIELD
-
- EXTRALIBS=
-
- PLAF_OBJ=
-
- include make.objects
-
- ifeq ($(BUILD_64),y)
- LIB_INSTALL_PREFIX=../lib/linux_gcc/x64/
- else
- LIB_INSTALL_PREFIX=../lib/linux_gcc/x86/
- endif
-
- include ../yac/staticlib_linux.mk
|