############################################################################# # Makefile for building: librmapplugin.so.1.0.0 # Generated by qmake (2.01a) (Qt 4.8.4) on: Thu Jul 4 12:50:48 2013 # Project: rmapplugin.pro # Template: lib # Command: /usr/bin/qmake-qt4 -o Makefile rmapplugin.pro ############################################################################# ####### Compiler, tools and options CC = gcc CXX = g++ DEFINES = -DPLUGIN=rmapplugin -DPLUGINHEADER="\"rmapplugin.h\"" -Ddriver_Name="\"RMAPPlugin\"" -Ddriver_Author="\"Paul Leroy paul.leroy@lpp.polytechnique.fr\"" -Ddriver_Version="\"1.1.2\"" -Ddriver_Description="\"AHB bus controler, works with Gaisler's AHB plugn' play bus.\"" -Ddriver_can_be_root=1 -Ddriver_can_be_child=0 -Ddriver_VID=0 -Ddriver_PID=0 -DLPPMON_VERSION="\"0.0.1\"" -DUNIXTRANSLATIONPATH -DLPPMON_PLUGINS_INSTALL_PATH="QDir::homePath()+\"/.lppmon/plugins\"" -DLPPMON_CONFIG_PATH="QDir::homePath()+\"/.lppmon/config\"" -DLPPMON_TRANSLATION_PATH="\"/etc/lppmon/translations\"" -DLPPMONPLUGIN_LIBRARY -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED CFLAGS = -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES) CXXFLAGS = -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -W -D_REENTRANT -fPIC $(DEFINES) INCPATH = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -I. -I../common_PLE -I../spw_usb_driver_v2.63/inc -I/usr/include/lppmon/common -I/usr/include/lppmon/wfdisplay -I/usr/include/lppmon/common -I/usr/include/lppmon -I/usr/include/lppmon/pluginsInterface -I/usr/include/PythonQt -Imoc LINK = g++ LFLAGS = -Wl,-O1 -Wl,-z,relro -shared -Wl,-soname,librmapplugin.so.1 LIBS = $(SUBLIBS) -L/usr/lib64 ../spw_usb_driver_v2.63/lib/x86_64/libSpaceWireUSBAPI.so ../spw_usb_driver_v2.63/lib/x86_64/libConfigLibraryUSB.so -llppmoncommon -lwfdisplay -lqwt5-qt4 -ldl -lutil -lm -lpython2.7 -lPythonQt_QtAll -lPythonQt -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread AR = ar cqs RANLIB = QMAKE = /usr/bin/qmake-qt4 TAR = tar -cf COMPRESS = gzip -9f COPY = cp -f SED = sed COPY_FILE = $(COPY) COPY_DIR = $(COPY) -r STRIP = INSTALL_FILE = install -m 644 -p INSTALL_DIR = $(COPY_DIR) INSTALL_PROGRAM = install -m 755 -p DEL_FILE = rm -f SYMLINK = ln -f -s DEL_DIR = rmdir MOVE = mv -f CHK_DIR_EXISTS= test -d MKDIR = mkdir -p ####### Output directory OBJECTS_DIR = obj/ ####### Files SOURCES = rmapplugin.cpp \ rmappluginui.cpp \ rmapoperations.cpp \ ccsds.cpp \ ../common_PLE/qipdialogbox.cpp \ ../common_PLE/gresbstatusenquiry.cpp \ rmappluginpythonwrapper.cpp \ stardundee.cpp \ gresb.cpp \ tcpackettosend.cpp \ tmpackettoread.cpp \ tmstatistics.cpp \ wfpacket.cpp \ tmechobridge.cpp \ /usr/include/lppmon/pluginsInterface/lppmonplugininterface.cpp moc/moc_rmappluginui.cpp \ moc/moc_rmapplugin.cpp \ moc/moc_qipdialogbox.cpp \ moc/moc_gresbstatusenquiry.cpp \ moc/moc_rmappluginpythonwrapper.cpp \ moc/moc_stardundee.cpp \ moc/moc_gresb.cpp \ moc/moc_tcpackettosend.cpp \ moc/moc_tmpackettoread.cpp \ moc/moc_tmstatistics.cpp \ moc/moc_wfpacket.cpp \ moc/moc_tmechobridge.cpp \ moc/moc_genericPySysdriver.cpp \ moc/moc_lppmonplugin.cpp OBJECTS = obj/rmapplugin.o \ obj/rmappluginui.o \ obj/rmapoperations.o \ obj/ccsds.o \ obj/qipdialogbox.o \ obj/gresbstatusenquiry.o \ obj/rmappluginpythonwrapper.o \ obj/stardundee.o \ obj/gresb.o \ obj/tcpackettosend.o \ obj/tmpackettoread.o \ obj/tmstatistics.o \ obj/wfpacket.o \ obj/tmechobridge.o \ obj/lppmonplugininterface.o \ obj/moc_rmappluginui.o \ obj/moc_rmapplugin.o \ obj/moc_qipdialogbox.o \ obj/moc_gresbstatusenquiry.o \ obj/moc_rmappluginpythonwrapper.o \ obj/moc_stardundee.o \ obj/moc_gresb.o \ obj/moc_tcpackettosend.o \ obj/moc_tmpackettoread.o \ obj/moc_tmstatistics.o \ obj/moc_wfpacket.o \ obj/moc_tmechobridge.o \ obj/moc_genericPySysdriver.o \ obj/moc_lppmonplugin.o DIST = /usr/lib64/qt4/mkspecs/common/unix.conf \ /usr/lib64/qt4/mkspecs/common/linux.conf \ /usr/lib64/qt4/mkspecs/common/gcc-base.conf \ /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf \ /usr/lib64/qt4/mkspecs/common/g++-base.conf \ /usr/lib64/qt4/mkspecs/common/g++-unix.conf \ /usr/lib64/qt4/mkspecs/qconfig.pri \ /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri \ /usr/lib64/qt4/mkspecs/features/qt_functions.prf \ /usr/lib64/qt4/mkspecs/features/qt_config.prf \ /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \ /usr/lib64/qt4/mkspecs/features/default_pre.prf \ /usr/lib64/qt4/mkspecs/features/release.prf \ /usr/lib64/qt4/mkspecs/features/default_post.prf \ /usr/lib64/qt4/mkspecs/features/lppmonplugin.prf \ /usr/lib64/qt4/mkspecs/features/pythonqt.prf \ /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \ /usr/lib64/qt4/mkspecs/features/warn_on.prf \ /usr/lib64/qt4/mkspecs/features/qt.prf \ /usr/lib64/qt4/mkspecs/features/unix/thread.prf \ /usr/lib64/qt4/mkspecs/features/moc.prf \ /usr/lib64/qt4/mkspecs/features/resources.prf \ /usr/lib64/qt4/mkspecs/features/uic.prf \ /usr/lib64/qt4/mkspecs/features/yacc.prf \ /usr/lib64/qt4/mkspecs/features/lex.prf \ /usr/lib64/qt4/mkspecs/features/include_source_dir.prf \ rmapplugin.pro QMAKE_TARGET = rmapplugin DESTDIR = bin/ TARGET = librmapplugin.so.1.0.0 TARGETA = bin/librmapplugin.a TARGETD = librmapplugin.so.1.0.0 TARGET0 = librmapplugin.so TARGET1 = librmapplugin.so.1 TARGET2 = librmapplugin.so.1.0 first: all ####### Implicit rules .SUFFIXES: .o .c .cpp .cc .cxx .C .cpp.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .cc.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .cxx.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .C.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .c.o: $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" ####### Build rules all: Makefile bin/$(TARGET) bin/$(TARGET): $(OBJECTS) $(SUBLIBS) $(OBJCOMP) @$(CHK_DIR_EXISTS) bin/ || $(MKDIR) bin/ -$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP) -ln -s $(TARGET) $(TARGET0) -ln -s $(TARGET) $(TARGET1) -ln -s $(TARGET) $(TARGET2) -$(DEL_FILE) bin/$(TARGET) -$(DEL_FILE) bin/$(TARGET0) -$(DEL_FILE) bin/$(TARGET1) -$(DEL_FILE) bin/$(TARGET2) -$(MOVE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) bin/ staticlib: $(TARGETA) $(TARGETA): $(OBJECTS) $(OBJCOMP) -$(DEL_FILE) $(TARGETA) $(AR) $(TARGETA) $(OBJECTS) Makefile: rmapplugin.pro /usr/lib64/qt4/mkspecs/linux-g++/qmake.conf /usr/lib64/qt4/mkspecs/common/unix.conf \ /usr/lib64/qt4/mkspecs/common/linux.conf \ /usr/lib64/qt4/mkspecs/common/gcc-base.conf \ /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf \ /usr/lib64/qt4/mkspecs/common/g++-base.conf \ /usr/lib64/qt4/mkspecs/common/g++-unix.conf \ /usr/lib64/qt4/mkspecs/qconfig.pri \ /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri \ /usr/lib64/qt4/mkspecs/features/qt_functions.prf \ /usr/lib64/qt4/mkspecs/features/qt_config.prf \ /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \ /usr/lib64/qt4/mkspecs/features/default_pre.prf \ /usr/lib64/qt4/mkspecs/features/release.prf \ /usr/lib64/qt4/mkspecs/features/default_post.prf \ /usr/lib64/qt4/mkspecs/features/lppmonplugin.prf \ /usr/lib64/qt4/mkspecs/features/pythonqt.prf \ /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \ /usr/lib64/qt4/mkspecs/features/warn_on.prf \ /usr/lib64/qt4/mkspecs/features/qt.prf \ /usr/lib64/qt4/mkspecs/features/unix/thread.prf \ /usr/lib64/qt4/mkspecs/features/moc.prf \ /usr/lib64/qt4/mkspecs/features/resources.prf \ /usr/lib64/qt4/mkspecs/features/uic.prf \ /usr/lib64/qt4/mkspecs/features/yacc.prf \ /usr/lib64/qt4/mkspecs/features/lex.prf \ /usr/lib64/qt4/mkspecs/features/include_source_dir.prf \ /usr/lib64/libQtXml.prl \ /usr/lib64/libQtCore.prl \ /usr/lib64/libQtGui.prl \ /usr/lib64/libQtNetwork.prl $(QMAKE) -o Makefile rmapplugin.pro /usr/lib64/qt4/mkspecs/common/unix.conf: /usr/lib64/qt4/mkspecs/common/linux.conf: /usr/lib64/qt4/mkspecs/common/gcc-base.conf: /usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf: /usr/lib64/qt4/mkspecs/common/g++-base.conf: /usr/lib64/qt4/mkspecs/common/g++-unix.conf: /usr/lib64/qt4/mkspecs/qconfig.pri: /usr/lib64/qt4/mkspecs/modules/qt_webkit.pri: /usr/lib64/qt4/mkspecs/features/qt_functions.prf: /usr/lib64/qt4/mkspecs/features/qt_config.prf: /usr/lib64/qt4/mkspecs/features/exclusive_builds.prf: /usr/lib64/qt4/mkspecs/features/default_pre.prf: /usr/lib64/qt4/mkspecs/features/release.prf: /usr/lib64/qt4/mkspecs/features/default_post.prf: /usr/lib64/qt4/mkspecs/features/lppmonplugin.prf: /usr/lib64/qt4/mkspecs/features/pythonqt.prf: /usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf: /usr/lib64/qt4/mkspecs/features/warn_on.prf: /usr/lib64/qt4/mkspecs/features/qt.prf: /usr/lib64/qt4/mkspecs/features/unix/thread.prf: /usr/lib64/qt4/mkspecs/features/moc.prf: /usr/lib64/qt4/mkspecs/features/resources.prf: /usr/lib64/qt4/mkspecs/features/uic.prf: /usr/lib64/qt4/mkspecs/features/yacc.prf: /usr/lib64/qt4/mkspecs/features/lex.prf: /usr/lib64/qt4/mkspecs/features/include_source_dir.prf: /usr/lib64/libQtXml.prl: /usr/lib64/libQtCore.prl: /usr/lib64/libQtGui.prl: /usr/lib64/libQtNetwork.prl: qmake: FORCE @$(QMAKE) -o Makefile rmapplugin.pro dist: @$(CHK_DIR_EXISTS) obj/rmapplugin1.0.0 || $(MKDIR) obj/rmapplugin1.0.0 $(COPY_FILE) --parents $(SOURCES) $(DIST) obj/rmapplugin1.0.0/ && $(COPY_FILE) --parents rmappluginui.h rmapplugin.h rmapoperations.h ccsds.h ../common_PLE/qipdialogbox.h ../common_PLE/gresbstatusenquiry.h rmappluginpythonwrapper.h stardundee.h ../spw_usb_driver_v2.61/inc/spw_usb_api.h ../spw_usb_driver_v2.61/inc/spw_config_library.h gresb.h tcpackettosend.h tmpackettoread.h tmstatistics.h wfpacket.h params.h tmechobridge.h /usr/include/lppmon/genericPySysdriver.h /usr/include/lppmon/lppmonplugin.h obj/rmapplugin1.0.0/ && $(COPY_FILE) --parents rmapplugin.cpp rmappluginui.cpp rmapoperations.cpp ccsds.cpp ../common_PLE/qipdialogbox.cpp ../common_PLE/gresbstatusenquiry.cpp rmappluginpythonwrapper.cpp stardundee.cpp gresb.cpp tcpackettosend.cpp tmpackettoread.cpp tmstatistics.cpp wfpacket.cpp tmechobridge.cpp /usr/include/lppmon/pluginsInterface/lppmonplugininterface.cpp obj/rmapplugin1.0.0/ && (cd `dirname obj/rmapplugin1.0.0` && $(TAR) rmapplugin1.0.0.tar rmapplugin1.0.0 && $(COMPRESS) rmapplugin1.0.0.tar) && $(MOVE) `dirname obj/rmapplugin1.0.0`/rmapplugin1.0.0.tar.gz . && $(DEL_FILE) -r obj/rmapplugin1.0.0 clean:compiler_clean -$(DEL_FILE) $(OBJECTS) -$(DEL_FILE) *~ core *.core ####### Sub-libraries distclean: clean -$(DEL_FILE) bin/$(TARGET) -$(DEL_FILE) bin/$(TARGET0) bin/$(TARGET1) bin/$(TARGET2) $(TARGETA) -$(DEL_FILE) Makefile check: first mocclean: compiler_moc_header_clean compiler_moc_source_clean mocables: compiler_moc_header_make_all compiler_moc_source_make_all compiler_moc_header_make_all: moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp moc/moc_qipdialogbox.cpp moc/moc_gresbstatusenquiry.cpp moc/moc_rmappluginpythonwrapper.cpp moc/moc_stardundee.cpp moc/moc_gresb.cpp moc/moc_tcpackettosend.cpp moc/moc_tmpackettoread.cpp moc/moc_tmstatistics.cpp moc/moc_wfpacket.cpp moc/moc_tmechobridge.cpp moc/moc_genericPySysdriver.cpp moc/moc_lppmonplugin.cpp compiler_moc_header_clean: -$(DEL_FILE) moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp moc/moc_qipdialogbox.cpp moc/moc_gresbstatusenquiry.cpp moc/moc_rmappluginpythonwrapper.cpp moc/moc_stardundee.cpp moc/moc_gresb.cpp moc/moc_tcpackettosend.cpp moc/moc_tmpackettoread.cpp moc/moc_tmstatistics.cpp moc/moc_wfpacket.cpp moc/moc_tmechobridge.cpp moc/moc_genericPySysdriver.cpp moc/moc_lppmonplugin.cpp moc/moc_rmappluginui.cpp: rmapoperations.h \ params.h \ stardundee.h \ ccsds.h \ tmpackettoread.h \ gresb.h \ tmstatistics.h \ tmechobridge.h \ rmappluginui.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) rmappluginui.h -o moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp: rmappluginui.h \ rmapoperations.h \ params.h \ stardundee.h \ ccsds.h \ tmpackettoread.h \ gresb.h \ tmstatistics.h \ tmechobridge.h \ wfpacket.h \ rmapplugin.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) rmapplugin.h -o moc/moc_rmapplugin.cpp moc/moc_qipdialogbox.cpp: ../common_PLE/qipdialogbox.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) ../common_PLE/qipdialogbox.h -o moc/moc_qipdialogbox.cpp moc/moc_gresbstatusenquiry.cpp: ../common_PLE/gresbstatusenquiry.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) ../common_PLE/gresbstatusenquiry.h -o moc/moc_gresbstatusenquiry.cpp moc/moc_rmappluginpythonwrapper.cpp: rmapoperations.h \ params.h \ ccsds.h \ tcpackettosend.h \ tmpackettoread.h \ rmappluginpythonwrapper.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) rmappluginpythonwrapper.h -o moc/moc_rmappluginpythonwrapper.cpp moc/moc_stardundee.cpp: rmapoperations.h \ params.h \ ccsds.h \ tmpackettoread.h \ stardundee.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) stardundee.h -o moc/moc_stardundee.cpp moc/moc_gresb.cpp: rmapoperations.h \ params.h \ ccsds.h \ tmpackettoread.h \ gresb.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) gresb.h -o moc/moc_gresb.cpp moc/moc_tcpackettosend.cpp: tcpackettosend.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) tcpackettosend.h -o moc/moc_tcpackettosend.cpp moc/moc_tmpackettoread.cpp: tmpackettoread.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) tmpackettoread.h -o moc/moc_tmpackettoread.cpp moc/moc_tmstatistics.cpp: tmstatistics.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) tmstatistics.h -o moc/moc_tmstatistics.cpp moc/moc_wfpacket.cpp: params.h \ wfpacket.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) wfpacket.h -o moc/moc_wfpacket.cpp moc/moc_tmechobridge.cpp: tmpackettoread.h \ tmechobridge.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) tmechobridge.h -o moc/moc_tmechobridge.cpp moc/moc_genericPySysdriver.cpp: /usr/include/lppmon/genericPySysdriver.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) /usr/include/lppmon/genericPySysdriver.h -o moc/moc_genericPySysdriver.cpp moc/moc_lppmonplugin.cpp: /usr/include/lppmon/lppmonplugin.h /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) /usr/include/lppmon/lppmonplugin.h -o moc/moc_lppmonplugin.cpp compiler_rcc_make_all: compiler_rcc_clean: compiler_image_collection_make_all: qmake_image_collection.cpp compiler_image_collection_clean: -$(DEL_FILE) qmake_image_collection.cpp compiler_moc_source_make_all: compiler_moc_source_clean: compiler_uic_make_all: compiler_uic_clean: compiler_yacc_decl_make_all: compiler_yacc_decl_clean: compiler_yacc_impl_make_all: compiler_yacc_impl_clean: compiler_lex_make_all: compiler_lex_clean: compiler_clean: compiler_moc_header_clean ####### Compile obj/rmapplugin.o: rmapplugin.cpp rmapplugin.h \ rmappluginui.h \ rmapoperations.h \ params.h \ stardundee.h \ ccsds.h \ tmpackettoread.h \ gresb.h \ tmstatistics.h \ tmechobridge.h \ wfpacket.h \ rmappluginpythonwrapper.h \ tcpackettosend.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/rmapplugin.o rmapplugin.cpp obj/rmappluginui.o: rmappluginui.cpp rmapplugin.h \ rmappluginui.h \ rmapoperations.h \ params.h \ stardundee.h \ ccsds.h \ tmpackettoread.h \ gresb.h \ tmstatistics.h \ tmechobridge.h \ wfpacket.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/rmappluginui.o rmappluginui.cpp obj/rmapoperations.o: rmapoperations.cpp rmapoperations.h \ params.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/rmapoperations.o rmapoperations.cpp obj/ccsds.o: ccsds.cpp ccsds.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/ccsds.o ccsds.cpp obj/qipdialogbox.o: ../common_PLE/qipdialogbox.cpp ../common_PLE/qipdialogbox.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/qipdialogbox.o ../common_PLE/qipdialogbox.cpp obj/gresbstatusenquiry.o: ../common_PLE/gresbstatusenquiry.cpp ../common_PLE/gresbstatusenquiry.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/gresbstatusenquiry.o ../common_PLE/gresbstatusenquiry.cpp obj/rmappluginpythonwrapper.o: rmappluginpythonwrapper.cpp rmappluginpythonwrapper.h \ rmapoperations.h \ params.h \ ccsds.h \ tcpackettosend.h \ tmpackettoread.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/rmappluginpythonwrapper.o rmappluginpythonwrapper.cpp obj/stardundee.o: stardundee.cpp stardundee.h \ rmapoperations.h \ params.h \ ccsds.h \ tmpackettoread.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/stardundee.o stardundee.cpp obj/gresb.o: gresb.cpp gresb.h \ rmapoperations.h \ params.h \ ccsds.h \ tmpackettoread.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/gresb.o gresb.cpp obj/tcpackettosend.o: tcpackettosend.cpp tcpackettosend.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/tcpackettosend.o tcpackettosend.cpp obj/tmpackettoread.o: tmpackettoread.cpp tmpackettoread.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/tmpackettoread.o tmpackettoread.cpp obj/tmstatistics.o: tmstatistics.cpp tmstatistics.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/tmstatistics.o tmstatistics.cpp obj/wfpacket.o: wfpacket.cpp wfpacket.h \ params.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/wfpacket.o wfpacket.cpp obj/tmechobridge.o: tmechobridge.cpp tmechobridge.h \ tmpackettoread.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/tmechobridge.o tmechobridge.cpp obj/lppmonplugininterface.o: /usr/include/lppmon/pluginsInterface/lppmonplugininterface.cpp /usr/include/lppmon/pluginsInterface/lppmonplugininterface.h \ /usr/include/lppmon/pluginsInterface/lppmonplugininterface_global.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/lppmonplugininterface.o /usr/include/lppmon/pluginsInterface/lppmonplugininterface.cpp obj/moc_rmappluginui.o: moc/moc_rmappluginui.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_rmappluginui.o moc/moc_rmappluginui.cpp obj/moc_rmapplugin.o: moc/moc_rmapplugin.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_rmapplugin.o moc/moc_rmapplugin.cpp obj/moc_qipdialogbox.o: moc/moc_qipdialogbox.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_qipdialogbox.o moc/moc_qipdialogbox.cpp obj/moc_gresbstatusenquiry.o: moc/moc_gresbstatusenquiry.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_gresbstatusenquiry.o moc/moc_gresbstatusenquiry.cpp obj/moc_rmappluginpythonwrapper.o: moc/moc_rmappluginpythonwrapper.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_rmappluginpythonwrapper.o moc/moc_rmappluginpythonwrapper.cpp obj/moc_stardundee.o: moc/moc_stardundee.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_stardundee.o moc/moc_stardundee.cpp obj/moc_gresb.o: moc/moc_gresb.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_gresb.o moc/moc_gresb.cpp obj/moc_tcpackettosend.o: moc/moc_tcpackettosend.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_tcpackettosend.o moc/moc_tcpackettosend.cpp obj/moc_tmpackettoread.o: moc/moc_tmpackettoread.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_tmpackettoread.o moc/moc_tmpackettoread.cpp obj/moc_tmstatistics.o: moc/moc_tmstatistics.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_tmstatistics.o moc/moc_tmstatistics.cpp obj/moc_wfpacket.o: moc/moc_wfpacket.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_wfpacket.o moc/moc_wfpacket.cpp obj/moc_tmechobridge.o: moc/moc_tmechobridge.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_tmechobridge.o moc/moc_tmechobridge.cpp obj/moc_genericPySysdriver.o: moc/moc_genericPySysdriver.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_genericPySysdriver.o moc/moc_genericPySysdriver.cpp obj/moc_lppmonplugin.o: moc/moc_lppmonplugin.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_lppmonplugin.o moc/moc_lppmonplugin.cpp ####### Install install_target: first FORCE @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/home/paul/.lppmon/plugins/ || $(MKDIR) $(INSTALL_ROOT)/home/paul/.lppmon/plugins/ -$(INSTALL_PROGRAM) "bin/$(TARGET)" "$(INSTALL_ROOT)/home/paul/.lppmon/plugins/$(TARGET)" -$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/home/paul/.lppmon/plugins/$(TARGET0)" -$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/home/paul/.lppmon/plugins/$(TARGET1)" -$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/home/paul/.lppmon/plugins/$(TARGET2)" uninstall_target: FORCE -$(DEL_FILE) "$(INSTALL_ROOT)/home/paul/.lppmon/plugins/$(TARGET)" -$(DEL_FILE) "$(INSTALL_ROOT)/home/paul/.lppmon/plugins/$(TARGET0)" -$(DEL_FILE) "$(INSTALL_ROOT)/home/paul/.lppmon/plugins/$(TARGET1)" -$(DEL_FILE) "$(INSTALL_ROOT)/home/paul/.lppmon/plugins/$(TARGET2)" -$(DEL_DIR) $(INSTALL_ROOT)/home/paul/.lppmon/plugins/ install: install_target FORCE uninstall: uninstall_target FORCE FORCE: