Remove BUILT_SOURCES
authorSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 4 Oct 2012 16:41:08 +0000 (12:41 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 4 Oct 2012 16:44:22 +0000 (12:44 -0400)
pixman-combine32.[ch] were the only built sources, so BUILT_SOURCES
can now be removed.

pixman/Makefile.am
pixman/Makefile.sources

index df53a69..cbed085 100644 (file)
@@ -16,8 +16,6 @@ EXTRA_DIST =                          \
        solaris-hwcap.mapfile           \
        $(NULL)
 
-DISTCLEANFILES = $(BUILT_SOURCES)
-
 # mmx code
 if USE_X86_MMX
 noinst_LTLIBRARIES += libpixman-mmx.la
@@ -123,5 +121,5 @@ libpixman_1_la_LDFLAGS += $(LS_LDFLAGS)
 libpixman_1_la_LIBADD += libpixman-loongson-mmi.la
 endif
 
-.c.s : $(libpixmaninclude_HEADERS) $(BUILT_SOURCES)
+.c.s : $(libpixmaninclude_HEADERS)
        $(CC) $(CFLAGS) $(ASM_CFLAGS_$(@:pixman-%.s=%)) $(ASM_CFLAGS_$(@:pixman-arm-%.s=arm_%)) -DHAVE_CONFIG_H -I$(srcdir) -I$(builddir) -I$(top_builddir) -S -o $@ $<
index 852a007..5351fb0 100644 (file)
@@ -39,8 +39,3 @@ libpixman_headers =                   \
        pixman-inlines.h                \
        pixman-private.h                \
        $(NULL)
-
-BUILT_SOURCES =                                \
-       pixman-combine32.c              \
-       pixman-combine32.h              \
-       $(NULL)