hexchat/src/pixmaps/Makefile.am

26 lines
935 B
Makefile
Raw Normal View History

2011-02-23 22:14:30 -05:00
## Process this file with automake to produce Makefile.in
LIST = traymsgpng $(srcdir)/message.png \
trayhilightpng $(srcdir)/highlight.png \
trayfilepng $(srcdir)/fileoffer.png \
bookpng $(srcdir)/book.png \
hoppng $(srcdir)/hop.png \
oppng $(srcdir)/op.png \
2012-11-02 00:54:27 -04:00
orangepng $(srcdir)/orange.png \
2011-02-23 22:14:30 -05:00
purplepng $(srcdir)/purple.png \
redpng $(srcdir)/red.png \
voicepng $(srcdir)/voice.png \
channelpng $(srcdir)/channel.png \
dialogpng $(srcdir)/dialog.png \
serverpng $(srcdir)/server.png \
utilpng $(srcdir)/util.png \
2012-07-13 12:04:00 -04:00
hexchatpng $(srcdir)/../../hexchat.png
2011-02-23 22:14:30 -05:00
2012-11-02 00:54:27 -04:00
PNGS = message.png highlight.png fileoffer.png book.png hop.png op.png orange.png purple.png red.png voice.png channel.png dialog.png server.png util.png
2011-02-23 22:14:30 -05:00
noinst_HEADERS = inline_pngs.h
CLEANFILES = $(noinst_HEADERS)
EXTRA_DIST = $(PNGS)
inline_pngs.h: $(PNGS)
@gdkpixbufcsourcepath@ --raw --build-list $(LIST) > $(srcdir)/inline_pngs.h