Team Fortress 2 Source Code as on 22/4/2020
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.

28 lines
533 B

  1. ifndef QCONFIG
  2. QCONFIG=qconfig.mk
  3. endif
  4. include $(QCONFIG)
  5. #####################################
  6. # Preset make macros go here
  7. #####################################
  8. EXTRA_SRCVPATH+=$(PROJECT_ROOT)/
  9. EXTRA_INCVPATH+=$(PRODUCT_ROOT)/
  10. # Use same flags from Jamfile to make a shared library
  11. CCFLAGS +=
  12. define PINFO
  13. PINFO DESCRIPTION=JSON_Parser
  14. endef
  15. INSTALLDIR=usr/bin
  16. NAME=json_parser
  17. include $(MKFILES_ROOT)/qtargets.mk
  18. #####################################
  19. # Post-set make macros go here
  20. #####################################