mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 15:40:08 +01:00
Generate xprint.pre from xprint.cpp.
(cherry picked from 233c004641 commit)
This commit is contained in:
parent
3af474609d
commit
bd295749b7
1 changed files with 11 additions and 0 deletions
|
|
@ -1 +1,12 @@
|
|||
include $(top_srcdir)/cpprules.in
|
||||
|
||||
noinst_PRE = xprint
|
||||
BUILT_SOURCES = $(noinst_PRE)
|
||||
CLEANFILES = $(noinst_PRE) xprint.pre
|
||||
|
||||
CPP_FILES_FLAGS = -DProjectRoot='"$(PROJECTROOT)"' -DOS_LINUX
|
||||
|
||||
xprint.pre: xprint.cpp
|
||||
$(SED) -e 's/^\(\s\+\)#/\1XCOMM/' $< > $@
|
||||
|
||||
EXTRA_DIST = xprint.cpp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue