X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2FMakefile.am;h=2503354ff719dae836cc98e8ac9fb02d18524b77;hb=0a04c368633b31345db2ebe23c54b14972c25780;hp=66c3cf90d4b00a6c07869ac6e264253c93a56410;hpb=8fe4e3e8d758fb11099e557fef0e260327eef6ef;p=chaz%2Fopenbox diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 66c3cf90..2503354f 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -32,17 +32,23 @@ openbox3_SOURCES=client.c event.c extensions.c focus.c frame.c openbox.c \ noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \ openbox.h prop.h screen.h stacking.h xerror.h dispatch.h \ - timer.h engine.h plugin.h action.h grab.h config.h menu.h parse.h + timer.h engine.h plugin.h action.h grab.h config.h menu.h parse.h \ + y.tab.h lex.yy.c: parse.l $(FLEX) $^ +parse.h: y.tab.h + y.tab.h: y.tab.c -y.tab.c: parse.yacc +y.tab.c: parse.y $(YACC) -d $< MAINTAINERCLEANFILES= Makefile.in +clean-local: + $(RM) y.tab.c y.tab.h lex.yy.c + distclean-local: $(RM) *\~ *.orig *.rej .\#*