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
564B

  1. .PHONY: bin
  2. bin:
  3. make -C glew-2.1.0/ -f makefile.${MK} -j $(NUM_JOBS) bin
  4. make -C jansson-2.10/ -f makefile.${MK} -j $(NUM_JOBS) bin
  5. make -C speexdsp-SpeexDSP-1.2rc3/ -f makefile.${MK} -j $(NUM_JOBS) bin
  6. .PHONY: install
  7. install:
  8. make -C glew-2.1.0/ -f makefile.${MK} install
  9. make -C jansson-2.10/ -f makefile.${MK} install
  10. make -C speexdsp-SpeexDSP-1.2rc3/ -f makefile.${MK} install
  11. .PHONY: clean
  12. clean:
  13. make -C glew-2.1.0/ -f makefile.${MK} clean
  14. make -C jansson-2.10/ -f makefile.${MK} clean
  15. make -C speexdsp-SpeexDSP-1.2rc3/ -f makefile.${MK} clean