]> git.lyx.org Git - features.git/blob - src/frontends/qt2/moc/Makefile.am
build fixes, fixes to thesaurus and bibtex.
[features.git] / src / frontends / qt2 / moc / Makefile.am
1 AUTOMAKE_OPTIONS = foreign 1.4
2 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
3 noinst_LTLIBRARIES = libqt2moc.la
4 BOOST_INCLUDES = -I$(top_srcdir)/boost
5 INCLUDES = -I${top_srcdir}/src/ \
6         -I${top_srcdir}/src/frontends/ \
7         -I${top_srcdir}/src/frontends/controllers \
8         -I${top_builddir}/src/frontends/qt2 \
9         ${SIGC_CFLAGS} \
10         ${FRONTEND_INCLUDES} \
11         $(BOOST_INCLUDES)
12
13 include ../Makefile.dialogs
14
15 libqt2moc_la_SOURCES := FileDialog_private_moc.C \
16         emptytable_moc.C \
17         Qt2Base_moc.C \
18         $(MOCDIALOGS)
19
20 DISTCLEANFILES = $(libqt2moc_la_SOURCES) *.orig *.rej *~ *.bak core
21
22 ETAGS_ARGS = --lang=c++
23
24 %_moc.C: ../%.h
25         $(MOC) -o $@ $<