2009-09-08 15:47:30 -04:00
|
|
|
st_cflags = \
|
2010-10-05 10:15:22 -04:00
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
-DPREFIX=\""$(prefix)"\" \
|
|
|
|
-DLIBDIR=\""$(libdir)"\" \
|
|
|
|
-DG_DISABLE_DEPRECATED \
|
|
|
|
-DG_LOG_DOMAIN=\"St\" \
|
|
|
|
-DST_COMPILATION \
|
|
|
|
-DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" \
|
|
|
|
$(ST_CFLAGS) \
|
|
|
|
$(NULL)
|
2009-09-08 15:47:30 -04:00
|
|
|
|
|
|
|
st_built_sources = \
|
2010-10-05 10:15:22 -04:00
|
|
|
st-enum-types.h \
|
|
|
|
st-enum-types.c \
|
|
|
|
st-marshal.h \
|
|
|
|
st-marshal.c
|
2009-09-08 15:47:30 -04:00
|
|
|
|
|
|
|
BUILT_SOURCES += $(st_built_sources)
|
|
|
|
|
|
|
|
EXTRA_DIST += \
|
2009-10-02 12:02:25 -04:00
|
|
|
st/test-theme.css \
|
2009-09-08 15:47:30 -04:00
|
|
|
st/st-marshal.list \
|
|
|
|
st/st-enum-types.h.in \
|
|
|
|
st/st-enum-types.c.in
|
|
|
|
|
|
|
|
CLEANFILES += stamp-st-marshal.h stamp-st-enum-types.h
|
|
|
|
|
|
|
|
st-marshal.h: stamp-st-marshal.h
|
|
|
|
@true
|
|
|
|
stamp-st-marshal.h: Makefile st/st-marshal.list
|
|
|
|
$(AM_V_GEN) $(GLIB_GENMARSHAL) \
|
|
|
|
--prefix=_st_marshal \
|
|
|
|
--header \
|
|
|
|
$(srcdir)/st/st-marshal.list > $@.tmp && \
|
|
|
|
(cmp -s $@.tmp st-marshal.h || cp -f $@.tmp st-marshal.h) && \
|
|
|
|
rm -f $@.tmp && \
|
|
|
|
echo timestamp > $(@F)
|
|
|
|
|
|
|
|
st-marshal.c: Makefile st/st-marshal.list
|
|
|
|
$(AM_V_GEN) (echo "#include \"st-marshal.h\"" ; \
|
|
|
|
$(GLIB_GENMARSHAL) \
|
|
|
|
--prefix=_st_marshal \
|
|
|
|
--body \
|
|
|
|
$(srcdir)/st/st-marshal.list ) > $@.tmp && \
|
|
|
|
cp -f $@.tmp st-marshal.c && \
|
|
|
|
rm -f $@.tmp
|
|
|
|
|
|
|
|
st-enum-types.h: stamp-st-enum-types.h Makefile
|
|
|
|
@true
|
2010-12-06 17:29:53 -05:00
|
|
|
stamp-st-enum-types.h: $(source_h) st/st-enum-types.h.in $(st_source_h)
|
2009-09-08 15:47:30 -04:00
|
|
|
$(AM_V_GEN) ( cd $(srcdir) && \
|
|
|
|
$(GLIB_MKENUMS) \
|
|
|
|
--template st/st-enum-types.h.in \
|
|
|
|
$(st_source_h) ) >> $@.tmp && \
|
|
|
|
(cmp -s $@.tmp st-enum-types.h || cp $@.tmp st-enum-types.h) && \
|
|
|
|
rm -f $@.tmp && \
|
|
|
|
echo timestamp > $(@F)
|
|
|
|
|
|
|
|
st-enum-types.c: stamp-st-enum-types.h st/st-enum-types.c.in
|
|
|
|
$(AM_V_GEN) ( cd $(srcdir) && \
|
|
|
|
$(GLIB_MKENUMS) \
|
|
|
|
--template st/st-enum-types.c.in \
|
|
|
|
$(st_source_h) ) >> $@.tmp && \
|
|
|
|
cp $@.tmp $@ && \
|
|
|
|
rm -f $@.tmp
|
|
|
|
|
|
|
|
# please, keep this sorted alphabetically
|
|
|
|
st_source_h = \
|
2010-10-05 10:15:22 -04:00
|
|
|
st/st-adjustment.h \
|
|
|
|
st/st-bin.h \
|
|
|
|
st/st-border-image.h \
|
|
|
|
st/st-box-layout.h \
|
|
|
|
st/st-box-layout-child.h \
|
|
|
|
st/st-button.h \
|
|
|
|
st/st-clickable.h \
|
|
|
|
st/st-clipboard.h \
|
|
|
|
st/st-container.h \
|
|
|
|
st/st-drawing-area.h \
|
|
|
|
st/st-entry.h \
|
2010-10-05 10:09:40 -04:00
|
|
|
st/st-focus-manager.h \
|
2010-10-05 10:15:22 -04:00
|
|
|
st/st-group.h \
|
2010-10-30 19:57:59 -04:00
|
|
|
st/st-icon.h \
|
2010-10-31 22:06:48 -04:00
|
|
|
st/st-icon-colors.h \
|
2010-10-05 10:15:22 -04:00
|
|
|
st/st-im-text.h \
|
|
|
|
st/st-label.h \
|
|
|
|
st/st-overflow-box.h \
|
|
|
|
st/st-private.h \
|
|
|
|
st/st-scrollable.h \
|
|
|
|
st/st-scroll-bar.h \
|
|
|
|
st/st-scroll-view.h \
|
|
|
|
st/st-shadow.h \
|
|
|
|
st/st-table.h \
|
|
|
|
st/st-table-child.h \
|
|
|
|
st/st-texture-cache.h \
|
|
|
|
st/st-theme.h \
|
|
|
|
st/st-theme-context.h \
|
|
|
|
st/st-theme-node.h \
|
|
|
|
st/st-tooltip.h \
|
|
|
|
st/st-types.h \
|
|
|
|
st/st-widget.h \
|
|
|
|
$(NULL)
|
2010-02-22 19:35:03 -05:00
|
|
|
|
|
|
|
st.h: Makefile
|
2009-12-26 11:48:51 -05:00
|
|
|
$(AM_V_GEN) (echo "#define ST_H_INSIDE 1"; \
|
|
|
|
for name in $(st_source_h); do \
|
|
|
|
echo "#include <"$$name">"; \
|
2010-02-22 19:35:03 -05:00
|
|
|
done; echo "#undef ST_H_INSIDE") > st.h.tmp && mv st.h.tmp st.h
|
2009-12-26 11:48:51 -05:00
|
|
|
|
2010-02-22 19:35:03 -05:00
|
|
|
BUILT_SOURCES += st.h
|
2009-09-08 15:47:30 -04:00
|
|
|
|
2009-09-19 20:43:49 -04:00
|
|
|
st_source_private_h = \
|
2010-10-05 10:15:22 -04:00
|
|
|
st/st-private.h \
|
|
|
|
st/st-table-private.h \
|
|
|
|
st/st-theme-private.h \
|
|
|
|
st/st-theme-node-private.h \
|
|
|
|
st/st-theme-node-transition.h
|
2009-09-19 20:43:49 -04:00
|
|
|
|
2009-09-08 15:47:30 -04:00
|
|
|
# please, keep this sorted alphabetically
|
|
|
|
st_source_c = \
|
2010-10-05 10:15:22 -04:00
|
|
|
st/st-adjustment.c \
|
|
|
|
st/st-bin.c \
|
|
|
|
st/st-border-image.c \
|
|
|
|
st/st-box-layout.c \
|
|
|
|
st/st-box-layout-child.c \
|
|
|
|
st/st-button.c \
|
|
|
|
st/st-clickable.c \
|
|
|
|
st/st-clipboard.c \
|
|
|
|
st/st-container.c \
|
|
|
|
st/st-drawing-area.c \
|
|
|
|
st/st-entry.c \
|
2010-10-05 10:09:40 -04:00
|
|
|
st/st-focus-manager.c \
|
2010-10-05 10:15:22 -04:00
|
|
|
st/st-group.c \
|
2010-10-30 19:57:59 -04:00
|
|
|
st/st-icon.c \
|
2010-10-31 22:06:48 -04:00
|
|
|
st/st-icon-colors.c \
|
2010-10-05 10:15:22 -04:00
|
|
|
st/st-im-text.c \
|
|
|
|
st/st-label.c \
|
|
|
|
st/st-overflow-box.c \
|
|
|
|
st/st-private.c \
|
|
|
|
st/st-scrollable.c \
|
|
|
|
st/st-scroll-bar.c \
|
|
|
|
st/st-scroll-view.c \
|
|
|
|
st/st-shadow.c \
|
|
|
|
st/st-table.c \
|
|
|
|
st/st-table-child.c \
|
|
|
|
st/st-texture-cache.c \
|
|
|
|
st/st-theme.c \
|
|
|
|
st/st-theme-context.c \
|
|
|
|
st/st-theme-node.c \
|
|
|
|
st/st-theme-node-drawing.c \
|
|
|
|
st/st-theme-node-transition.c \
|
|
|
|
st/st-tooltip.c \
|
|
|
|
st/st-widget.c \
|
|
|
|
$(NULL)
|
2009-09-08 15:47:30 -04:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES += libst-1.0.la
|
|
|
|
|
2010-03-26 16:48:38 -04:00
|
|
|
libst_1_0_la_LIBADD = -lm $(ST_LIBS)
|
2009-09-08 15:47:30 -04:00
|
|
|
libst_1_0_la_SOURCES = \
|
2010-10-05 10:15:22 -04:00
|
|
|
$(st_source_c) \
|
|
|
|
$(st_source_private_h) \
|
|
|
|
$(st_source_private_c) \
|
|
|
|
$(st_source_h) \
|
|
|
|
st.h \
|
|
|
|
$(st_built_sources) \
|
|
|
|
$(NULL)
|
2009-09-08 15:47:30 -04:00
|
|
|
libst_1_0_la_CPPFLAGS = $(st_cflags)
|
|
|
|
libst_1_0_la_LDFLAGS = $(LDADD)
|
2009-09-19 20:43:49 -04:00
|
|
|
|
|
|
|
noinst_PROGRAMS += test-theme
|
|
|
|
|
|
|
|
test_theme_CPPFLAGS = $(st_cflags)
|
2010-03-31 14:40:43 -04:00
|
|
|
test_theme_LDADD = libst-1.0.la
|
2009-09-19 20:43:49 -04:00
|
|
|
|
|
|
|
test_theme_SOURCES = st/test-theme.c
|