# main target of this module:
#
-MAINTARGET = $(lily_bindir)/$(EXECUTABLE)# huh?
-
-default: $(MAINTARGET)
+default: $(EXECUTABLE)
#
# generic targets and rules:
localclean:
rm -f $(outdir)/parser.* $(outdir)/lexer.cc
+
+#should merge with mi2mu rule
+localinstall: installexe
+
+localuninstall: uninstallexe
MODULE_LIBES=-llily -lflower
#
-# main target of this module:
-#
-# MAINTARGET = $(EXECUTABLE)
-# MAINTARGET = $(LIBRARY)
-MAINTARGET = $(lily_bindir)/$(EXECUTABLE)# huh?
-# MAINTARGET = $(libdir)/$(LIBRARY)# huh?
-default: $(MAINTARGET)
+default: $(EXECUTABLE)
+
#
# generic targets and rules:
localclean:
rm -f $(outdir)/{midi-parser,midi-lexer}.*
+localinstall: installexe
+
+localuninstall: uninstallexe