Makefile.am
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:1k
源码类别:

信息检索与抽取

开发平台:

Unix_Linux

  1. include $(top_builddir)/etc/Makefile.tests
  2. MODULE=tactivity
  3. check_PROGRAMS = ForEachRandomized ForEach ActionGroupRandomized ActionGroup ConcurrentGroupRandomized ConcurrentGroup Schedule DynamicSchedule DynamicScheduleRepeat EmptySchedule 
  4. type_SRCS = ActionGroup_test.m ActionGroup_test.h ConcurrentGroup_test.h ConcurrentGroup_test.m tactivity.h tactivity.m
  5. include $(top_srcdir)/tests/Makefile.rules
  6. EXTRA_DIST = Holder.h Holder.m
  7. $(OBJECTS): $(TYPEINFO)
  8. Responder_SRCS = Responder.m Responder.h
  9. ForEachRandomized_SOURCES = ForEachRandomized.m $(Responder_SRCS) $(type_SRCS)
  10. ForEach_SOURCES = ForEach.m $(Responder_SRCS) $(type_SRCS)
  11. ActionGroupRandomized_SOURCES = ActionGroupRandomized.m $(Responder_SRCS) $(type_SRCS)
  12. ActionGroup_SOURCES = ActionGroup.m $(Responder_SRCS) $(type_SRCS)
  13. ConcurrentGroupRandomized_SOURCES = ConcurrentGroupRandomized.m $(Responder_SRCS) $(type_SRCS)
  14. ConcurrentGroup_SOURCES = ConcurrentGroup.m $(Responder_SRCS) $(type_SRCS)
  15. Schedule_SOURCES = Schedule.m $(Responder_SRCS)
  16. DynamicSchedule_SOURCES = DynamicSchedule.m DSSwarm.m DSSwarm.h 
  17. DynamicScheduleRepeat_SOURCES = DynamicScheduleRepeat.m DSRSwarm.m DSRSwarm.h 
  18. EmptySchedule_SOURCES = EmptySchedule.m ESSwarm.m ESSwarm.h
  19. TESTS = $(check_PROGRAMS)
  20. TESTS_ENVIRONMENT = SWARM_INHIBIT_ARCHIVER_LOAD=1