Makefile.fpc 1.3 KB

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