Makefile.fpc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #
  2. # Makefile.fpc for Free Pascal Packages
  3. #
  4. [target]
  5. dirs=base extra fcl-base fcl-db fcl-fpcunit fcl-image fcl-net fcl-passrc fcl-registry fcl-web fcl-xml
  6. [install]
  7. fpcpackage=y
  8. fpcsubdir=packages
  9. [default]
  10. fpcdir=..
  11. [rules]
  12. fcl-xml_all: fcl-base_all
  13. fcl-xml_debug: fcl-base_debug
  14. fcl-xml_smart: fcl-base_smart
  15. fcl-xml_release: fcl-base_release
  16. fcl-xml_shared: fcl-base_shared
  17. fpcunit_all: fcl-xml_all
  18. fpcunit_debug: fcl-xml_debug
  19. fpcunit_smart: fcl-xml_smart
  20. fpcunit_release: fcl-xml_release
  21. fpcunit_shared: fcl-xml_shared
  22. fcl-net_all: fcl-passrc_all fcl-xml_all
  23. fcl-net_debug: fcl-passrc_debug fcl-xml_debug
  24. fcl-net_smart: fcl-passrc_smart fcl-xml_smart
  25. fcl-net_release: fcl-passrc_release fcl-xml_release
  26. fcl-net_shared: fcl-passrc_shared fcl-xml_shared
  27. fcl-web_all: fcl-db_all fcl-xml_all
  28. fcl-web_debug: fcl-db_debug fcl-xml_debug
  29. fcl-web_smart: fcl-db_smart fcl-xml_smart
  30. fcl-web_release: fcl-db_release fcl-xml_release
  31. fcl-web_shared: fcl-db_shared fcl-xml_shared
  32. fcl-db_all: fcl-base_all
  33. fcl-db_debug: fcl-base_debug
  34. fcl-db_smart: fcl-base_smart
  35. fcl-db_release: fcl-base_release
  36. fcl-db_shared: fcl-base_shared
  37. fcl_all: fcl-base_all fcl-xml_all fcl-fpcunit_all fcl-db_all fcl-web_all fcl-registry_all fcl-passrc_all fcl-image_all fcl-net_all
  38. fcl_debug: fcl-base_debug fcl-xml_debug fcl-fpcunit_debug fcl-db_debug fcl-web_debug fcl-registry_debug fcl-passrc_debug fcl-image_debug fcl-net_debug
  39. fcl_smart: fcl-base_smart fcl-xml_smart fcl-fpcunit_smart fcl-db_smart fcl-web_smart fcl-registry_smart fcl-passrc_smart fcl-image_smart fcl-net_smart
  40. fcl_release: fcl-base_release fcl-xml_release fcl-fpcunit_release fcl-db_release fcl-web_release fcl-registry_release fcl-passrc_release fcl-image_release fcl-net_release
  41. fcl_shared: fcl-base_shared fcl-xml_shared fcl-fpcunit_shared fcl-db_shared fcl-web_shared fcl-registry_shared fcl-passrc_shared fcl-image_shared fcl-net_shared