Makefile.fpc 1.3 KB

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