gnome-control-center/control-center/Makefile.am

42 lines
1.1 KiB
Text
Raw Normal View History

icondir = $(datadir)/icons/hicolor/48x48/apps
icon_DATA = gnome-control-center.png
2000-08-01 20:22:57 +00:00
sysdir = $(datadir)/applications
sys_in_files = gnomecc.desktop.in
sys_DATA = $(sys_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
2000-08-01 20:22:57 +00:00
INCLUDES = \
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DGNOMECC_ICONS_DIR=\""$(GNOMECC_ICONS_DIR)"\" \
$(GNOMECC_CFLAGS)
2000-08-01 20:22:57 +00:00
bin_PROGRAMS = gnome-control-center
2000-08-01 20:22:57 +00:00
gnome_control_center_SOURCES = \
control-center-categories.c \
control-center-categories.h \
control-center.c \
gnomecc-rounded-rect.c \
gnomecc-rounded-rect.h \
gnomecc-event-box.c \
gnomecc-event-box.h \
gnomecc-canvas.c \
gnomecc-canvas.h
gnome_control_center_LDADD = $(GNOMECC_LIBS)
IMAGES = text-selection-frame.png
VARIABLES = \
gnomecc_rounded_rect_frame $(srcdir)/text-selection-frame.png
pixbuf_file = gnomecc-rounded-rect-pixbuf.h
2000-08-01 20:22:57 +00:00
$(pixbuf_file) : $(IMAGES)
$(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) > $@
2000-08-01 20:22:57 +00:00
EXTRA_DIST = gnomecc.desktop.in $(IMAGES) $(icon_DATA)
BUILT_SOURCES = $(pixbuf_file)
DISTCLEANFILES = gnomecc.desktop $(pixbuf_file)