3 BUILT_SOURCES = wconfig.h
114 wmaker_SOURCES += osdep_bsd.c
117 wmaker_SOURCES += osdep_darwin.c
120 wmaker_SOURCES += osdep_linux.c
123 wmaker_SOURCES += osdep_stub.c
127 wmaker_SOURCES += misc.c \
130 nodist_wmaker_SOURCES = misc.hack_nf.c \
133 CLEANFILES = $(nodist_wmaker_SOURCES)
135 misc.hack_nf.c: misc.c $(top_srcdir)/script/nested-func-to-macro.sh
136 $(AM_V_GEN)$(top_srcdir)/script/nested-func-to-macro.sh \
137 $(srcdir)/misc.c -o $(builddir)/misc.hack_nf.c \
138 -f "append_string" -f "append_modifier"
140 xmodifier.hack_nf.c: xmodifier.c $(top_srcdir)/script/nested-func-to-macro.sh
141 $(AM_V_GEN)$(top_srcdir)/script/nested-func-to-macro.sh \
142 $(srcdir)/xmodifier.c -o $(builddir)/xmodifier.hack_nf.c \
143 -f "modwarn" -f "modbarf" -f "check_modifier" -f "store_modifier"
150 $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\" \
151 -I$(top_srcdir)/wrlib \
152 -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
156 $(top_builddir)/WINGs/libWINGs.la\
157 $(top_builddir)/WINGs/libWUtil.la\
158 $(top_builddir)/wrlib/libwraster.la\