@@ -1,20 +1,21 | |||
|
1 | 1 | ############################################################################# |
|
2 | 2 | # Makefile for building: PAULs_LPPMON_PLUGINS |
|
3 |
# Generated by qmake ( |
|
|
3 | # Generated by qmake (3.0) (Qt 5.2.1) | |
|
4 | 4 | # Project: PAULs_LPPMON_PLUGINS.pro |
|
5 | 5 | # Template: subdirs |
|
6 |
# Command: /usr/bin/qmake-qt |
|
|
6 | # Command: /usr/bin/qmake-qt5 -o Makefile PAULs_LPPMON_PLUGINS.pro | |
|
7 | 7 | ############################################################################# |
|
8 | 8 | |
|
9 | first: make_default | |
|
10 | 9 | MAKEFILE = Makefile |
|
11 | QMAKE = /usr/bin/qmake-qt4 | |
|
10 | ||
|
11 | first: make_first | |
|
12 | QMAKE = /usr/bin/qmake-qt5 | |
|
12 | 13 | DEL_FILE = rm -f |
|
13 | 14 | CHK_DIR_EXISTS= test -d |
|
14 | 15 | MKDIR = mkdir -p |
|
15 | 16 | COPY = cp -f |
|
16 |
COPY_FILE = |
|
|
17 |
COPY_DIR = |
|
|
17 | COPY_FILE = cp -f | |
|
18 | COPY_DIR = cp -f -R | |
|
18 | 19 | INSTALL_FILE = install -m 644 -p |
|
19 | 20 | INSTALL_PROGRAM = install -m 755 -p |
|
20 | 21 | INSTALL_DIR = $(COPY_DIR) |
@@ -22,105 +23,238 DEL_FILE = rm -f | |||
|
22 | 23 | SYMLINK = ln -f -s |
|
23 | 24 | DEL_DIR = rmdir |
|
24 | 25 | MOVE = mv -f |
|
25 | CHK_DIR_EXISTS= test -d | |
|
26 | MKDIR = mkdir -p | |
|
27 | 26 | SUBTARGETS = \ |
|
28 | 27 | sub-rmapplugin |
|
29 | 28 | |
|
30 | rmapplugin/$(MAKEFILE): | |
|
31 | @$(CHK_DIR_EXISTS) rmapplugin/ || $(MKDIR) rmapplugin/ | |
|
32 | cd rmapplugin/ && $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -spec /usr/lib64/qt4/mkspecs/linux-g++ -o $(MAKEFILE) | |
|
29 | ||
|
33 | 30 | sub-rmapplugin-qmake_all: FORCE |
|
34 | @$(CHK_DIR_EXISTS) rmapplugin/ || $(MKDIR) rmapplugin/ | |
|
35 |
cd rmapplugin/ && $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro |
|
|
36 | sub-rmapplugin: rmapplugin/$(MAKEFILE) FORCE | |
|
37 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) | |
|
38 | sub-rmapplugin-make_default-ordered: rmapplugin/$(MAKEFILE) FORCE | |
|
39 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) | |
|
40 | sub-rmapplugin-make_default: rmapplugin/$(MAKEFILE) FORCE | |
|
41 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) | |
|
42 | sub-rmapplugin-make_first-ordered: rmapplugin/$(MAKEFILE) FORCE | |
|
43 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) first | |
|
44 | sub-rmapplugin-make_first: rmapplugin/$(MAKEFILE) FORCE | |
|
45 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) first | |
|
46 |
sub-rmapplugin-all-ordered: |
|
|
47 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) all | |
|
48 | sub-rmapplugin-all: rmapplugin/$(MAKEFILE) FORCE | |
|
49 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) all | |
|
50 | sub-rmapplugin-clean-ordered: rmapplugin/$(MAKEFILE) FORCE | |
|
51 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) clean | |
|
52 |
sub-rmapplugin-clean: |
|
|
53 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) clean | |
|
54 | sub-rmapplugin-distclean-ordered: rmapplugin/$(MAKEFILE) FORCE | |
|
55 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) distclean | |
|
56 | sub-rmapplugin-distclean: rmapplugin/$(MAKEFILE) FORCE | |
|
57 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) distclean | |
|
58 |
sub-rmapplugin- |
|
|
59 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) install | |
|
60 | sub-rmapplugin-install_subtargets: rmapplugin/$(MAKEFILE) FORCE | |
|
61 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) install | |
|
62 | sub-rmapplugin-uninstall_subtargets-ordered: rmapplugin/$(MAKEFILE) FORCE | |
|
63 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) uninstall | |
|
64 |
sub-rmapplugin- |
|
|
65 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) uninstall | |
|
31 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
32 | cd rmapplugin/ && $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile | |
|
33 | cd rmapplugin/ && $(MAKE) -f Makefile qmake_all | |
|
34 | sub-rmapplugin: FORCE | |
|
35 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
36 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile | |
|
37 | sub-rmapplugin-make_first-ordered: FORCE | |
|
38 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
39 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile | |
|
40 | sub-rmapplugin-make_first: FORCE | |
|
41 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
42 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile | |
|
43 | sub-rmapplugin-all-ordered: FORCE | |
|
44 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
45 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile all | |
|
46 | sub-rmapplugin-all: FORCE | |
|
47 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
48 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile all | |
|
49 | sub-rmapplugin-clean-ordered: FORCE | |
|
50 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
51 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile clean | |
|
52 | sub-rmapplugin-clean: FORCE | |
|
53 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
54 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile clean | |
|
55 | sub-rmapplugin-distclean-ordered: FORCE | |
|
56 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
57 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile distclean | |
|
58 | sub-rmapplugin-distclean: FORCE | |
|
59 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
60 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile distclean | |
|
61 | sub-rmapplugin-install_subtargets-ordered: FORCE | |
|
62 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
63 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile install | |
|
64 | sub-rmapplugin-install_subtargets: FORCE | |
|
65 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
66 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile install | |
|
67 | sub-rmapplugin-uninstall_subtargets-ordered: FORCE | |
|
68 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
69 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile uninstall | |
|
70 | sub-rmapplugin-uninstall_subtargets: FORCE | |
|
71 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
72 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile uninstall | |
|
66 | 73 | |
|
67 |
Makefile: PAULs_LPPMON_PLUGINS.pro |
|
|
68 |
/usr/lib64/qt |
|
|
69 |
/usr/lib64/qt |
|
|
70 |
/usr/lib64/qt |
|
|
71 |
/usr/lib64/qt |
|
|
72 |
/usr/lib64/qt |
|
|
73 |
/usr/lib64/qt |
|
|
74 |
/usr/lib64/qt |
|
|
75 |
/usr/lib64/qt |
|
|
76 |
/usr/lib64/qt |
|
|
77 |
/usr/lib64/qt |
|
|
78 |
/usr/lib64/qt |
|
|
79 |
/usr/lib64/qt |
|
|
80 |
/usr/lib64/qt |
|
|
81 |
/usr/lib64/qt |
|
|
82 |
/usr/lib64/qt |
|
|
83 |
/usr/lib64/qt |
|
|
84 |
/usr/lib64/qt |
|
|
85 |
/usr/lib64/qt |
|
|
86 |
/usr/lib64/qt |
|
|
87 |
/usr/lib64/qt |
|
|
88 |
/usr/lib64/qt |
|
|
89 |
/usr/lib64/qt |
|
|
90 |
/usr/lib64/qt |
|
|
91 |
/usr/lib64/qt |
|
|
92 | $(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile PAULs_LPPMON_PLUGINS.pro | |
|
93 |
/usr/lib64/qt |
|
|
94 | /usr/lib64/qt4/mkspecs/common/linux.conf: | |
|
95 | /usr/lib64/qt4/mkspecs/common/gcc-base.conf: | |
|
96 | /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf: | |
|
97 | /usr/lib64/qt4/mkspecs/common/g++-base.conf: | |
|
98 | /usr/lib64/qt4/mkspecs/common/g++-unix.conf: | |
|
99 |
/usr/lib64/qt |
|
|
100 |
/usr/lib64/qt |
|
|
101 |
/usr/lib64/qt |
|
|
102 |
/usr/lib64/qt |
|
|
103 | /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf: | |
|
104 |
/usr/lib64/qt |
|
|
105 | /usr/lib64/qt4/mkspecs/features/release.prf: | |
|
106 |
/usr/lib64/qt |
|
|
107 | /usr/lib64/qt4/mkspecs/features/shared.prf: | |
|
108 |
/usr/lib64/qt |
|
|
109 | /usr/lib64/qt4/mkspecs/features/warn_on.prf: | |
|
110 | /usr/lib64/qt4/mkspecs/features/qt.prf: | |
|
111 |
/usr/lib64/qt |
|
|
112 | /usr/lib64/qt4/mkspecs/features/moc.prf: | |
|
113 | /usr/lib64/qt4/mkspecs/features/resources.prf: | |
|
114 |
/usr/lib64/qt |
|
|
115 |
/usr/lib64/qt |
|
|
116 | /usr/lib64/qt4/mkspecs/features/lex.prf: | |
|
117 |
/usr/lib64/qt |
|
|
118 | qmake: qmake_all FORCE | |
|
119 | @$(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile PAULs_LPPMON_PLUGINS.pro | |
|
74 | Makefile: PAULs_LPPMON_PLUGINS.pro /usr/lib64/qt5/mkspecs/linux-g++-64/qmake.conf /usr/lib64/qt5/mkspecs/features/spec_pre.prf \ | |
|
75 | /usr/lib64/qt5/mkspecs/common/shell-unix.conf \ | |
|
76 | /usr/lib64/qt5/mkspecs/common/unix.conf \ | |
|
77 | /usr/lib64/qt5/mkspecs/common/linux.conf \ | |
|
78 | /usr/lib64/qt5/mkspecs/common/gcc-base.conf \ | |
|
79 | /usr/lib64/qt5/mkspecs/common/gcc-base-unix.conf \ | |
|
80 | /usr/lib64/qt5/mkspecs/common/g++-base.conf \ | |
|
81 | /usr/lib64/qt5/mkspecs/common/g++-unix.conf \ | |
|
82 | /usr/lib64/qt5/mkspecs/qconfig.pri \ | |
|
83 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri \ | |
|
84 | /usr/lib64/qt5/mkspecs/modules/qt_lib_clucene_private.pri \ | |
|
85 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor.pri \ | |
|
86 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor_private.pri \ | |
|
87 | /usr/lib64/qt5/mkspecs/modules/qt_lib_concurrent.pri \ | |
|
88 | /usr/lib64/qt5/mkspecs/modules/qt_lib_concurrent_private.pri \ | |
|
89 | /usr/lib64/qt5/mkspecs/modules/qt_lib_core.pri \ | |
|
90 | /usr/lib64/qt5/mkspecs/modules/qt_lib_core_private.pri \ | |
|
91 | /usr/lib64/qt5/mkspecs/modules/qt_lib_dbus.pri \ | |
|
92 | /usr/lib64/qt5/mkspecs/modules/qt_lib_dbus_private.pri \ | |
|
93 | /usr/lib64/qt5/mkspecs/modules/qt_lib_declarative.pri \ | |
|
94 | /usr/lib64/qt5/mkspecs/modules/qt_lib_declarative_private.pri \ | |
|
95 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designer.pri \ | |
|
96 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designer_private.pri \ | |
|
97 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designercomponents_private.pri \ | |
|
98 | /usr/lib64/qt5/mkspecs/modules/qt_lib_gui.pri \ | |
|
99 | /usr/lib64/qt5/mkspecs/modules/qt_lib_gui_private.pri \ | |
|
100 | /usr/lib64/qt5/mkspecs/modules/qt_lib_help.pri \ | |
|
101 | /usr/lib64/qt5/mkspecs/modules/qt_lib_help_private.pri \ | |
|
102 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimedia.pri \ | |
|
103 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimedia_private.pri \ | |
|
104 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets.pri \ | |
|
105 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ | |
|
106 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network.pri \ | |
|
107 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network_private.pri \ | |
|
108 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl.pri \ | |
|
109 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl_private.pri \ | |
|
110 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions.pri \ | |
|
111 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri \ | |
|
112 | /usr/lib64/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri \ | |
|
113 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport.pri \ | |
|
114 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport_private.pri \ | |
|
115 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml.pri \ | |
|
116 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml_private.pri \ | |
|
117 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmldevtools_private.pri \ | |
|
118 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmltest.pri \ | |
|
119 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmltest_private.pri \ | |
|
120 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ | |
|
121 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quick.pri \ | |
|
122 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quick_private.pri \ | |
|
123 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quickparticles_private.pri \ | |
|
124 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script.pri \ | |
|
125 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script_private.pri \ | |
|
126 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools.pri \ | |
|
127 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools_private.pri \ | |
|
128 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql.pri \ | |
|
129 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql_private.pri \ | |
|
130 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg.pri \ | |
|
131 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg_private.pri \ | |
|
132 | /usr/lib64/qt5/mkspecs/modules/qt_lib_testlib.pri \ | |
|
133 | /usr/lib64/qt5/mkspecs/modules/qt_lib_testlib_private.pri \ | |
|
134 | /usr/lib64/qt5/mkspecs/modules/qt_lib_uitools.pri \ | |
|
135 | /usr/lib64/qt5/mkspecs/modules/qt_lib_uitools_private.pri \ | |
|
136 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkit.pri \ | |
|
137 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkit_private.pri \ | |
|
138 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkitwidgets.pri \ | |
|
139 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ | |
|
140 | /usr/lib64/qt5/mkspecs/modules/qt_lib_widgets.pri \ | |
|
141 | /usr/lib64/qt5/mkspecs/modules/qt_lib_widgets_private.pri \ | |
|
142 | /usr/lib64/qt5/mkspecs/modules/qt_lib_x11extras.pri \ | |
|
143 | /usr/lib64/qt5/mkspecs/modules/qt_lib_x11extras_private.pri \ | |
|
144 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xml.pri \ | |
|
145 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xml_private.pri \ | |
|
146 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xmlpatterns.pri \ | |
|
147 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ | |
|
148 | /usr/lib64/qt5/mkspecs/features/qt_functions.prf \ | |
|
149 | /usr/lib64/qt5/mkspecs/features/qt_config.prf \ | |
|
150 | /usr/lib64/qt5/mkspecs/linux-g++-64/qmake.conf \ | |
|
151 | /usr/lib64/qt5/mkspecs/features/spec_post.prf \ | |
|
152 | /usr/lib64/qt5/mkspecs/features/exclusive_builds.prf \ | |
|
153 | /usr/lib64/qt5/mkspecs/features/default_pre.prf \ | |
|
154 | /usr/lib64/qt5/mkspecs/features/resolve_config.prf \ | |
|
155 | /usr/lib64/qt5/mkspecs/features/default_post.prf \ | |
|
156 | /usr/lib64/qt5/mkspecs/features/unix/gdb_dwarf_index.prf \ | |
|
157 | /usr/lib64/qt5/mkspecs/features/warn_on.prf \ | |
|
158 | /usr/lib64/qt5/mkspecs/features/testcase_targets.prf \ | |
|
159 | /usr/lib64/qt5/mkspecs/features/exceptions.prf \ | |
|
160 | /usr/lib64/qt5/mkspecs/features/yacc.prf \ | |
|
161 | /usr/lib64/qt5/mkspecs/features/lex.prf \ | |
|
162 | PAULs_LPPMON_PLUGINS.pro | |
|
163 | $(QMAKE) -o Makefile PAULs_LPPMON_PLUGINS.pro | |
|
164 | /usr/lib64/qt5/mkspecs/features/spec_pre.prf: | |
|
165 | /usr/lib64/qt5/mkspecs/common/shell-unix.conf: | |
|
166 | /usr/lib64/qt5/mkspecs/common/unix.conf: | |
|
167 | /usr/lib64/qt5/mkspecs/common/linux.conf: | |
|
168 | /usr/lib64/qt5/mkspecs/common/gcc-base.conf: | |
|
169 | /usr/lib64/qt5/mkspecs/common/gcc-base-unix.conf: | |
|
170 | /usr/lib64/qt5/mkspecs/common/g++-base.conf: | |
|
171 | /usr/lib64/qt5/mkspecs/common/g++-unix.conf: | |
|
172 | /usr/lib64/qt5/mkspecs/qconfig.pri: | |
|
173 | /usr/lib64/qt5/mkspecs/modules/qt_lib_bootstrap_private.pri: | |
|
174 | /usr/lib64/qt5/mkspecs/modules/qt_lib_clucene_private.pri: | |
|
175 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor.pri: | |
|
176 | /usr/lib64/qt5/mkspecs/modules/qt_lib_compositor_private.pri: | |
|
177 | /usr/lib64/qt5/mkspecs/modules/qt_lib_concurrent.pri: | |
|
178 | /usr/lib64/qt5/mkspecs/modules/qt_lib_concurrent_private.pri: | |
|
179 | /usr/lib64/qt5/mkspecs/modules/qt_lib_core.pri: | |
|
180 | /usr/lib64/qt5/mkspecs/modules/qt_lib_core_private.pri: | |
|
181 | /usr/lib64/qt5/mkspecs/modules/qt_lib_dbus.pri: | |
|
182 | /usr/lib64/qt5/mkspecs/modules/qt_lib_dbus_private.pri: | |
|
183 | /usr/lib64/qt5/mkspecs/modules/qt_lib_declarative.pri: | |
|
184 | /usr/lib64/qt5/mkspecs/modules/qt_lib_declarative_private.pri: | |
|
185 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designer.pri: | |
|
186 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designer_private.pri: | |
|
187 | /usr/lib64/qt5/mkspecs/modules/qt_lib_designercomponents_private.pri: | |
|
188 | /usr/lib64/qt5/mkspecs/modules/qt_lib_gui.pri: | |
|
189 | /usr/lib64/qt5/mkspecs/modules/qt_lib_gui_private.pri: | |
|
190 | /usr/lib64/qt5/mkspecs/modules/qt_lib_help.pri: | |
|
191 | /usr/lib64/qt5/mkspecs/modules/qt_lib_help_private.pri: | |
|
192 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimedia.pri: | |
|
193 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimedia_private.pri: | |
|
194 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets.pri: | |
|
195 | /usr/lib64/qt5/mkspecs/modules/qt_lib_multimediawidgets_private.pri: | |
|
196 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network.pri: | |
|
197 | /usr/lib64/qt5/mkspecs/modules/qt_lib_network_private.pri: | |
|
198 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl.pri: | |
|
199 | /usr/lib64/qt5/mkspecs/modules/qt_lib_opengl_private.pri: | |
|
200 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions.pri: | |
|
201 | /usr/lib64/qt5/mkspecs/modules/qt_lib_openglextensions_private.pri: | |
|
202 | /usr/lib64/qt5/mkspecs/modules/qt_lib_platformsupport_private.pri: | |
|
203 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport.pri: | |
|
204 | /usr/lib64/qt5/mkspecs/modules/qt_lib_printsupport_private.pri: | |
|
205 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml.pri: | |
|
206 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qml_private.pri: | |
|
207 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmldevtools_private.pri: | |
|
208 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmltest.pri: | |
|
209 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qmltest_private.pri: | |
|
210 | /usr/lib64/qt5/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: | |
|
211 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quick.pri: | |
|
212 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quick_private.pri: | |
|
213 | /usr/lib64/qt5/mkspecs/modules/qt_lib_quickparticles_private.pri: | |
|
214 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script.pri: | |
|
215 | /usr/lib64/qt5/mkspecs/modules/qt_lib_script_private.pri: | |
|
216 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools.pri: | |
|
217 | /usr/lib64/qt5/mkspecs/modules/qt_lib_scripttools_private.pri: | |
|
218 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql.pri: | |
|
219 | /usr/lib64/qt5/mkspecs/modules/qt_lib_sql_private.pri: | |
|
220 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg.pri: | |
|
221 | /usr/lib64/qt5/mkspecs/modules/qt_lib_svg_private.pri: | |
|
222 | /usr/lib64/qt5/mkspecs/modules/qt_lib_testlib.pri: | |
|
223 | /usr/lib64/qt5/mkspecs/modules/qt_lib_testlib_private.pri: | |
|
224 | /usr/lib64/qt5/mkspecs/modules/qt_lib_uitools.pri: | |
|
225 | /usr/lib64/qt5/mkspecs/modules/qt_lib_uitools_private.pri: | |
|
226 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkit.pri: | |
|
227 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkit_private.pri: | |
|
228 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkitwidgets.pri: | |
|
229 | /usr/lib64/qt5/mkspecs/modules/qt_lib_webkitwidgets_private.pri: | |
|
230 | /usr/lib64/qt5/mkspecs/modules/qt_lib_widgets.pri: | |
|
231 | /usr/lib64/qt5/mkspecs/modules/qt_lib_widgets_private.pri: | |
|
232 | /usr/lib64/qt5/mkspecs/modules/qt_lib_x11extras.pri: | |
|
233 | /usr/lib64/qt5/mkspecs/modules/qt_lib_x11extras_private.pri: | |
|
234 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xml.pri: | |
|
235 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xml_private.pri: | |
|
236 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xmlpatterns.pri: | |
|
237 | /usr/lib64/qt5/mkspecs/modules/qt_lib_xmlpatterns_private.pri: | |
|
238 | /usr/lib64/qt5/mkspecs/features/qt_functions.prf: | |
|
239 | /usr/lib64/qt5/mkspecs/features/qt_config.prf: | |
|
240 | /usr/lib64/qt5/mkspecs/linux-g++-64/qmake.conf: | |
|
241 | /usr/lib64/qt5/mkspecs/features/spec_post.prf: | |
|
242 | /usr/lib64/qt5/mkspecs/features/exclusive_builds.prf: | |
|
243 | /usr/lib64/qt5/mkspecs/features/default_pre.prf: | |
|
244 | /usr/lib64/qt5/mkspecs/features/resolve_config.prf: | |
|
245 | /usr/lib64/qt5/mkspecs/features/default_post.prf: | |
|
246 | /usr/lib64/qt5/mkspecs/features/unix/gdb_dwarf_index.prf: | |
|
247 | /usr/lib64/qt5/mkspecs/features/warn_on.prf: | |
|
248 | /usr/lib64/qt5/mkspecs/features/testcase_targets.prf: | |
|
249 | /usr/lib64/qt5/mkspecs/features/exceptions.prf: | |
|
250 | /usr/lib64/qt5/mkspecs/features/yacc.prf: | |
|
251 | /usr/lib64/qt5/mkspecs/features/lex.prf: | |
|
252 | PAULs_LPPMON_PLUGINS.pro: | |
|
253 | qmake: FORCE | |
|
254 | @$(QMAKE) -o Makefile PAULs_LPPMON_PLUGINS.pro | |
|
120 | 255 | |
|
121 | 256 | qmake_all: sub-rmapplugin-qmake_all FORCE |
|
122 | 257 | |
|
123 | make_default: sub-rmapplugin-make_default-ordered FORCE | |
|
124 | 258 | make_first: sub-rmapplugin-make_first-ordered FORCE |
|
125 | 259 | all: sub-rmapplugin-all-ordered FORCE |
|
126 | 260 | clean: sub-rmapplugin-clean-ordered FORCE |
@@ -129,13 +263,10 distclean: sub-rmapplugin-distclean-orde | |||
|
129 | 263 | install_subtargets: sub-rmapplugin-install_subtargets-ordered FORCE |
|
130 | 264 | uninstall_subtargets: sub-rmapplugin-uninstall_subtargets-ordered FORCE |
|
131 | 265 | |
|
132 |
sub-rmapplugin-check_ordered: |
|
|
133 | cd rmapplugin/ && $(MAKE) -f $(MAKEFILE) check | |
|
266 | sub-rmapplugin-check_ordered: | |
|
267 | @test -d rmapplugin/ || mkdir -p rmapplugin/ | |
|
268 | cd rmapplugin/ && ( test -e Makefile || $(QMAKE) /opt/LPPMON_PLUGINS_PAUL/rmapplugin/rmapplugin.pro -o Makefile ) && $(MAKE) -f Makefile check | |
|
134 | 269 | check: sub-rmapplugin-check_ordered |
|
135 | ||
|
136 | mocclean: compiler_moc_header_clean compiler_moc_source_clean | |
|
137 | ||
|
138 | mocables: compiler_moc_header_make_all compiler_moc_source_make_all | |
|
139 | 270 | install: install_subtargets FORCE |
|
140 | 271 | |
|
141 | 272 | uninstall: uninstall_subtargets FORCE |
@@ -1,6 +1,6 | |||
|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
|
2 | 2 | <!DOCTYPE QtCreatorProject> |
|
3 |
<!-- Written by QtCreator 3.0.1, 2014-0 |
|
|
3 | <!-- Written by QtCreator 3.0.1, 2014-04-07T08:08:54. --> | |
|
4 | 4 | <qtcreator> |
|
5 | 5 | <data> |
|
6 | 6 | <variable>ProjectExplorer.Project.ActiveTarget</variable> |
|
1 | NO CONTENT: modified file, binary diff hidden |
@@ -3,7 +3,7 | |||
|
3 | 3 | # Generated by qmake (3.0) (Qt 5.2.1) |
|
4 | 4 | # Project: rmapplugin.pro |
|
5 | 5 | # Template: lib |
|
6 |
# Command: /bin/qmake-qt5 |
|
|
6 | # Command: /usr/bin/qmake-qt5 -o Makefile rmapplugin.pro | |
|
7 | 7 | ############################################################################# |
|
8 | 8 | |
|
9 | 9 | MAKEFILE = Makefile |
@@ -21,7 +21,7 LFLAGS = -m64 -Wl,-O1 -Wl,-z,relr | |||
|
21 | 21 | LIBS = $(SUBLIBS) -L/usr/X11R6/lib64 /home/spacewire/usb/spw_usb_driver_v2.68/lib/x86_64/libSpaceWireUSBAPI.so /home/spacewire/usb/spw_usb_driver_v2.68/lib/x86_64/libConfigLibraryUSB.so -lwfdisplay -lparameterdump -lpaulcommon -llppmonengine -llppmoncommon -ldl -lutil -lm -lpython2.7 -lPythonQt_QtAll -lPythonQt -lQt5PrintSupport -lQt5Svg -lQt5Widgets -lQt5Network -lQt5Xml -lQt5Gui -lQt5Core -lGL -lpthread |
|
22 | 22 | AR = ar cqs |
|
23 | 23 | RANLIB = |
|
24 | QMAKE = /bin/qmake-qt5 | |
|
24 | QMAKE = /usr/bin/qmake-qt5 | |
|
25 | 25 | TAR = tar -cf |
|
26 | 26 | COMPRESS = gzip -9f |
|
27 | 27 | COPY = cp -f |
@@ -371,7 +371,7 Makefile: rmapplugin.pro /usr/lib64/qt5/ | |||
|
371 | 371 | /lib64/libQt5Xml.prl \ |
|
372 | 372 | /lib64/libQt5Gui.prl \ |
|
373 | 373 | /lib64/libQt5Core.prl |
|
374 |
$(QMAKE) |
|
|
374 | $(QMAKE) -o Makefile rmapplugin.pro | |
|
375 | 375 | /usr/lib64/qt5/mkspecs/features/spec_pre.prf: |
|
376 | 376 | /usr/lib64/qt5/mkspecs/common/shell-unix.conf: |
|
377 | 377 | /usr/lib64/qt5/mkspecs/common/unix.conf: |
@@ -477,7 +477,7 rmapplugin.pro: | |||
|
477 | 477 | /lib64/libQt5Gui.prl: |
|
478 | 478 | /lib64/libQt5Core.prl: |
|
479 | 479 | qmake: FORCE |
|
480 |
@$(QMAKE) |
|
|
480 | @$(QMAKE) -o Makefile rmapplugin.pro | |
|
481 | 481 | |
|
482 | 482 | qmake_all: FORCE |
|
483 | 483 | |
@@ -690,13 +690,15 moc/moc_rmappluginui.cpp: /usr/include/q | |||
|
690 | 690 | /usr/include/qt5/QtCore/qtimer.h \ |
|
691 | 691 | /usr/include/qt5/QtCore/qbasictimer.h \ |
|
692 | 692 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
693 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ | |
|
694 | 693 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
695 | 694 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
696 | 695 | /usr/include/qt5/QtWidgets/QLineEdit \ |
|
697 | 696 | /usr/include/qt5/QtWidgets/qlineedit.h \ |
|
698 | 697 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
699 | tcpackettosend.h \ | |
|
698 | ../../DEV_PLE/header/TC_types.h \ | |
|
699 | ../../DEV_PLE/header/ccsds_types.h \ | |
|
700 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
|
701 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |
|
700 | 702 | /usr/include/qt5/QtCore/QObject \ |
|
701 | 703 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ |
|
702 | 704 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ |
@@ -1034,9 +1036,6 moc/moc_rmappluginui.cpp: /usr/include/q | |||
|
1034 | 1036 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ |
|
1035 | 1037 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
1036 | 1038 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ |
|
1037 | ../../DEV_PLE/header/TC_types.h \ | |
|
1038 | ../../DEV_PLE/header/ccsds_types.h \ | |
|
1039 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
|
1040 | 1039 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ |
|
1041 | 1040 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
1042 | 1041 | tmstatistics.h \ |
@@ -1233,13 +1232,15 moc/moc_rmapplugin.cpp: rmappluginui.h \ | |||
|
1233 | 1232 | /usr/include/qt5/QtCore/qtimer.h \ |
|
1234 | 1233 | /usr/include/qt5/QtCore/qbasictimer.h \ |
|
1235 | 1234 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
1236 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ | |
|
1237 | 1235 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
1238 | 1236 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
1239 | 1237 | /usr/include/qt5/QtWidgets/QLineEdit \ |
|
1240 | 1238 | /usr/include/qt5/QtWidgets/qlineedit.h \ |
|
1241 | 1239 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
1242 | tcpackettosend.h \ | |
|
1240 | ../../DEV_PLE/header/TC_types.h \ | |
|
1241 | ../../DEV_PLE/header/ccsds_types.h \ | |
|
1242 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
|
1243 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |
|
1243 | 1244 | /usr/include/qt5/QtCore/QObject \ |
|
1244 | 1245 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ |
|
1245 | 1246 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ |
@@ -1577,9 +1578,6 moc/moc_rmapplugin.cpp: rmappluginui.h \ | |||
|
1577 | 1578 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ |
|
1578 | 1579 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
1579 | 1580 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ |
|
1580 | ../../DEV_PLE/header/TC_types.h \ | |
|
1581 | ../../DEV_PLE/header/ccsds_types.h \ | |
|
1582 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
|
1583 | 1581 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ |
|
1584 | 1582 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
1585 | 1583 | tmstatistics.h \ |
@@ -2142,7 +2140,6 moc/moc_stardundee.cpp: /usr/include/qt5 | |||
|
2142 | 2140 | /usr/include/qt5/QtWidgets/QDialog \ |
|
2143 | 2141 | /usr/include/qt5/QtWidgets/qdialog.h \ |
|
2144 | 2142 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
2145 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ | |
|
2146 | 2143 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
2147 | 2144 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
2148 | 2145 | /usr/include/qt5/QtWidgets/QLineEdit \ |
@@ -2152,7 +2149,10 moc/moc_stardundee.cpp: /usr/include/qt5 | |||
|
2152 | 2149 | /usr/include/qt5/QtGui/qpen.h \ |
|
2153 | 2150 | /usr/include/qt5/QtGui/qtextoption.h \ |
|
2154 | 2151 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
2155 | tcpackettosend.h \ | |
|
2152 | ../../DEV_PLE/header/TC_types.h \ | |
|
2153 | ../../DEV_PLE/header/ccsds_types.h \ | |
|
2154 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
|
2155 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |
|
2156 | 2156 | /usr/include/qt5/QtCore/QObject \ |
|
2157 | 2157 | rmapoperations.h \ |
|
2158 | 2158 | /usr/include/qt5/lppmon/common/qhexspinbox.h \ |
@@ -2930,12 +2930,14 moc/moc_entermode.cpp: /usr/include/qt5/ | |||
|
2930 | 2930 | /usr/include/qt5/QtWidgets/qgroupbox.h \ |
|
2931 | 2931 | /usr/include/qt5/QtWidgets/qframe.h \ |
|
2932 | 2932 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
2933 | /usr/include/qt5/QtWidgets/QLabel \ | |
|
2934 | /usr/include/qt5/QtWidgets/qlabel.h \ | |
|
2935 | /usr/include/qt5/QtWidgets/QRadioButton \ | |
|
2936 | /usr/include/qt5/QtWidgets/qradiobutton.h \ | |
|
2933 | 2937 | ../../DEV_PLE/header/TC_types.h \ |
|
2934 | 2938 | ../../DEV_PLE/header/ccsds_types.h \ |
|
2935 | 2939 | ../../DEV_PLE/header/fsw_params_processing.h \ |
|
2936 | 2940 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
2937 | /usr/include/qt5/QtWidgets/QLabel \ | |
|
2938 | /usr/include/qt5/QtWidgets/qlabel.h \ | |
|
2939 | 2941 | /usr/include/qt5/QtWidgets/QSpinBox \ |
|
2940 | 2942 | /usr/include/qt5/QtWidgets/qspinbox.h \ |
|
2941 | 2943 | /usr/include/qt5/QtWidgets/qabstractspinbox.h \ |
@@ -3088,6 +3090,8 moc/moc_lfractions.cpp: /usr/include/qt5 | |||
|
3088 | 3090 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
3089 | 3091 | entermode.h \ |
|
3090 | 3092 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
3093 | /usr/include/qt5/QtWidgets/QRadioButton \ | |
|
3094 | /usr/include/qt5/QtWidgets/qradiobutton.h \ | |
|
3091 | 3095 | lfractions.h |
|
3092 | 3096 | /usr/lib64/qt5/bin/moc $(DEFINES) $(INCPATH) -I/usr/lib/gcc/include/c++/4.8.2 -I/usr/lib/gcc/include/c++/4.8.2/x86_64-redhat-linux -I/usr/lib/gcc/include/c++/4.8.2/backward -I/usr/lib/gcc/x86_64-redhat-linux/4.8.2/include -I/usr/local/include -I/usr/include lfractions.h -o moc/moc_lfractions.cpp |
|
3093 | 3097 | |
@@ -3502,13 +3506,15 obj/rmapplugin.o: rmapplugin.cpp rmapplu | |||
|
3502 | 3506 | /usr/include/qt5/QtCore/qtimer.h \ |
|
3503 | 3507 | /usr/include/qt5/QtCore/qbasictimer.h \ |
|
3504 | 3508 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
3505 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ | |
|
3506 | 3509 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
3507 | 3510 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
3508 | 3511 | /usr/include/qt5/QtWidgets/QLineEdit \ |
|
3509 | 3512 | /usr/include/qt5/QtWidgets/qlineedit.h \ |
|
3510 | 3513 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
3511 | tcpackettosend.h \ | |
|
3514 | ../../DEV_PLE/header/TC_types.h \ | |
|
3515 | ../../DEV_PLE/header/ccsds_types.h \ | |
|
3516 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
|
3517 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |
|
3512 | 3518 | /usr/include/qt5/QtCore/QObject \ |
|
3513 | 3519 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ |
|
3514 | 3520 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ |
@@ -3846,9 +3852,6 obj/rmapplugin.o: rmapplugin.cpp rmapplu | |||
|
3846 | 3852 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ |
|
3847 | 3853 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
3848 | 3854 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ |
|
3849 | ../../DEV_PLE/header/TC_types.h \ | |
|
3850 | ../../DEV_PLE/header/ccsds_types.h \ | |
|
3851 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
|
3852 | 3855 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ |
|
3853 | 3856 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
3854 | 3857 | tmstatistics.h \ |
@@ -4079,13 +4082,15 obj/rmappluginui.o: rmappluginui.cpp rma | |||
|
4079 | 4082 | /usr/include/qt5/QtCore/qtimer.h \ |
|
4080 | 4083 | /usr/include/qt5/QtCore/qbasictimer.h \ |
|
4081 | 4084 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
4082 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ | |
|
4083 | 4085 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
4084 | 4086 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
4085 | 4087 | /usr/include/qt5/QtWidgets/QLineEdit \ |
|
4086 | 4088 | /usr/include/qt5/QtWidgets/qlineedit.h \ |
|
4087 | 4089 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
4088 | tcpackettosend.h \ | |
|
4090 | ../../DEV_PLE/header/TC_types.h \ | |
|
4091 | ../../DEV_PLE/header/ccsds_types.h \ | |
|
4092 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
|
4093 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |
|
4089 | 4094 | /usr/include/qt5/QtCore/QObject \ |
|
4090 | 4095 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spw_usb_api.h \ |
|
4091 | 4096 | /home/spacewire/usb/spw_usb_driver_v2.68/inc/spacewire_usb.h \ |
@@ -4423,9 +4428,6 obj/rmappluginui.o: rmappluginui.cpp rma | |||
|
4423 | 4428 | /usr/include/qt5/lppmon/wfdisplay/wfdisplay_params.h \ |
|
4424 | 4429 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
4425 | 4430 | /usr/include/qt5/QtWidgets/QDoubleSpinBox \ |
|
4426 | ../../DEV_PLE/header/TC_types.h \ | |
|
4427 | ../../DEV_PLE/header/ccsds_types.h \ | |
|
4428 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
|
4429 | 4431 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ |
|
4430 | 4432 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
4431 | 4433 | tmstatistics.h \ |
@@ -5127,7 +5129,6 obj/stardundee.o: stardundee.cpp stardun | |||
|
5127 | 5129 | /usr/include/qt5/QtWidgets/QDialog \ |
|
5128 | 5130 | /usr/include/qt5/QtWidgets/qdialog.h \ |
|
5129 | 5131 | /usr/include/qt5/lppmon/paulcommon/arbitrarytime.h \ |
|
5130 | /usr/include/qt5/lppmon/paulcommon/paulcommon_global.h \ | |
|
5131 | 5132 | /usr/include/qt5/QtWidgets/QHBoxLayout \ |
|
5132 | 5133 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
5133 | 5134 | /usr/include/qt5/QtWidgets/QLineEdit \ |
@@ -5137,7 +5138,10 obj/stardundee.o: stardundee.cpp stardun | |||
|
5137 | 5138 | /usr/include/qt5/QtGui/qpen.h \ |
|
5138 | 5139 | /usr/include/qt5/QtGui/qtextoption.h \ |
|
5139 | 5140 | /usr/include/qt5/QtGui/QRegExpValidator \ |
|
5140 | tcpackettosend.h \ | |
|
5141 | ../../DEV_PLE/header/TC_types.h \ | |
|
5142 | ../../DEV_PLE/header/ccsds_types.h \ | |
|
5143 | ../../DEV_PLE/header/fsw_params_processing.h \ | |
|
5144 | /usr/include/qt5/lppmon/paulcommon/paulcommoncrc.h \ | |
|
5141 | 5145 | /usr/include/qt5/QtCore/QObject \ |
|
5142 | 5146 | rmapoperations.h \ |
|
5143 | 5147 | /usr/include/qt5/lppmon/common/qhexspinbox.h \ |
@@ -6910,12 +6914,14 obj/entermode.o: entermode.cpp entermode | |||
|
6910 | 6914 | /usr/include/qt5/QtWidgets/qgroupbox.h \ |
|
6911 | 6915 | /usr/include/qt5/QtWidgets/qframe.h \ |
|
6912 | 6916 | /usr/include/qt5/QtWidgets/QVBoxLayout \ |
|
6917 | /usr/include/qt5/QtWidgets/QLabel \ | |
|
6918 | /usr/include/qt5/QtWidgets/qlabel.h \ | |
|
6919 | /usr/include/qt5/QtWidgets/QRadioButton \ | |
|
6920 | /usr/include/qt5/QtWidgets/qradiobutton.h \ | |
|
6913 | 6921 | ../../DEV_PLE/header/TC_types.h \ |
|
6914 | 6922 | ../../DEV_PLE/header/ccsds_types.h \ |
|
6915 | 6923 | ../../DEV_PLE/header/fsw_params_processing.h \ |
|
6916 | 6924 | /usr/include/qt5/lppmon/parameterdump/parameterdump.h \ |
|
6917 | /usr/include/qt5/QtWidgets/QLabel \ | |
|
6918 | /usr/include/qt5/QtWidgets/qlabel.h \ | |
|
6919 | 6925 | /usr/include/qt5/QtWidgets/QSpinBox \ |
|
6920 | 6926 | /usr/include/qt5/QtWidgets/qspinbox.h \ |
|
6921 | 6927 | /usr/include/qt5/QtWidgets/qabstractspinbox.h \ |
@@ -7067,7 +7073,9 obj/lfractions.o: lfractions.cpp lfracti | |||
|
7067 | 7073 | /usr/include/qt5/lppmon/parameterdump/parameterdump_global.h \ |
|
7068 | 7074 | /usr/include/qt5/lppmon/parameterdump/tcpackettosend.h \ |
|
7069 | 7075 | entermode.h \ |
|
7070 | /usr/include/qt5/QtWidgets/QVBoxLayout | |
|
7076 | /usr/include/qt5/QtWidgets/QVBoxLayout \ | |
|
7077 | /usr/include/qt5/QtWidgets/QRadioButton \ | |
|
7078 | /usr/include/qt5/QtWidgets/qradiobutton.h | |
|
7071 | 7079 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/lfractions.o lfractions.cpp |
|
7072 | 7080 | |
|
7073 | 7081 | obj/lppmonplugininterface.o: /usr/include/qt5/lppmon/pluginsInterface/lppmonplugininterface.cpp /usr/include/qt5/lppmon/pluginsInterface/lppmonplugininterface.h \ |
@@ -359,9 +359,9 int rmapplugin::fetchPacket() | |||
|
359 | 359 | |
|
360 | 360 | void rmapplugin::connectPythonWrapper() |
|
361 | 361 | { |
|
362 | this->pyObject = new rmappluginPythonWrapper(); | |
|
363 | connect( this->pyObject, SIGNAL( ReadSig(uint*,uint,uint) ), this, SLOT( Read(uint*,uint,uint) ) ); | |
|
364 | connect( this->pyObject, SIGNAL( WriteSig(uint*,uint,uint) ), this, SLOT( Write(uint*,uint,uint) ) ); | |
|
362 | this->pyObject = new rmappluginPythonWrapper(this); | |
|
363 | // connect( this->pyObject, SIGNAL( ReadSig(uint*,uint,uint) ), this, SLOT( Read(uint*,uint,uint) ) ); | |
|
364 | // connect( this->pyObject, SIGNAL( WriteSig(uint*,uint,uint) ), this, SLOT( Write(uint*,uint,uint) ) ); | |
|
365 | 365 | //** |
|
366 | 366 | connect( (rmappluginPythonWrapper*)this->pyObject, SIGNAL( WriteSPWSig(char*,uint,char,char) ), |
|
367 | 367 | this, SLOT( WriteSPW(char*,uint,char,char) ), Qt::DirectConnection ); |
@@ -585,6 +585,36 void TMStatistics::updateStatistics(unsi | |||
|
585 | 585 | NORM_ASM_F0_nb = NORM_ASM_F0_nb + 1; |
|
586 | 586 | label_NORM_ASM_F0_nb->setText(QString::number(NORM_ASM_F0_nb)); |
|
587 | 587 | } |
|
588 | else if (sid == SID_NORM_BP1_F0) | |
|
589 | { | |
|
590 | NORM_BP1_F0_nb = NORM_BP1_F0_nb + 1; | |
|
591 | label_NORM_BP1_F0_nb->setText(QString::number(NORM_BP1_F0_nb)); | |
|
592 | } | |
|
593 | else if (sid == SID_NORM_BP1_F1) | |
|
594 | { | |
|
595 | NORM_BP1_F1_nb = NORM_BP1_F1_nb + 1; | |
|
596 | label_NORM_BP1_F1_nb->setText(QString::number(NORM_BP1_F1_nb)); | |
|
597 | } | |
|
598 | else if (sid == SID_NORM_BP1_F2) | |
|
599 | { | |
|
600 | NORM_BP1_F2_nb = NORM_BP1_F2_nb + 1; | |
|
601 | label_NORM_BP1_F2_nb->setText(QString::number(NORM_BP1_F2_nb)); | |
|
602 | } | |
|
603 | else if (sid == SID_NORM_BP2_F0) | |
|
604 | { | |
|
605 | NORM_BP2_F0_nb = NORM_BP2_F0_nb + 1; | |
|
606 | label_NORM_BP2_F0_nb->setText(QString::number(NORM_BP2_F0_nb)); | |
|
607 | } | |
|
608 | else if (sid == SID_NORM_BP2_F1) | |
|
609 | { | |
|
610 | NORM_BP2_F1_nb = NORM_BP2_F1_nb + 1; | |
|
611 | label_NORM_BP2_F1_nb->setText(QString::number(NORM_BP2_F1_nb)); | |
|
612 | } | |
|
613 | else if (sid == SID_NORM_BP2_F2) | |
|
614 | { | |
|
615 | NORM_BP2_F2_nb = NORM_BP2_F2_nb + 1; | |
|
616 | label_NORM_BP2_F2_nb->setText(QString::number(NORM_BP2_F2_nb)); | |
|
617 | } | |
|
588 | 618 | else if (sid == SID_SBM1_CWF_F1) |
|
589 | 619 | { |
|
590 | 620 | SBM1_CWF_F1_nb = SBM1_CWF_F1_nb + 1; |
@@ -595,6 +625,16 void TMStatistics::updateStatistics(unsi | |||
|
595 | 625 | SBM2_CWF_F2_nb = SBM2_CWF_F2_nb + 1; |
|
596 | 626 | label_SBM2_CWF_F2_nb->setText(QString::number(SBM2_CWF_F2_nb)); |
|
597 | 627 | } |
|
628 | else if (sid == SID_SBM1_BP1_F0) | |
|
629 | { | |
|
630 | SBM1_BP1_F0_nb = SBM1_BP1_F0_nb + 1; | |
|
631 | label_SBM1_BP1_F0_nb->setText(QString::number(SBM1_BP1_F0_nb)); | |
|
632 | } | |
|
633 | else if (sid == SID_SBM1_BP2_F0) | |
|
634 | { | |
|
635 | SBM1_BP2_F0_nb = SBM1_BP2_F0_nb + 1; | |
|
636 | label_SBM1_BP2_F0_nb->setText(QString::number(SBM1_BP2_F0_nb)); | |
|
637 | } | |
|
598 | 638 | else |
|
599 | 639 | { |
|
600 | 640 | incrementUnknown(); |
General Comments 0
You need to be logged in to leave comments.
Login now