build: Reuse sources and pixman-combine build rules
authorAndrea Canciani <ranma42@gmail.com>
Sun, 4 Sep 2011 16:41:41 +0000 (09:41 -0700)
committerAndrea Canciani <ranma42@gmail.com>
Wed, 14 Sep 2011 14:02:59 +0000 (07:02 -0700)
commita4f95d083b1aa644923d79e7b61df6c2eacca7c2
tree6fc50cf4a863ecf7e827856e298b5cd4c86e712c
parent25bd96a3d0e935646d54c938bf065696d3a79e07
build: Reuse sources and pixman-combine build rules

Makefile.am and Makefile.win32 should not duplicate content, as this
leads to breaking the build when they are not kept in sync.

This can be avoided by listing sources, headers and common build
variables/rules in a Makefile.sources file.
pixman/Makefile.am
pixman/Makefile.sources [new file with mode: 0644]
pixman/Makefile.win32