Makefile.fpc.fpcmake 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Makefile.fpc for fppkg
  3. #
  4. [package]
  5. name=fppkg
  6. version=3.3.1
  7. [target]
  8. programs=fppkg
  9. units_linux=pkglnet
  10. units_beos=pkglnet
  11. units_haiku=pkglnet
  12. units_freebsd=pkglnet
  13. units_netbsd=pkglnet
  14. units_openbsd=pkglnet
  15. units_darwin=pkglnet
  16. units_iphonesim=pkglnet
  17. units_solaris=pkglnet
  18. units_win32=pkglnet
  19. units_win64=pkglnet
  20. units_wince=pkglnet
  21. [compiler]
  22. unitdir=lnet
  23. includedir=lnet/sys
  24. [clean]
  25. units=lcommon lcontrolstack levents ltelnet lftp lhttp lhttputil lnet lstrbuffer
  26. [install]
  27. fpcpackage=y
  28. [default]
  29. fpcdir=../..
  30. [require]
  31. packages=fpmkunit fcl-base fcl-xml fcl-process fcl-net paszlib libcurl fppkg
  32. tools=data2inc
  33. packages_darwin=univint
  34. packages_iphonesim=univint
  35. [rules]
  36. .NOTPARALLEL:
  37. ifneq ($(DATA2INC),)
  38. fpmkunitsrc.inc: $(DEFAULT_FPCDIR)/packages/fpmkunit/src/fpmkunit.pp
  39. $(DATA2INC) -b -s $(DEFAULT_FPCDIR)/packages/fpmkunit/src/fpmkunit.pp fpmkunitsrc.inc fpmkunitsrc
  40. endif
  41. # Don't include the dependency on fpmkunitsrc.inc by default so we can control
  42. # better when we want to update the internal fpmkunitsrc
  43. fppkg$(EXEEXT): $(wildcard pkg*.pp)