]> icculus.org git repositories - duncan/yast2-web-wt.git/blob - src/Makefile.am
PushButton skeleton
[duncan/yast2-web-wt.git] / src / Makefile.am
1 #
2 # Makefile.am for web/src
3 #
4
5 # SUBDIRS = pkg
6
7 AM_CXXFLAGS = -DY2LOG=\"ui-web\"                                        \
8         -DWTLIBDIR=\"$(WTLIBDIR)\"
9
10 serversdir = $(execcompdir)/servers
11
12 # plugin, libtool forces 'lib' prefix
13 plugin_LTLIBRARIES = libpy2web.la
14 libpy2web_la_LDFLAGS = -version-info 2:0        
15
16 # compile using internal wthttp daemon
17 libpy2web_la_LIBADD =                   \
18         -L$(plugindir) -lpy2UI          \
19         -lboost_thread-mt -lboost_signals -lboost_program_options -lmxml -lwt -lwthttp
20
21 noinst_HEADERS = $(wildcard *.h)
22
23 libpy2web_la_SOURCES =                          \
24         Y2CCWeb.cc                              \
25                                                 \
26         YWebUI_core.cc                          \
27         YWebUI_widgets.cc                       \
28         YWebUI_builtins.cc                      \
29         YWebWidgetFactory.cc                    \
30         YWebDialog.cc                           \
31         YWebApplication.cc                      \
32         YWebPushButton.cc
33
34
35 #       YQPackageSelectorPlugin.cc              \
36 #                                               \
37 #       YQIconPool.cc                           \
38 #                                               \
39 #       YQAlignment.cc                          \
40 #       YQBarGraph.cc                           \
41 #       YQCheckBox.cc                           \
42 #       YQCheckBoxFrame.cc                      \
43 #       YQColoredLabel.cc                       \
44 #       YQComboBox.cc                           \
45 #       YQDate.cc                               \
46 #       YQDialog.cc                             \
47 #       YQDownloadProgress.cc                   \
48 #       YQDumbTab.cc                            \
49 #       YQEmpty.cc                              \
50 #       YQFrame.cc                              \
51 #       YQGenericButton.cc                      \
52 #       YQImage.cc                              \
53 #       YQIntField.cc                           \
54 #       YQLogView.cc                            \
55 #       YQMenuButton.cc                         \
56 #       YQMultiLineEdit.cc                      \
57 #       YQMultiProgressMeter.cc                 \
58 #       YQMultiSelectionBox.cc                  \
59 #       YQPartitionSplitter.cc                  \
60 #       YQProgressBar.cc                        \
61 #       YQPushButton.cc                         \
62 #       YQRadioButton.cc                        \
63 #       YQRadioButtonGroup.cc                   \
64 #       YQReplacePoint.cc                       \
65 #       YQRichText.cc                           \
66 #       YQSelectionBox.cc                       \
67 #       YQSlider.cc                             \
68 #       YQSpacing.cc                            \
69 #       YQSplit.cc                              \
70 #       YQSquash.cc                             \
71 #       YQTable.cc                              \
72 #       YQTextEntry.cc                          \
73 #       YQTime.cc                               \
74 #       YQTree.cc                               \
75 #       YQWizard.cc                             \
76 #       YQWizardButton.cc                       \
77 #                                               \
78 #       YFrameBuffer.cc                         \
79 #       QY2BarGraph.cc                          \
80 #       QY2ComboTabWidget.cc                    \
81 #       QY2DiskUsageList.cc                     \
82 #       QY2CharValidator.cc                     \
83 #       QY2ListView.cc                          \
84 #       QY2Settings.cc                          \
85 #       QY2LayoutUtils.cc
86
87 INCLUDES =  -I$(WTDIR)/include -I$(includedir) -I$(includedir)/yui