From fc2f819d646afc6df3304615fff9777a464cbe62 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 16 Nov 2009 13:22:38 +0000 Subject: Use flex and bison to generate winprefslex.c winprefsyacc.c and winprefsyacc.h --- xorg-server/hw/xwin/makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xorg-server/hw/xwin/makefile') diff --git a/xorg-server/hw/xwin/makefile b/xorg-server/hw/xwin/makefile index 2c82d9499..5cd338954 100644 --- a/xorg-server/hw/xwin/makefile +++ b/xorg-server/hw/xwin/makefile @@ -105,3 +105,8 @@ DEFINES += HAVE_XWIN_CONFIG_H BUILD_DATE=0-0-0000 PTW32_STATIC_LIB #CSRCS=winkeybd.c +winprefslex.c: winprefslex.l winprefsyacc.h + flex -i -o$@ $< + +winprefsyacc.c winprefsyacc.h: winprefsyacc.y + bison -d -owinprefsyacc.c $< -- cgit v1.2.3