• R/O
  • SSH
  • HTTPS

rc-oz: Commit


Commit MetaInfo

Revision79 (tree)
Time2009-12-14 14:05:07
Authorakky

Log Message

rcssmonitor-14に合わせてオプションを変更

Change Summary

Incremental Difference

--- rclm2/base/trunk/share/rclm2/Makefile.in (revision 78)
+++ rclm2/base/trunk/share/rclm2/Makefile.in (revision 79)
@@ -46,6 +46,7 @@
4646 "$(DESTDIR)$(rclmschedulers_tournamentdir)" \
4747 "$(DESTDIR)$(rclmtype_2D_RoundRobindir)" \
4848 "$(DESTDIR)$(rclmtype_2D_Tournamentdir)" \
49+ "$(DESTDIR)$(rclmtype_3DSparkdir)" \
4950 "$(DESTDIR)$(rclmtype_competitiondir)" \
5051 "$(DESTDIR)$(rclmtype_jopen2008_2Ddir)" \
5152 "$(DESTDIR)$(rclmtype_jopen2008_2D_Tdir)" \
@@ -58,6 +59,7 @@
5859 rclmschedulers_tournamentSCRIPT_INSTALL = $(INSTALL_SCRIPT)
5960 rclmtype_2D_RoundRobinSCRIPT_INSTALL = $(INSTALL_SCRIPT)
6061 rclmtype_2D_TournamentSCRIPT_INSTALL = $(INSTALL_SCRIPT)
62+rclmtype_3DSparkSCRIPT_INSTALL = $(INSTALL_SCRIPT)
6163 rclmtype_competitionSCRIPT_INSTALL = $(INSTALL_SCRIPT)
6264 rclmtype_jopen2008_2DSCRIPT_INSTALL = $(INSTALL_SCRIPT)
6365 rclmtype_jopen2008_2D_TSCRIPT_INSTALL = $(INSTALL_SCRIPT)
@@ -68,7 +70,7 @@
6870 $(rclmschedulers_roundrobin_SCRIPTS) \
6971 $(rclmschedulers_tournament_SCRIPTS) \
7072 $(rclmtype_2D_RoundRobin_SCRIPTS) \
71- $(rclmtype_2D_Tournament_SCRIPTS) \
73+ $(rclmtype_2D_Tournament_SCRIPTS) $(rclmtype_3DSpark_SCRIPTS) \
7274 $(rclmtype_competition_SCRIPTS) \
7375 $(rclmtype_jopen2008_2D_SCRIPTS) \
7476 $(rclmtype_jopen2008_2D_T_SCRIPTS) \
@@ -255,7 +257,16 @@
255257 types/2D_Tournament/start \
256258 types/2D_Tournament/stop
257259
260+rclmtype_3DSparkdir = $(pkgdatadir)/types/3DSpark
261+rclmtype_3DSpark_SCRIPTS = \
262+ types/3DSpark/local_func.bash \
263+ types/3DSpark/clearup \
264+ types/3DSpark/record \
265+ types/3DSpark/setup \
266+ types/3DSpark/start \
267+ types/3DSpark/stop
258268
269+
259270 # rclm2 roundrobin scheduler scripts
260271 rclmschedulers_roundrobindir = $(pkgdatadir)/schedulers/roundrobin
261272 rclmschedulers_roundrobin_SCRIPTS = \
@@ -316,6 +327,12 @@
316327 types/2D_Tournament/setup \
317328 types/2D_Tournament/start \
318329 types/2D_Tournament/stop \
330+ types/3DSpark/local_func.bash \
331+ types/3DSpark/clearup \
332+ types/3DSpark/record \
333+ types/3DSpark/setup \
334+ types/3DSpark/start \
335+ types/3DSpark/stop \
319336 schedulers/roundrobin/init \
320337 schedulers/roundrobin/update \
321338 schedulers/tournament/init \
@@ -468,6 +485,25 @@
468485 echo " rm -f '$(DESTDIR)$(rclmtype_2D_Tournamentdir)/$$f'"; \
469486 rm -f "$(DESTDIR)$(rclmtype_2D_Tournamentdir)/$$f"; \
470487 done
488+install-rclmtype_3DSparkSCRIPTS: $(rclmtype_3DSpark_SCRIPTS)
489+ @$(NORMAL_INSTALL)
490+ test -z "$(rclmtype_3DSparkdir)" || $(MKDIR_P) "$(DESTDIR)$(rclmtype_3DSparkdir)"
491+ @list='$(rclmtype_3DSpark_SCRIPTS)'; for p in $$list; do \
492+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
493+ if test -f $$d$$p; then \
494+ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
495+ echo " $(rclmtype_3DSparkSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(rclmtype_3DSparkdir)/$$f'"; \
496+ $(rclmtype_3DSparkSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(rclmtype_3DSparkdir)/$$f"; \
497+ else :; fi; \
498+ done
499+
500+uninstall-rclmtype_3DSparkSCRIPTS:
501+ @$(NORMAL_UNINSTALL)
502+ @list='$(rclmtype_3DSpark_SCRIPTS)'; for p in $$list; do \
503+ f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
504+ echo " rm -f '$(DESTDIR)$(rclmtype_3DSparkdir)/$$f'"; \
505+ rm -f "$(DESTDIR)$(rclmtype_3DSparkdir)/$$f"; \
506+ done
471507 install-rclmtype_competitionSCRIPTS: $(rclmtype_competition_SCRIPTS)
472508 @$(NORMAL_INSTALL)
473509 test -z "$(rclmtype_competitiondir)" || $(MKDIR_P) "$(DESTDIR)$(rclmtype_competitiondir)"
@@ -619,7 +655,7 @@
619655 check: check-am
620656 all-am: Makefile $(SCRIPTS)
621657 installdirs:
622- for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(rclm_scriptdir)" "$(DESTDIR)$(rclmschedulers_roundrobindir)" "$(DESTDIR)$(rclmschedulers_tournamentdir)" "$(DESTDIR)$(rclmtype_2D_RoundRobindir)" "$(DESTDIR)$(rclmtype_2D_Tournamentdir)" "$(DESTDIR)$(rclmtype_competitiondir)" "$(DESTDIR)$(rclmtype_jopen2008_2Ddir)" "$(DESTDIR)$(rclmtype_jopen2008_2D_Tdir)" "$(DESTDIR)$(rclmtype_robocup2007_2Ddir)" "$(DESTDIR)$(rclmtype_sampledir)" "$(DESTDIR)$(rclmtype_ssil2ddir)"; do \
658+ for dir in "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(rclm_scriptdir)" "$(DESTDIR)$(rclmschedulers_roundrobindir)" "$(DESTDIR)$(rclmschedulers_tournamentdir)" "$(DESTDIR)$(rclmtype_2D_RoundRobindir)" "$(DESTDIR)$(rclmtype_2D_Tournamentdir)" "$(DESTDIR)$(rclmtype_3DSparkdir)" "$(DESTDIR)$(rclmtype_competitiondir)" "$(DESTDIR)$(rclmtype_jopen2008_2Ddir)" "$(DESTDIR)$(rclmtype_jopen2008_2D_Tdir)" "$(DESTDIR)$(rclmtype_robocup2007_2Ddir)" "$(DESTDIR)$(rclmtype_sampledir)" "$(DESTDIR)$(rclmtype_ssil2ddir)"; do \
623659 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
624660 done
625661 install: install-am
@@ -669,6 +705,7 @@
669705 install-rclmschedulers_tournamentSCRIPTS \
670706 install-rclmtype_2D_RoundRobinSCRIPTS \
671707 install-rclmtype_2D_TournamentSCRIPTS \
708+ install-rclmtype_3DSparkSCRIPTS \
672709 install-rclmtype_competitionSCRIPTS \
673710 install-rclmtype_jopen2008_2DSCRIPTS \
674711 install-rclmtype_jopen2008_2D_TSCRIPTS \
@@ -712,6 +749,7 @@
712749 uninstall-rclmschedulers_tournamentSCRIPTS \
713750 uninstall-rclmtype_2D_RoundRobinSCRIPTS \
714751 uninstall-rclmtype_2D_TournamentSCRIPTS \
752+ uninstall-rclmtype_3DSparkSCRIPTS \
715753 uninstall-rclmtype_competitionSCRIPTS \
716754 uninstall-rclmtype_jopen2008_2DSCRIPTS \
717755 uninstall-rclmtype_jopen2008_2D_TSCRIPTS \
@@ -732,6 +770,7 @@
732770 install-rclmschedulers_tournamentSCRIPTS \
733771 install-rclmtype_2D_RoundRobinSCRIPTS \
734772 install-rclmtype_2D_TournamentSCRIPTS \
773+ install-rclmtype_3DSparkSCRIPTS \
735774 install-rclmtype_competitionSCRIPTS \
736775 install-rclmtype_jopen2008_2DSCRIPTS \
737776 install-rclmtype_jopen2008_2D_TSCRIPTS \
@@ -745,6 +784,7 @@
745784 uninstall-rclmschedulers_tournamentSCRIPTS \
746785 uninstall-rclmtype_2D_RoundRobinSCRIPTS \
747786 uninstall-rclmtype_2D_TournamentSCRIPTS \
787+ uninstall-rclmtype_3DSparkSCRIPTS \
748788 uninstall-rclmtype_competitionSCRIPTS \
749789 uninstall-rclmtype_jopen2008_2DSCRIPTS \
750790 uninstall-rclmtype_jopen2008_2D_TSCRIPTS \
Show on old repository browser