Makefile 282 B

123456789101112131415
  1. #
  2. # Makefile
  3. #
  4. # Makefile for Poco CppUnit
  5. #
  6. include $(POCO_BASE)/build/rules/global
  7. objects = CppUnitException TestDecorator TestResult TestSuite \
  8. TestCase TestFailure TestRunner TextTestResult
  9. target = CppUnit
  10. target_version = 1
  11. include $(POCO_BASE)/build/rules/lib