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