Makefile 513 B

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