Initial version of doldacond-shell
[doldaconnect.git] / clients / gui-shell / Makefile.am
CommitLineData
34d45a15 1bin_PROGRAMS=dolcon-launch doldacond-shell
f7a57385
FT
2
3dolcon_launch_SOURCES=launch.c
ec985ce4 4
34d45a15
FT
5doldacond_shell_SOURCES=dsh.c
6
7EXTRA_DIST=dsh-start.desc dsh-menu.desc
8BUILT_SOURCES=dsh-start.gtk dsh-menu.gtk
9
10dsh.c: dsh-start.gtk dsh-menu.gtk
11
ec985ce4 12AM_CPPFLAGS=-I$(top_srcdir)/include
34d45a15
FT
13localedir=$(datadir)/locale
14doldacond_shell_LDADD=$(top_srcdir)/lib/libdcui.la
15doldacond_shell_LDFLAGS= @GTK2_LIBS@ @LIBNOTIFY_LIBS@
16doldacond_shell_CPPFLAGS=@GTK2_CFLAGS@ @LIBNOTIFY_CFLAGS@ \
17 -DLOCALEDIR=\"$(localedir)\"
18
19.desc.gtk: $(top_srcdir)/common/makegdesc
20 target="$@"; \
21 basename="$${target%.gtk}"; \
22 cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< \
23 | $(top_srcdir)/common/makegdesc -h "$${basename}.gtkh" >$@