fluxbox/data/styles/Emerge/pixmaps/Makemodule.am
Sami Kerola 7541054b29 build-sys: move to non-recursive build
This rather large change will attempts to make 'make' to work better.
See excellent paper 'Recursive Make Considered Harmful' by Peter Miller
for further explanation why several make files is worse than one for
whole project.

Note.  The tests are build with 'make check' rather than defining TEST.

Reference: http://miller.emu.id.au/pmiller/books/rmch/
Reference: http://karelzak.blogspot.co.uk/2013/02/non-recursive-automake.html
2013-05-26 10:38:11 +01:00

21 lines
896 B
Text

emerge_pixmaps_styledir = $(pkgdatadir)/styles/Emerge/pixmaps
dist_emerge_pixmaps_style_DATA = \
data/styles/Emerge/pixmaps/bullet.xpm \
data/styles/Emerge/pixmaps/close-pressed.xpm \
data/styles/Emerge/pixmaps/close-unfocus.xpm \
data/styles/Emerge/pixmaps/close.xpm \
data/styles/Emerge/pixmaps/icon-pressed.xpm \
data/styles/Emerge/pixmaps/icon-unfocus.xpm \
data/styles/Emerge/pixmaps/icon.xpm \
data/styles/Emerge/pixmaps/max-pressed.xpm \
data/styles/Emerge/pixmaps/max-unfocus.xpm \
data/styles/Emerge/pixmaps/max.xpm \
data/styles/Emerge/pixmaps/selected.xpm \
data/styles/Emerge/pixmaps/stick-pressed.xpm \
data/styles/Emerge/pixmaps/stick-unfocus.xpm \
data/styles/Emerge/pixmaps/stick.xpm \
data/styles/Emerge/pixmaps/stuck-pressed.xpm \
data/styles/Emerge/pixmaps/stuck-unfocus.xpm \
data/styles/Emerge/pixmaps/stuck.xpm \
data/styles/Emerge/pixmaps/unselected.xpm