Makefile 215 B

123456789101112131415
  1. #
  2. # Makefile
  3. #
  4. # Makefile for Poco Timer
  5. #
  6. include $(POCO_BASE)/build/rules/global
  7. objects = Timer
  8. target = Timer
  9. target_version = 1
  10. target_libs = PocoFoundation
  11. include $(POCO_BASE)/build/rules/exec