mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-15 05:45:00 -05:00
19 lines
354 B
Makefile
19 lines
354 B
Makefile
|
CONV = gdk-pixbuf-csource
|
||
|
|
||
|
LIST = bookpng book.png \
|
||
|
hoppng hop.png \
|
||
|
oppng op.png \
|
||
|
purplepng purple.png \
|
||
|
redpng red.png \
|
||
|
trayfilepng fileoffer.png \
|
||
|
trayhilightpng highlight.png \
|
||
|
traymsgpng message.png \
|
||
|
voicepng voice.png \
|
||
|
xchatpng ..\..\xchat.png
|
||
|
|
||
|
all:
|
||
|
@$(CONV) --build-list $(LIST) > inline_pngs.h
|
||
|
|
||
|
clean:
|
||
|
@del *.h
|