PLUGIN = qemu

include ../Makefile.rule

all: $(RB) $(PO) $(MO) $(GLADE) $(RB)

$(RB): $(GLADE)
	ruby-glade-create-template pluginqemu.glade |sed -e "s@class PluginqemuGlade@require 'remastering/pluginBaseEmulator'\n\nclass PluginqemuGlade < PluginBaseEmulator@" -e 's@    bindtextdomain(domain, localedir, nil, "UTF-8")@    super()\n    bindtextdomain(domain, localedir, nil, "UTF-8")@' -e "s/@glade/@glade/"> $@
