]> git.sur5r.net Git - kconfig-frontends/blob - frontends/qconf/Makefile.am
frontends: prefix frontends with 'kconfig-'
[kconfig-frontends] / frontends / qconf / Makefile.am
1 bin_PROGRAMS = kconfig-qconf
2
3 kconfig_qconf_SOURCES = qconf.cc qconf.h
4 BUILT_SOURCES = qconf.moc
5 kconfig_qconf_CPPFLAGS = $(AM_CPPFLAGS)                 \
6                          $(GETTEXT)                     \
7                          -I$(top_srcdir)/libs/parser    \
8                          -I$(top_builddir)/libs/images
9 kconfig_qconf_CXXFLAGS = $(AM_CXXFLAGS) \
10                          $(kf_CFLAGS)   \
11                          $(qt4_CFLAGS)
12 kconfig_qconf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la  \
13                       $(top_builddir)/libs/images/libkconfig-images.a   \
14                       $(qt4_LIBS) $(qconf_EXTRA_LIBS)
15 CLEANFILES = qconf.moc
16
17 .h.moc:
18         $(MOC) -i $< -o $@