Makefile 476 B

123456789101112131415161718
  1. #
  2. # Makefile
  3. #
  4. # Makefile for Poco Zip
  5. #
  6. include $(POCO_BASE)/build/rules/global
  7. objects = AutoDetectStream Compress Decompress ParseCallback PartialStream \
  8. SkipCallback ZipArchive ZipArchiveInfo ZipDataInfo \
  9. ZipFileInfo ZipLocalFileHeader ZipStream ZipUtil ZipCommon ZipException \
  10. Add Delete Keep Rename Replace ZipManipulator ZipOperation
  11. target = PocoZip
  12. target_version = $(LIBVERSION)
  13. target_libs = PocoFoundation
  14. include $(POCO_BASE)/build/rules/lib