comparison src/Makefile.am @ 424:26c6e768bd47

first support for AdobeRGB colorspace
author nadvornik
date Sat, 19 Apr 2008 16:26:29 +0000
parents 5afe77bb563a
children 5e9c24d3b3a8
comparison
equal deleted inserted replaced
423:38cee6e724fa 424:26c6e768bd47
41 echo '#ifndef UI_ICONS_H'; \ 41 echo '#ifndef UI_ICONS_H'; \
42 echo '#define UI_ICONS_H'; echo; \ 42 echo '#define UI_ICONS_H'; echo; \
43 $(GDK_PIXBUF_CSOURCE) --raw --extern --build-list $(ICON_PAIRS); \ 43 $(GDK_PIXBUF_CSOURCE) --raw --extern --build-list $(ICON_PAIRS); \
44 echo '#endif /* UI_ICONS_H */') > $@ || echo "!!! Failed to generate $@ !!!" 44 echo '#endif /* UI_ICONS_H */') > $@ || echo "!!! Failed to generate $@ !!!"
45 45
46 ClayRGB1998_icc.h: ClayRGB1998.icc
47 echo "/*" > $@
48 echo " * This file was generated from ClayRGB1998.icc, DO NOT EDIT " >> $@
49 echo " * http://www.argyllcms.com/ClayRGB1998.zip " >> $@
50 echo " */ " >> $@
51 xxd -i $^ >> $@
52
46 ui_spinner.o: ui_icons.h 53 ui_spinner.o: ui_icons.h
47 54
48 55
49 noinst_DATA = ui_icons.h 56 noinst_DATA = ui_icons.h
50 CLEANFILES = $(noinst_DATA) 57 CLEANFILES = $(noinst_DATA)
54 61
55 bin_PROGRAMS = geeqie 62 bin_PROGRAMS = geeqie
56 63
57 geeqie_SOURCES = \ 64 geeqie_SOURCES = \
58 $(module_SLIK) \ 65 $(module_SLIK) \
66 ClayRGB1998.icc \
67 ClayRGB1998_icc.h \
59 bar_info.c \ 68 bar_info.c \
60 bar_info.h \ 69 bar_info.h \
61 bar_exif.c \ 70 bar_exif.c \
62 bar_exif.h \ 71 bar_exif.h \
63 bar_sort.c \ 72 bar_sort.c \