Makefile 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Makefile
  3. #
  4. # Makefile for Poco PDF
  5. #
  6. include $(POCO_BASE)/build/rules/global
  7. INCLUDE += -I $(POCO_BASE)/PDF/include/Poco/PDF
  8. objects = Destination Document Encoder Font Image Outline \
  9. LinkAnnotation Page PDFException TextAnnotation \
  10. hpdf_3dmeasure hpdf_annotation hpdf_array hpdf_binary hpdf_boolean \
  11. hpdf_catalog hpdf_destination hpdf_dict hpdf_doc hpdf_doc_png \
  12. hpdf_encoder hpdf_encoder_cns hpdf_encoder_cnt hpdf_encoder_jp \
  13. hpdf_encoder_kr hpdf_encoder_utf hpdf_encrypt hpdf_encryptdict hpdf_error \
  14. hpdf_exdata hpdf_ext_gstate hpdf_font hpdf_font_cid hpdf_font_tt \
  15. hpdf_font_type1 hpdf_fontdef hpdf_fontdef_base14 hpdf_fontdef_cid \
  16. hpdf_fontdef_cns hpdf_fontdef_cnt hpdf_fontdef_jp hpdf_fontdef_kr \
  17. hpdf_fontdef_tt hpdf_fontdef_type1 hpdf_gstate hpdf_image hpdf_image_ccitt \
  18. hpdf_image_png hpdf_info hpdf_list hpdf_mmgr hpdf_name hpdf_namedict hpdf_null \
  19. hpdf_number hpdf_objects hpdf_outline hpdf_page_label hpdf_page_operator \
  20. hpdf_pages hpdf_pdfa hpdf_real hpdf_streams hpdf_string hpdf_u3d hpdf_utils hpdf_xref \
  21. adler32 compress crc32 deflate gzio \
  22. infback inffast inflate inftrees trees zutil \
  23. png pngerror pnggccrd pngget pngmem pngpread \
  24. pngread pngrio pngrtran pngrutil pngset pngtest \
  25. pngtrans pngvcrd pngwio pngwrite pngwtran pngwutil
  26. target = PocoPDF
  27. target_version = $(LIBVERSION)
  28. target_libs = PocoFoundation
  29. include $(POCO_BASE)/build/rules/lib