| 1 | #############################################################################
|
|---|
| 2 | # Makefile for building: test_audioutils
|
|---|
| 3 | # Generated by qmake (2.01a) (Qt 4.8.4) on: Wed Jul 10 19:35:21 2013
|
|---|
| 4 | # Project: test_audioutils.pro
|
|---|
| 5 | # Template: app
|
|---|
| 6 | # Command: /usr/bin/qmake -o Makefile test_audioutils.pro
|
|---|
| 7 | #############################################################################
|
|---|
| 8 |
|
|---|
| 9 | ####### Compiler, tools and options
|
|---|
| 10 |
|
|---|
| 11 | CC = gcc
|
|---|
| 12 | CXX = g++
|
|---|
| 13 | DEFINES = -DMMX -D_GNU_SOURCE -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
|
|---|
| 14 | CFLAGS = -pipe -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_XOPEN_SOURCE=600 -DPIC -std=c99 -DNDEBUG -fomit-frame-pointer -fPIC -pthread -g -Wall -Wno-parentheses -Wno-format-zero-length -Wdisabled-optimization -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -D_REENTRANT $(DEFINES)
|
|---|
| 15 | CXXFLAGS = -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DNDEBUG -fomit-frame-pointer -fPIC -pthread -g -Wall -Wpointer-arith -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -fvisibility-inlines-hidden -Wmissing-declarations -Wno-switch -Woverloaded-virtual -funit-at-a-time -O0 -fprofile-arcs -ftest-coverage -D_REENTRANT $(DEFINES)
|
|---|
| 16 | INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr/include/qt4/QtTest -I/usr/include -I/usr -I/usr/include/libxml2 -I../../../../external/zeromq/include -I../../../../external/nzmqt/include/nzmqt -I../../../../external/qjson/include -I. -I../.. -I../../audio -I../../../../external/FFmpeg -I../../logging -I../../../libmythbase -I.
|
|---|
| 17 | LINK = g++
|
|---|
| 18 | LFLAGS = -fprofile-arcs -Wl,-rpath=$(PWD)/../../../../external/zeromq/src/.libs/ -Wl,-rpath=$(PWD)/../../../../external/nzmqt/src/ -Wl,-rpath=$(PWD)/../../../../external/qjson/lib/ -Wl,-rpath=$(PWD)/../../../../external/FFmpeg/libavcodec -Wl,-rpath=$(PWD)/../../../../external/FFmpeg/libavutil -Wl,-rpath=$(PWD)/../../../../external/FFmpeg/libavformat -Wl,-rpath=$(PWD)/../../../../external/FFmpeg/libswresample -Wl,-rpath=$(PWD)/../.. -Wl,-rpath=$(PWD)/../../../libmythbase -Wl,-rpath=$(PWD)/../../../libmythui -Wl,-rpath=$(PWD)/../../../libmythupnp -Wl,-rpath=$(PWD)/../../../libmythservicecontracts
|
|---|
| 19 | LIBS = $(SUBLIBS) -L../.. -lmyth-0.27 -L../../../libmythbase -lmythbase-0.27 -L../../../../external/FFmpeg/libavutil -lmythavutil -lXext -lXinerama -lXxf86vm -lXv -lXrandr -lX11 -lxml2 -lcrypto -lass -lmp3lame -lasound -lm -ludev -luuid -pthread -ldl -lfreetype -lz -lbz2 -L/usr/X11R6/lib -lGL -L/media/src/mythtv-git-coverity/mythtv/mythtv/external/zeromq/src/.libs -lmythzmq -L/media/src/mythtv-git-coverity/mythtv/mythtv/external/nzmqt/src -lmythnzmqt -L/media/src/mythtv-git-coverity/mythtv/mythtv/external/qjson/lib -lmythqjson -L/usr/lib -L/usr/lib64/qt4 -lQtTest -L/usr/lib64 -lQtSql -L/usr/lib64/mysql -lQtXml -lQtGui -lQtNetwork -lQtCore -lgthread-2.0 -lrt -lglib-2.0 -lpthread
|
|---|
| 20 | AR = ar cqs
|
|---|
| 21 | RANLIB =
|
|---|
| 22 | QMAKE = /usr/bin/qmake
|
|---|
| 23 | TAR = tar -cf
|
|---|
| 24 | COMPRESS = gzip -9f
|
|---|
| 25 | COPY = cp -f
|
|---|
| 26 | SED = sed
|
|---|
| 27 | COPY_FILE = $(COPY)
|
|---|
| 28 | COPY_DIR = $(COPY) -r
|
|---|
| 29 | STRIP = strip
|
|---|
| 30 | INSTALL_FILE = install -m 644 -p
|
|---|
| 31 | INSTALL_DIR = $(COPY_DIR)
|
|---|
| 32 | INSTALL_PROGRAM = install -m 755 -p
|
|---|
| 33 | DEL_FILE = rm -f
|
|---|
| 34 | SYMLINK = ln -f -s
|
|---|
| 35 | DEL_DIR = rmdir
|
|---|
| 36 | MOVE = mv -f
|
|---|
| 37 | CHK_DIR_EXISTS= test -d
|
|---|
| 38 | MKDIR = mkdir -p
|
|---|
| 39 |
|
|---|
| 40 | ####### Output directory
|
|---|
| 41 |
|
|---|
| 42 | OBJECTS_DIR = ./
|
|---|
| 43 |
|
|---|
| 44 | ####### Files
|
|---|
| 45 |
|
|---|
| 46 | SOURCES = test_audioutils.cpp moc_test_audioutils.cpp
|
|---|
| 47 | OBJECTS = test_audioutils.o \
|
|---|
| 48 | moc_test_audioutils.o
|
|---|
| 49 | DIST = /usr/share/qt4/mkspecs/common/unix.conf \
|
|---|
| 50 | /usr/share/qt4/mkspecs/common/linux.conf \
|
|---|
| 51 | /usr/share/qt4/mkspecs/common/gcc-base.conf \
|
|---|
| 52 | /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
|
|---|
| 53 | /usr/share/qt4/mkspecs/common/g++-base.conf \
|
|---|
| 54 | /usr/share/qt4/mkspecs/common/g++-unix.conf \
|
|---|
| 55 | /usr/share/qt4/mkspecs/qconfig.pri \
|
|---|
| 56 | /usr/share/qt4/mkspecs/modules/qt_phonon.pri \
|
|---|
| 57 | /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
|
|---|
| 58 | /usr/share/qt4/mkspecs/features/qt_functions.prf \
|
|---|
| 59 | /usr/share/qt4/mkspecs/features/qt_config.prf \
|
|---|
| 60 | /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
|
|---|
| 61 | /usr/share/qt4/mkspecs/features/default_pre.prf \
|
|---|
| 62 | ../../../libmythbase/mythconfig.mak \
|
|---|
| 63 | ../../../../settings.pro \
|
|---|
| 64 | /usr/share/qt4/mkspecs/features/debug.prf \
|
|---|
| 65 | /usr/share/qt4/mkspecs/features/default_post.prf \
|
|---|
| 66 | /usr/share/qt4/mkspecs/features/qtestlib.prf \
|
|---|
| 67 | /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
|
|---|
| 68 | /usr/share/qt4/mkspecs/features/qt.prf \
|
|---|
| 69 | /usr/share/qt4/mkspecs/features/unix/thread.prf \
|
|---|
| 70 | /usr/share/qt4/mkspecs/features/moc.prf \
|
|---|
| 71 | /usr/share/qt4/mkspecs/features/resources.prf \
|
|---|
| 72 | /usr/share/qt4/mkspecs/features/uic.prf \
|
|---|
| 73 | /usr/share/qt4/mkspecs/features/yacc.prf \
|
|---|
| 74 | /usr/share/qt4/mkspecs/features/lex.prf \
|
|---|
| 75 | /usr/share/qt4/mkspecs/features/include_source_dir.prf \
|
|---|
| 76 | test_audioutils.pro
|
|---|
| 77 | QMAKE_TARGET = test_audioutils
|
|---|
| 78 | DESTDIR =
|
|---|
| 79 | TARGET = test_audioutils
|
|---|
| 80 |
|
|---|
| 81 | first: all
|
|---|
| 82 | ####### Implicit rules
|
|---|
| 83 |
|
|---|
| 84 | .SUFFIXES: .o .c .cpp .cc .cxx .C
|
|---|
| 85 |
|
|---|
| 86 | .cpp.o:
|
|---|
| 87 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
|
|---|
| 88 |
|
|---|
| 89 | .cc.o:
|
|---|
| 90 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
|
|---|
| 91 |
|
|---|
| 92 | .cxx.o:
|
|---|
| 93 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
|
|---|
| 94 |
|
|---|
| 95 | .C.o:
|
|---|
| 96 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
|
|---|
| 97 |
|
|---|
| 98 | .c.o:
|
|---|
| 99 | $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
|
|---|
| 100 |
|
|---|
| 101 | ####### Build rules
|
|---|
| 102 |
|
|---|
| 103 | all: Makefile $(TARGET)
|
|---|
| 104 |
|
|---|
| 105 | $(TARGET): $(OBJECTS)
|
|---|
| 106 | $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
|
|---|
| 107 | { test -n "$(DESTDIR)" && DESTDIR="$(DESTDIR)" || DESTDIR=.; } && test $$(gdb --version | sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $$DESTDIR" -ex quit '$(TARGET)' && test -f $(TARGET).gdb-index && objcopy --add-section '.gdb_index=$(TARGET).gdb-index' --set-section-flags '.gdb_index=readonly' '$(TARGET)' '$(TARGET)' && rm -f $(TARGET).gdb-index || true
|
|---|
| 108 |
|
|---|
| 109 | Makefile: test_audioutils.pro /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
|
|---|
| 110 | /usr/share/qt4/mkspecs/common/linux.conf \
|
|---|
| 111 | /usr/share/qt4/mkspecs/common/gcc-base.conf \
|
|---|
| 112 | /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
|
|---|
| 113 | /usr/share/qt4/mkspecs/common/g++-base.conf \
|
|---|
| 114 | /usr/share/qt4/mkspecs/common/g++-unix.conf \
|
|---|
| 115 | /usr/share/qt4/mkspecs/qconfig.pri \
|
|---|
| 116 | /usr/share/qt4/mkspecs/modules/qt_phonon.pri \
|
|---|
| 117 | /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
|
|---|
| 118 | /usr/share/qt4/mkspecs/features/qt_functions.prf \
|
|---|
| 119 | /usr/share/qt4/mkspecs/features/qt_config.prf \
|
|---|
| 120 | /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
|
|---|
| 121 | /usr/share/qt4/mkspecs/features/default_pre.prf \
|
|---|
| 122 | ../../../libmythbase/mythconfig.mak \
|
|---|
| 123 | ../../../../settings.pro \
|
|---|
| 124 | /usr/share/qt4/mkspecs/features/debug.prf \
|
|---|
| 125 | /usr/share/qt4/mkspecs/features/default_post.prf \
|
|---|
| 126 | /usr/share/qt4/mkspecs/features/qtestlib.prf \
|
|---|
| 127 | /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
|
|---|
| 128 | /usr/share/qt4/mkspecs/features/qt.prf \
|
|---|
| 129 | /usr/share/qt4/mkspecs/features/unix/thread.prf \
|
|---|
| 130 | /usr/share/qt4/mkspecs/features/moc.prf \
|
|---|
| 131 | /usr/share/qt4/mkspecs/features/resources.prf \
|
|---|
| 132 | /usr/share/qt4/mkspecs/features/uic.prf \
|
|---|
| 133 | /usr/share/qt4/mkspecs/features/yacc.prf \
|
|---|
| 134 | /usr/share/qt4/mkspecs/features/lex.prf \
|
|---|
| 135 | /usr/share/qt4/mkspecs/features/include_source_dir.prf \
|
|---|
| 136 | /usr/lib64/qt4/libQtTest.prl \
|
|---|
| 137 | /usr/lib64/qt4/libQtCore.prl \
|
|---|
| 138 | /usr/lib64/qt4/libQtSql.prl \
|
|---|
| 139 | /usr/lib64/qt4/libQtXml.prl \
|
|---|
| 140 | /usr/lib64/qt4/libQtGui.prl \
|
|---|
| 141 | /usr/lib64/qt4/libQtNetwork.prl
|
|---|
| 142 | $(QMAKE) -o Makefile test_audioutils.pro
|
|---|
| 143 | /usr/share/qt4/mkspecs/common/unix.conf:
|
|---|
| 144 | /usr/share/qt4/mkspecs/common/linux.conf:
|
|---|
| 145 | /usr/share/qt4/mkspecs/common/gcc-base.conf:
|
|---|
| 146 | /usr/share/qt4/mkspecs/common/gcc-base-unix.conf:
|
|---|
| 147 | /usr/share/qt4/mkspecs/common/g++-base.conf:
|
|---|
| 148 | /usr/share/qt4/mkspecs/common/g++-unix.conf:
|
|---|
| 149 | /usr/share/qt4/mkspecs/qconfig.pri:
|
|---|
| 150 | /usr/share/qt4/mkspecs/modules/qt_phonon.pri:
|
|---|
| 151 | /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
|
|---|
| 152 | /usr/share/qt4/mkspecs/features/qt_functions.prf:
|
|---|
| 153 | /usr/share/qt4/mkspecs/features/qt_config.prf:
|
|---|
| 154 | /usr/share/qt4/mkspecs/features/exclusive_builds.prf:
|
|---|
| 155 | /usr/share/qt4/mkspecs/features/default_pre.prf:
|
|---|
| 156 | ../../../libmythbase/mythconfig.mak:
|
|---|
| 157 | ../../../../settings.pro:
|
|---|
| 158 | /usr/share/qt4/mkspecs/features/debug.prf:
|
|---|
| 159 | /usr/share/qt4/mkspecs/features/default_post.prf:
|
|---|
| 160 | /usr/share/qt4/mkspecs/features/qtestlib.prf:
|
|---|
| 161 | /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
|
|---|
| 162 | /usr/share/qt4/mkspecs/features/qt.prf:
|
|---|
| 163 | /usr/share/qt4/mkspecs/features/unix/thread.prf:
|
|---|
| 164 | /usr/share/qt4/mkspecs/features/moc.prf:
|
|---|
| 165 | /usr/share/qt4/mkspecs/features/resources.prf:
|
|---|
| 166 | /usr/share/qt4/mkspecs/features/uic.prf:
|
|---|
| 167 | /usr/share/qt4/mkspecs/features/yacc.prf:
|
|---|
| 168 | /usr/share/qt4/mkspecs/features/lex.prf:
|
|---|
| 169 | /usr/share/qt4/mkspecs/features/include_source_dir.prf:
|
|---|
| 170 | /usr/lib64/qt4/libQtTest.prl:
|
|---|
| 171 | /usr/lib64/qt4/libQtCore.prl:
|
|---|
| 172 | /usr/lib64/qt4/libQtSql.prl:
|
|---|
| 173 | /usr/lib64/qt4/libQtXml.prl:
|
|---|
| 174 | /usr/lib64/qt4/libQtGui.prl:
|
|---|
| 175 | /usr/lib64/qt4/libQtNetwork.prl:
|
|---|
| 176 | qmake: FORCE
|
|---|
| 177 | @$(QMAKE) -o Makefile test_audioutils.pro
|
|---|
| 178 |
|
|---|
| 179 | dist:
|
|---|
| 180 | @$(CHK_DIR_EXISTS) .tmp/test_audioutils0.27.0 || $(MKDIR) .tmp/test_audioutils0.27.0
|
|---|
| 181 | $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/test_audioutils0.27.0/ && $(COPY_FILE) --parents test_audioutils.h .tmp/test_audioutils0.27.0/ && $(COPY_FILE) --parents test_audioutils.cpp .tmp/test_audioutils0.27.0/ && (cd `dirname .tmp/test_audioutils0.27.0` && $(TAR) test_audioutils0.27.0.tar test_audioutils0.27.0 && $(COMPRESS) test_audioutils0.27.0.tar) && $(MOVE) `dirname .tmp/test_audioutils0.27.0`/test_audioutils0.27.0.tar.gz . && $(DEL_FILE) -r .tmp/test_audioutils0.27.0
|
|---|
| 182 |
|
|---|
| 183 |
|
|---|
| 184 | clean:compiler_clean
|
|---|
| 185 | -$(DEL_FILE) $(OBJECTS)
|
|---|
| 186 | -$(DEL_FILE) $(TARGET) $(TARGETA) $(TARGETD) $(TARGET0) $(TARGET1) $(TARGET2) ; rm -f *.gcov *.gcda *.gcno
|
|---|
| 187 | -$(DEL_FILE) *~ core *.core
|
|---|
| 188 |
|
|---|
| 189 |
|
|---|
| 190 | ####### Sub-libraries
|
|---|
| 191 |
|
|---|
| 192 | distclean: clean
|
|---|
| 193 | -$(DEL_FILE) $(TARGET)
|
|---|
| 194 | -$(DEL_FILE) Makefile
|
|---|
| 195 |
|
|---|
| 196 |
|
|---|
| 197 | check: first
|
|---|
| 198 |
|
|---|
| 199 | mocclean: compiler_moc_header_clean compiler_moc_source_clean
|
|---|
| 200 |
|
|---|
| 201 | mocables: compiler_moc_header_make_all compiler_moc_source_make_all
|
|---|
| 202 |
|
|---|
| 203 | compiler_moc_header_make_all: moc_test_audioutils.cpp
|
|---|
| 204 | compiler_moc_header_clean:
|
|---|
| 205 | -$(DEL_FILE) moc_test_audioutils.cpp
|
|---|
| 206 | moc_test_audioutils.cpp: ../../../libmythbase/mythcorecontext.h \
|
|---|
| 207 | ../../../libmythbase/mythdb.h \
|
|---|
| 208 | ../../../libmythbase/mythbaseexp.h \
|
|---|
| 209 | ../../../libmythbase/mythdbcon.h \
|
|---|
| 210 | ../../../libmythbase/mythdbparams.h \
|
|---|
| 211 | ../../../libmythbase/mythobservable.h \
|
|---|
| 212 | ../../../libmythbase/mythevent.h \
|
|---|
| 213 | ../../../libmythbase/mythsocket_cb.h \
|
|---|
| 214 | ../../../libmythbase/mythlogging.h \
|
|---|
| 215 | ../../../libmythbase/verbosedefs.h \
|
|---|
| 216 | ../../../libmythbase/mythlocale.h \
|
|---|
| 217 | ../../../libmythbase/iso3166.h \
|
|---|
| 218 | ../../../libmythbase/iso639.h \
|
|---|
| 219 | ../../audio/audiooutpututil.h \
|
|---|
| 220 | ../../audio/audiooutputsettings.h \
|
|---|
| 221 | ../../mythexp.h \
|
|---|
| 222 | ../../../libmythbase/mythconfig.h \
|
|---|
| 223 | ../../audio/eldutils.h \
|
|---|
| 224 | test_audioutils.h
|
|---|
| 225 | /usr/bin/moc $(DEFINES) $(INCPATH) test_audioutils.h -o moc_test_audioutils.cpp
|
|---|
| 226 |
|
|---|
| 227 | compiler_rcc_make_all:
|
|---|
| 228 | compiler_rcc_clean:
|
|---|
| 229 | compiler_image_collection_make_all: qmake_image_collection.cpp
|
|---|
| 230 | compiler_image_collection_clean:
|
|---|
| 231 | -$(DEL_FILE) qmake_image_collection.cpp
|
|---|
| 232 | compiler_moc_source_make_all:
|
|---|
| 233 | compiler_moc_source_clean:
|
|---|
| 234 | compiler_uic_make_all:
|
|---|
| 235 | compiler_uic_clean:
|
|---|
| 236 | compiler_yacc_decl_make_all:
|
|---|
| 237 | compiler_yacc_decl_clean:
|
|---|
| 238 | compiler_yacc_impl_make_all:
|
|---|
| 239 | compiler_yacc_impl_clean:
|
|---|
| 240 | compiler_lex_make_all:
|
|---|
| 241 | compiler_lex_clean:
|
|---|
| 242 | compiler_clean: compiler_moc_header_clean
|
|---|
| 243 |
|
|---|
| 244 | ####### Compile
|
|---|
| 245 |
|
|---|
| 246 | test_audioutils.o: test_audioutils.cpp test_audioutils.h \
|
|---|
| 247 | ../../../libmythbase/mythcorecontext.h \
|
|---|
| 248 | ../../../libmythbase/mythdb.h \
|
|---|
| 249 | ../../../libmythbase/mythbaseexp.h \
|
|---|
| 250 | ../../../libmythbase/mythdbcon.h \
|
|---|
| 251 | ../../../libmythbase/mythdbparams.h \
|
|---|
| 252 | ../../../libmythbase/mythobservable.h \
|
|---|
| 253 | ../../../libmythbase/mythevent.h \
|
|---|
| 254 | ../../../libmythbase/mythsocket_cb.h \
|
|---|
| 255 | ../../../libmythbase/mythlogging.h \
|
|---|
| 256 | ../../../libmythbase/verbosedefs.h \
|
|---|
| 257 | ../../../libmythbase/mythlocale.h \
|
|---|
| 258 | ../../../libmythbase/iso3166.h \
|
|---|
| 259 | ../../../libmythbase/iso639.h \
|
|---|
| 260 | ../../audio/audiooutpututil.h \
|
|---|
| 261 | ../../audio/audiooutputsettings.h \
|
|---|
| 262 | ../../mythexp.h \
|
|---|
| 263 | ../../../libmythbase/mythconfig.h \
|
|---|
| 264 | ../../audio/eldutils.h
|
|---|
| 265 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o test_audioutils.o test_audioutils.cpp
|
|---|
| 266 |
|
|---|
| 267 | moc_test_audioutils.o: moc_test_audioutils.cpp
|
|---|
| 268 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_test_audioutils.o moc_test_audioutils.cpp
|
|---|
| 269 |
|
|---|
| 270 | ####### Install
|
|---|
| 271 |
|
|---|
| 272 | install: FORCE
|
|---|
| 273 |
|
|---|
| 274 | uninstall: FORCE
|
|---|
| 275 |
|
|---|
| 276 | FORCE:
|
|---|
| 277 |
|
|---|