/components/tachart/Makefile.fpc

http://github.com/graemeg/lazarus · Unknown · 63 lines · 53 code · 10 blank · 0 comment · 0 complexity · 0fa3ade845fd14e08e774590abcde54e MD5 · raw file

  1. # File generated automatically by Lazarus Package Manager
  2. #
  3. # Makefile.fpc for TAChartLazarusPkg 1.0
  4. #
  5. # This file was generated on 1-10-15
  6. [package]
  7. name=tachartlazaruspkg
  8. version=1.0
  9. [compiler]
  10. unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)
  11. unitdir=numlib_fix editors ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../lazcontrols/lib/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) .
  12. options= -MObjFPC -Scgi -Cr -O1 -g -gl -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)
  13. [target]
  14. units=tachartlazaruspkg.pas
  15. [clean]
  16. files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
  17. $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
  18. $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
  19. $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) \
  20. $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) \
  21. $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
  22. $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
  23. [prerules]
  24. # LCL Platform
  25. ifndef LCL_PLATFORM
  26. ifeq ($(OS_TARGET),win32)
  27. LCL_PLATFORM=win32
  28. else
  29. ifeq ($(OS_TARGET),win64)
  30. LCL_PLATFORM=win32
  31. else
  32. ifeq ($(OS_TARGET),darwin)
  33. LCL_PLATFORM=carbon
  34. else
  35. LCL_PLATFORM=gtk2
  36. endif
  37. endif
  38. endif
  39. endif
  40. export LCL_PLATFORM
  41. DBG_OPTIONS=
  42. ifeq ($(OS_TARGET),darwin)
  43. DBG_OPTIONS=-gw
  44. endif
  45. [rules]
  46. .PHONY: cleartarget compiled all
  47. cleartarget:
  48. -$(DEL) $(COMPILER_UNITTARGETDIR)/tachartlazaruspkg$(PPUEXT)
  49. compiled:
  50. $(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/TAChartLazarusPkg.compiled
  51. all: cleartarget $(COMPILER_UNITTARGETDIR) tachartlazaruspkg$(PPUEXT) compiled
  52. distclean: clean
  53. ${DELTREE} lib/*