X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2FMakefile.am;h=2503354ff719dae836cc98e8ac9fb02d18524b77;hb=0a04c368633b31345db2ebe23c54b14972c25780;hp=33355cb387a895ed9004741b299c4b30f5b7e8a9;hpb=71c8b0b7b2cf2fa79ac4c81b7756f2b230f2de7a;p=chaz%2Fopenbox diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 33355cb3..2503354f 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -32,15 +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) $^ -y.tab.c: parse.yacc +parse.h: y.tab.h + +y.tab.h: y.tab.c + +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 .\#*