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.

25 lines
362B

  1. #
  2. # Makefile for speex lib + GCC
  3. #
  4. #
  5. include ../yac/install_linux.mk
  6. TARGET_BASENAME=libspeexdsp
  7. EXTRAFLAGS= -D_GLFW_USE_CONFIG_H -DHAVE_CONFIG_H -Iinclude -I./
  8. EXTRALIBS=
  9. PLAF_OBJ=
  10. include make.objects
  11. ifeq ($(BUILD_64),y)
  12. LIB_INSTALL_PREFIX=../lib/linux_gcc/x64/
  13. else
  14. LIB_INSTALL_PREFIX=../lib/linux_gcc/x86/
  15. endif
  16. include ../yac/staticlib_linux.mk