mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 07:38:22 +02:00
12 lines
296 B
Makefile
12 lines
296 B
Makefile
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/' ${srcdir}/xprint.cpp > $@
|
|
|
|
EXTRA_DIST = xprint.cpp
|