Makefile.fpc 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Makefile.fpc for fppkg
  3. #
  4. [package]
  5. name=fppkg
  6. version=2.5.1
  7. [target]
  8. programs=fppkg
  9. units=buildfppkg
  10. implicitunits=fprepos fpxmlrep pkgoptions pkgglobals pkgmessages pkghandler pkgmkconv pkgdownload pkgfpmake pkgcommands pkgrepos
  11. implicitunits_linux=pkgwget pkglnet
  12. implicitunits_beos=pkgwget pkglnet
  13. implicitunits_haiku=pkgwget pkglnet
  14. implicitunits_freebsd=pkgwget pkglnet
  15. implicitunits_netbsd=pkgwget pkglnet
  16. implicitunits_openbsd=pkgwget pkglnet
  17. implicitunits_darwin=pkgwget pkglnet
  18. implicitunits_solaris=pkgwget pkglnet
  19. implicitunits_win32=pkgwget pkglnet
  20. implicitunits_win64=pkgwget pkglnet
  21. implicitunits_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. [rules]
  37. .NOTPARALLEL:
  38. ifneq ($(DATA2INC),)
  39. fpmkunitsrc.inc: $(DEFAULT_FPCDIR)/packages/fpmkunit/src/fpmkunit.pp
  40. $(DATA2INC) -b -s $(DEFAULT_FPCDIR)/packages/fpmkunit/src/fpmkunit.pp fpmkunitsrc.inc fpmkunitsrc
  41. endif
  42. # Don't include the dependency on fpmkunitsrc.inc by default so we can control
  43. # better when we want to update the internal fpmkunitsrc
  44. fppkg$(EXEEXT): $(wildcard pkg*.pp)