]> git.lyx.org Git - features.git/blob - src/frontends/kde/dlg/moc/Makefile.am
FormDocument and various fixes.
[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         ${FRONTEND_INCLUDES} ${BOOST_INCLUDES}
7
8 libkdedlgmoc_la_SOURCES = copyrightdlgdata_moc.C \
9                 docdlgdata_moc.C \
10                 docsettingsdlgdata_moc.C \
11                 docgeometrydlgdata_moc.C \
12                 doclanguagedlgdata_moc.C \
13                 docextradlgdata_moc.C \
14                 docbulletsdlgdata_moc.C \
15                 indexdlgdata_moc.C \
16                 paradlgdata_moc.C \
17                 parageneraldlgdata_moc.C \
18                 paraabovedlgdata_moc.C \
19                 parabelowdlgdata_moc.C \
20                 paraextradlgdata_moc.C \
21                 printdlgdata_moc.C \
22                 tabcreatedlgdata_moc.C \
23                 emptytable_moc.C \
24                 tabstack_moc.C \
25                 lengthentry_moc.C
26
27 DISTCLEANFILES = $(libkdedlgmoc_la_SOURCES) *.orig *.rej *~ *.bak core
28
29 LIBS=
30 ETAGS_ARGS = --lang=c++
31         $(BUILTSOURCES)
32
33 copyrightdlgdata_moc.C: ../copyrightdlgdata.h
34         $(MOC) $< -o $@
35 docdlgdata_moc.C: ../docdlgdata.h
36         $(MOC) $< -o $@
37 docsettingsdlgdata_moc.C: ../docsettingsdlgdata.h
38         $(MOC) $< -o $@
39 docgeometrydlgdata_moc.C: ../docgeometrydlgdata.h
40         $(MOC) $< -o $@
41 doclanguagedlgdata_moc.C: ../doclanguagedlgdata.h
42         $(MOC) $< -o $@
43 docextradlgdata_moc.C: ../docextradlgdata.h
44         $(MOC) $< -o $@
45 docbulletsdlgdata_moc.C: ../docbulletsdlgdata.h
46         $(MOC) $< -o $@
47 emptytable_moc.C: ../emptytable.h
48         $(MOC) $< -o $@
49 indexdlgdata_moc.C: ../indexdlgdata.h
50         $(MOC) $< -o $@
51 paradlgdata_moc.C: ../paradlgdata.h
52         $(MOC) $< -o $@
53 parageneraldlgdata_moc.C: ../parageneraldlgdata.h
54         $(MOC) $< -o $@
55 paraabovedlgdata_moc.C: ../paraabovedlgdata.h
56         $(MOC) $< -o $@
57 parabelowdlgdata_moc.C: ../parabelowdlgdata.h
58         $(MOC) $< -o $@
59 paraextradlgdata_moc.C: ../paraextradlgdata.h
60         $(MOC) $< -o $@
61 printdlgdata_moc.C: ../printdlgdata.h
62         $(MOC) $< -o $@
63 tabcreatedlgdata_moc.C: ../tabcreatedlgdata.h
64         $(MOC) $< -o $@
65 tabstack_moc.C: ../tabstack.h
66         $(MOC) $< -o $@
67 lengthentry_moc.C: ../lengthentry.h
68         $(MOC) $< -o $@