]> git.lyx.org Git - features.git/blob - src/frontends/kde/dlg/moc/Makefile.am
The big KDE reorg + fi l10n update
[features.git] / src / frontends / kde / dlg / moc / Makefile.am
1 AUTOMAKE_OPTIONS = foreign 1.4
2 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
3 noinst_LTLIBRARIES = libkdedlgmoc.la
4 BOOST_INCLUDES = -I$(top_srcdir)/boost
5 INCLUDES = -I${top_srcdir}/src/ -I${top_srcdir}/src/frontends/
6
7 libkdedlgmoc_la_SOURCES = copyrightdlgdata_moc.C \
8                 indexdlgdata_moc.C \
9                 paradlgdata_moc.C \
10                 parageneraldlgdata_moc.C \
11                 paraabovedlgdata_moc.C \
12                 parabelowdlgdata_moc.C \
13                 paraextradlgdata_moc.C \
14                 printdlgdata_moc.C \
15                 tabcreatedlgdata_moc.C \
16                 emptytable_moc.C \
17                 tabstack_moc.C
18
19 DISTCLEANFILES = $(libkdedlgmoc_la_SOURCES) *.orig *.rej *~ *.bak core
20
21 LIBS=
22 ETAGS_ARGS = --lang=c++
23         $(BUILTSOURCES)
24
25 copyrightdlgdata_moc.C: ../copyrightdlgdata.h
26         $(MOC) $< -o $@
27 emptytable_moc.C: ../emptytable.h
28         $(MOC) $< -o $@
29 indexdlgdata_moc.C: ../indexdlgdata.h
30         $(MOC) $< -o $@
31 paradlgdata_moc.C: ../paradlgdata.h
32         $(MOC) $< -o $@
33 parageneraldlgdata_moc.C: ../parageneraldlgdata.h
34         $(MOC) $< -o $@
35 paraabovedlgdata_moc.C: ../paraabovedlgdata.h
36         $(MOC) $< -o $@
37 parabelowdlgdata_moc.C: ../parabelowdlgdata.h
38         $(MOC) $< -o $@
39 paraextradlgdata_moc.C: ../paraextradlgdata.h
40         $(MOC) $< -o $@
41 printdlgdata_moc.C: ../printdlgdata.h
42         $(MOC) $< -o $@
43 tabcreatedlgdata_moc.C: ../tabcreatedlgdata.h
44         $(MOC) $< -o $@
45 tabstack_moc.C: ../tabstack.h
46         $(MOC) $< -o $@