Makefile.fpc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Makefile.fpc for fppkg
  3. #
  4. [package]
  5. name=fppkg
  6. version=2.4.5
  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_solaris=pkgwget pkglnet
  18. units_win32=pkgwget pkglnet
  19. units_win64=pkgwget pkglnet
  20. units_wince=pkgwget pkglnet
  21. rsts=fprepos fpxmlrep pkgmessages
  22. [compiler]
  23. unitdir=lnet
  24. includedir=lnet/sys
  25. [clean]
  26. units=lcommon lcontrolstack levents ltelnet lftp lhttp lhttputil lnet lstrbuffer
  27. [install]
  28. fpcpackage=y
  29. [default]
  30. fpcdir=../..
  31. [require]
  32. packages=fcl-base fcl-xml fcl-process fcl-net paszlib libcurl
  33. tools=data2inc
  34. packages_darwin=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)