]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ui/moc/Makefile.am
fix qt2 build.
[features.git] / src / frontends / qt2 / ui / moc / Makefile.am
1 AUTOMAKE_OPTIONS = foreign 1.4
2 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
3 noinst_LTLIBRARIES = libqt2uimoc.o
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         ${SIGC_CFLAGS} \
9         ${FRONTEND_INCLUDES} \
10         $(BOOST_INCLUDES)
11 AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR
12
13 include ../../Makefile.dialogs
14
15 libqt2uimoc_o_SOURCES := $(UIMOCDIALOGS)
16  
17 DISTCLEANFILES = $(libqt2uimoc_la_SOURCES) *.orig *.rej *~ *.bak core
18
19 ETAGS_ARGS = --lang=c++
20
21 %_moc.C: ../%.h
22         $(MOC) -o $@ $<
23