1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
put /local/rnd/mod {io_easyeda}
put /local/rnd/mod/CONF {$(PLUGDIR)/io_easyeda/io_easyeda_conf.h}
put /local/rnd/mod/CONFFILE {io_easyeda.conf}
put /local/rnd/mod/CONFVAR {io_easyeda_conf_internal}
put /local/rnd/mod/SPHASH {$(PLUGDIR)/io_easyeda/easyeda.sphash}
put /local/rnd/mod/SPHASH_ARGS {--prefix easy}
put /local/rnd/mod/OBJS [@
$(PLUGDIR)/io_easyeda/io_easyeda.o
$(PLUGDIR)/io_easyeda/easyeda_sphash.o
$(PLUGDIR)/io_easyeda/read_common.o
$(PLUGDIR)/io_easyeda/read_std.o
$(PLUGDIR)/io_easyeda/read_pro.o
$(PLUGDIR)/io_easyeda/svgpath.o
@]
# $(PLUGDIR)/io_easyeda/write.o
switch /local/module/io_easyeda/controls
case {buildin} include /local/pcb/tmpasm/buildin; end;
case {plugin} include /local/pcb/tmpasm/plugin; end;
case {disable} include /local/pcb/tmpasm/disable; end;
end
|