aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-16 13:22:38 +0000
committermarha <marha@users.sourceforge.net>2009-11-16 13:22:38 +0000
commitfc2f819d646afc6df3304615fff9777a464cbe62 (patch)
tree4a5f4569199f55353c6c8d0124d9950cfa591b34 /xorg-server/hw/xwin/makefile
parentc4fa5f94b72b3d837959c79e773615fe9bd3ca97 (diff)
downloadvcxsrv-fc2f819d646afc6df3304615fff9777a464cbe62.tar.gz
vcxsrv-fc2f819d646afc6df3304615fff9777a464cbe62.tar.bz2
vcxsrv-fc2f819d646afc6df3304615fff9777a464cbe62.zip
Use flex and bison to generate winprefslex.c winprefsyacc.c and winprefsyacc.h
Diffstat (limited to 'xorg-server/hw/xwin/makefile')
-rw-r--r--xorg-server/hw/xwin/makefile5
1 files changed, 5 insertions, 0 deletions
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 $<