mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 17:38:02 +02:00
[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:
parent
6808174e72
commit
12d3d32f22
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue