From c28e39f17a87cdaa7ce43ec99f2f764cc935f484 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 13 Sep 2009 15:04:30 +0100 Subject: [PATCH] [build] Add rule to generate asm for inspection. --- pixman/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pixman/Makefile.am b/pixman/Makefile.am index e19fa6e..6959041 100644 --- a/pixman/Makefile.am +++ b/pixman/Makefile.am @@ -108,4 +108,5 @@ libpixman_arm_neon_la_LIBADD = $(DEP_LIBS) libpixman_1_la_LIBADD += libpixman-arm-neon.la endif - +.c.s : $(libpixmaninclude_HEADERS) + $(CC) $(CFLAGS) -DHAVE_CONFIG_H -I$(srcdir) -I$(builddir) -I$(top_builddir) -S -o $@ $< -- 2.7.4