Index: trunk/Makefile =================================================================== --- trunk/Makefile (revision 6801) +++ trunk/Makefile (revision 6802) @@ -23,7 +23,6 @@ cd src_3rd/genlist && $(MAKE) clean ; true cd src_3rd/genregex && $(MAKE) clean ; true cd src_3rd/genvector && $(MAKE) clean ; true - cd src_3rd/gts && $(MAKE) clean ; true cd src_3rd/liblihata && $(MAKE) clean ; true cd src_3rd/liblihata/genht && $(MAKE) clean ; true cd src_3rd/qparse && $(MAKE) clean ; true Index: trunk/scconfig/Makefile =================================================================== --- trunk/scconfig/Makefile (revision 6801) +++ trunk/scconfig/Makefile (revision 6802) @@ -101,5 +101,5 @@ -rm $(OBJS) $(DEFAULT_MAIN_OBJS) configure revtest revtest.o cquote core distclean: - -rm ../config.h ../Makefile.conf ../src/Makefile ../util/gsch2pcb-rnd/Makefile ../src_3rd/gts/Makefile config.cache config.log Rev.stamp sccbox + -rm ../config.h ../Makefile.conf ../src/Makefile ../util/gsch2pcb-rnd/Makefile config.cache config.log Rev.stamp sccbox -$(MAKE) clean Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 6801) +++ trunk/scconfig/hooks.c (revision 6802) @@ -401,13 +401,6 @@ if (want_gtk) want_glib = 1; - if (plug_is_enabled("toporouter")) { - put("/local/gts/enable", strue); - want_glib = 1; - } - else - put("/local/gts/enable", sfalse); - if (plug_is_enabled("export_dsn")) want_glib = 1; @@ -421,10 +414,6 @@ report_repeat("WARNING: Since GLIB is not found, disabling the GTK HID...\n"); hook_custom_arg("Disable-gtk", NULL); } - if (plug_is_enabled("toporouter")) { - report_repeat("WARNING: Since GLIB is not found, disabling the toporouter...\n"); - hook_custom_arg("Disable-toporouter", NULL); - } if (plug_is_enabled("puller")) { report_repeat("WARNING: Since GLIB is not found, disabling the puller...\n"); hook_custom_arg("Disable-puller", NULL); @@ -718,7 +707,6 @@ printf("Generating Makefile.conf (%d)\n", generr |= tmpasm("..", "Makefile.conf.in", "Makefile.conf")); - printf("Generating gts/Makefile (%d)\n", generr |= tmpasm("../src_3rd/gts", "Makefile.in", "Makefile")); printf("Generating pcb/Makefile (%d)\n", generr |= tmpasm("../src", "Makefile.in", "Makefile")); /* Has to be after pcb/Makefile so that all the modules are loaded. */ Index: trunk/scconfig/plugins.h =================================================================== --- trunk/scconfig/plugins.h (revision 6801) +++ trunk/scconfig/plugins.h (revision 6802) @@ -18,7 +18,6 @@ plugin_def("polystitch", "stitch polygon at cursor", sdisable, 0) plugin_def("teardrops", "draw teardrops on pins", sbuildin, 1) plugin_def("smartdisperse", "netlist based dispenser", sbuildin, 1) -plugin_def("toporouter", "topological autorouter", sdisable, 0) plugin_def("autoplace", "auto place components", sbuildin, 1) plugin_def("vendordrill", "vendor drill mapping", sbuildin, 1) plugin_def("puller", "puller", sbuildin, 1) Index: trunk/src_plugins/plugins_feature.tmpasm =================================================================== --- trunk/src_plugins/plugins_feature.tmpasm (revision 6801) +++ trunk/src_plugins/plugins_feature.tmpasm (revision 6802) @@ -22,7 +22,6 @@ include {../src_plugins/djopt/Plug.tmpasm} include {../src_plugins/mincut/Plug.tmpasm} include {../src_plugins/gpmi/Plug.tmpasm} -include {../src_plugins/toporouter/Plug.tmpasm} include {../src_plugins/oldactions/Plug.tmpasm} include {../src_plugins/fontmode/Plug.tmpasm} include {../src_plugins/shand_cmd/Plug.tmpasm}