]> git.sur5r.net Git - kconfig-frontends/blob - frontends/qconf/Makefile.am
f6a66874bb97f0a06f89e6135d73a9a395b27c8c
[kconfig-frontends] / frontends / qconf / Makefile.am
1 bin_PROGRAMS = qconf
2
3 qconf_SOURCES = qconf.cc qconf.h
4 BUILT_SOURCES = qconf.moc
5 qconf_CPPFLAGS = $(AM_CPPFLAGS)                 \
6                  $(GETTEXT)                     \
7                  -I$(top_srcdir)/libs/parser    \
8                  -I$(top_builddir)/libs/images
9 qconf_CXXFLAGS = $(AM_CXXFLAGS) \
10                  $(kf_CFLAGS)   \
11                  $(qt4_CFLAGS)
12 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 $@