~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to src/Makefile-st.am

Tags: upstream-2.29.0
ImportĀ upstreamĀ versionĀ 2.29.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    st/st-types.h                               \
98
98
    st/st-widget.h                              \
99
99
    $(NULL)
100
 
    
101
 
st/st.h: Makefile
 
100
 
 
101
st.h: Makefile
102
102
        $(AM_V_GEN) (echo "#define ST_H_INSIDE 1";      \
103
103
        for name in $(st_source_h); do                  \
104
104
          echo "#include <"$$name">";                   \
105
 
        done; echo "#undef ST_H_INSIDE") > st/st.h.tmp && mv st/st.h.tmp st/st.h
 
105
        done; echo "#undef ST_H_INSIDE") > st.h.tmp && mv st.h.tmp st.h
106
106
 
107
 
BUILT_SOURCES += st/st.h
 
107
BUILT_SOURCES += st.h
108
108
 
109
109
st_source_private_h =                           \
110
110
    st/st-private.h                             \
152
152
    $(st_source_private_h)                      \
153
153
    $(st_source_private_c)                      \
154
154
    $(st_source_h)                              \
155
 
    st/st.h                                     \
 
155
    st.h                                        \
156
156
    $(st_built_sources)                         \
157
157
    $(NULL)
158
158
libst_1_0_la_CPPFLAGS = $(st_cflags)