[Makefile.am] Support uno.

For the extreme masochist only. At the moment, it only generate syntax
errors, but the command line appears functional.
This commit is contained in:
Chris Wilson 2008-08-17 21:41:36 +01:00
parent 6808174e72
commit 12d3d32f22

View file

@ -388,4 +388,10 @@ splint:
$(SPLINT) -I$(top_builddir) $(libcairo_la_CFLAGS) -DHAVE_CONFIG_H $$f || status=false; \
done; $$status
UNO = uno
uno:
@cpp_flags=`echo $(libcairo_la_CFLAGS) | sed 's/\(-I.*\) /\1 /g'`; \
files=`echo $(cairo_sources) | sed 's/[^ ]*\.h//g'`; \
$(UNO) -I$(top_builddir) $$cpp_flags -DHAVE_CONFIG_H -U__GNUC__ $$files
EXTRA_DIST += Makefile.win32