##// END OF EJS Templates
Plugin modified to allow the launch of interactiv tests from the python interpreter...
Plugin modified to allow the launch of interactiv tests from the python interpreter the signal processPacketStoreNowSig is sent by the SLOT processPacketStoreLater(unsigned int delay) the SLOT WriteSPWDelay(QList<int> dataList, unsigned int delay) allows the storage of a TC for a sending after "delay" ms

File last commit:

r11:0c9852fa341b default
r11:0c9852fa341b default
Show More
Makefile
444 lines | 18.7 KiB | text/x-makefile | MakefileLexer
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 #############################################################################
# Makefile for building: librmapplugin.so.1.0.0
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 # Generated by qmake (2.01a) (Qt 4.8.4) on: Tue Mar 19 07:43:19 2013
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 # Project: rmapplugin.pro
# Template: lib
# Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile rmapplugin.pro
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 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 -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
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 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)
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 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.61/inc -I/usr/include/lppmon/common -I/usr/include/lppmon -I/usr/include/lppmon/pluginsInterface -I/usr/include/PythonQt -Imoc
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 LINK = g++
LFLAGS = -Wl,-O1 -Wl,-z,relro -shared -Wl,-soname,librmapplugin.so.1
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 LIBS = $(SUBLIBS) -L/usr/lib64 ../spw_usb_driver_v2.61/lib/x86_64/libSpaceWireUSBAPI.so ../spw_usb_driver_v2.61/lib/x86_64/libConfigLibraryUSB.so -ldl -lutil -lm -lpython2.7 -lPythonQt_QtAll -lPythonQt -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 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 \
spectralmatricesdmasimulator.cpp \
rmappluginpythonwrapper.cpp \
stardundee.cpp \
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 gresb.cpp \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 tcpackettosend.cpp \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 /usr/include/lppmon/pluginsInterface/lppmonplugininterface.cpp moc/moc_rmappluginui.cpp \
moc/moc_rmapplugin.cpp \
moc/moc_qipdialogbox.cpp \
moc/moc_gresbstatusenquiry.cpp \
moc/moc_spectralmatricesdmasimulator.cpp \
moc/moc_rmappluginpythonwrapper.cpp \
moc/moc_stardundee.cpp \
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 moc/moc_gresb.cpp \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 moc/moc_tcpackettosend.cpp \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 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/spectralmatricesdmasimulator.o \
obj/rmappluginpythonwrapper.o \
obj/stardundee.o \
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 obj/gresb.o \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 obj/tcpackettosend.o \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 obj/lppmonplugininterface.o \
obj/moc_rmappluginui.o \
obj/moc_rmapplugin.o \
obj/moc_qipdialogbox.o \
obj/moc_gresbstatusenquiry.o \
obj/moc_spectralmatricesdmasimulator.o \
obj/moc_rmappluginpythonwrapper.o \
obj/moc_stardundee.o \
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 obj/moc_gresb.o \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 obj/moc_tcpackettosend.o \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 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_version.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_version.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 \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 /usr/lib64/libQtXml.prl \
/usr/lib64/libQtCore.prl \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 /usr/lib64/libQtGui.prl \
/usr/lib64/libQtNetwork.prl
$(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -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_version.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:
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 /usr/lib64/libQtXml.prl:
/usr/lib64/libQtCore.prl:
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 /usr/lib64/libQtGui.prl:
/usr/lib64/libQtNetwork.prl:
qmake: FORCE
@$(QMAKE) -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile rmapplugin.pro
dist:
@$(CHK_DIR_EXISTS) obj/rmapplugin1.0.0 || $(MKDIR) obj/rmapplugin1.0.0
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 $(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 spectralmatricesdmasimulator.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 /usr/include/genericPySysdriver.h /usr/include/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 spectralmatricesdmasimulator.cpp rmappluginpythonwrapper.cpp stardundee.cpp gresb.cpp tcpackettosend.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
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0
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
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 compiler_moc_header_make_all: moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp moc/moc_qipdialogbox.cpp moc/moc_gresbstatusenquiry.cpp moc/moc_spectralmatricesdmasimulator.cpp moc/moc_rmappluginpythonwrapper.cpp moc/moc_stardundee.cpp moc/moc_gresb.cpp moc/moc_tcpackettosend.cpp moc/moc_genericPySysdriver.cpp moc/moc_lppmonplugin.cpp
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 compiler_moc_header_clean:
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 -$(DEL_FILE) moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp moc/moc_qipdialogbox.cpp moc/moc_gresbstatusenquiry.cpp moc/moc_spectralmatricesdmasimulator.cpp moc/moc_rmappluginpythonwrapper.cpp moc/moc_stardundee.cpp moc/moc_gresb.cpp moc/moc_tcpackettosend.cpp moc/moc_genericPySysdriver.cpp moc/moc_lppmonplugin.cpp
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 moc/moc_rmappluginui.cpp: rmapoperations.h \
spectralmatricesdmasimulator.h \
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 stardundee.h \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 ccsds.h \
Minor changes
r5 gresb.h \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 rmappluginui.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) rmappluginui.h -o moc/moc_rmappluginui.cpp
moc/moc_rmapplugin.cpp: rmappluginui.h \
rmapoperations.h \
spectralmatricesdmasimulator.h \
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 stardundee.h \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 ccsds.h \
Minor changes
r5 gresb.h \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 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_spectralmatricesdmasimulator.cpp: spectralmatricesdmasimulator.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) spectralmatricesdmasimulator.h -o moc/moc_spectralmatricesdmasimulator.cpp
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 moc/moc_rmappluginpythonwrapper.cpp: rmapoperations.h \
ccsds.h \
rmappluginpythonwrapper.h
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) rmappluginpythonwrapper.h -o moc/moc_rmappluginpythonwrapper.cpp
Minor changes
r5 moc/moc_stardundee.cpp: rmapoperations.h \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 ccsds.h \
Minor changes
r5 stardundee.h
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) stardundee.h -o moc/moc_stardundee.cpp
the two bridges, Star Dundee and GRESB are fully functional
r10 moc/moc_gresb.cpp: rmapoperations.h \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 ccsds.h \
changes on the gresb class, object ready for usage in the rmapplugin
r7 gresb.h
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 /usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) gresb.h -o moc/moc_gresb.cpp
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 moc/moc_tcpackettosend.cpp: tcpackettosend.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) tcpackettosend.h -o moc/moc_tcpackettosend.cpp
Minor changes
r5
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 moc/moc_genericPySysdriver.cpp: /usr/include/genericPySysdriver.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) /usr/include/genericPySysdriver.h -o moc/moc_genericPySysdriver.cpp
moc/moc_lppmonplugin.cpp: /usr/include/lppmonplugin.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) /usr/include/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 \
spectralmatricesdmasimulator.h \
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 stardundee.h \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 ccsds.h \
Minor changes
r5 gresb.h \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 rmappluginpythonwrapper.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/rmapplugin.o rmapplugin.cpp
obj/rmappluginui.o: rmappluginui.cpp rmapplugin.h \
rmappluginui.h \
rmapoperations.h \
spectralmatricesdmasimulator.h \
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 stardundee.h \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 ccsds.h \
gresb.h
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/rmappluginui.o rmappluginui.cpp
obj/rmapoperations.o: rmapoperations.cpp rmapoperations.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/spectralmatricesdmasimulator.o: spectralmatricesdmasimulator.cpp spectralmatricesdmasimulator.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/spectralmatricesdmasimulator.o spectralmatricesdmasimulator.cpp
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 obj/rmappluginpythonwrapper.o: rmappluginpythonwrapper.cpp rmappluginpythonwrapper.h \
rmapoperations.h \
ccsds.h \
tcpackettosend.h
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/rmappluginpythonwrapper.o rmappluginpythonwrapper.cpp
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 obj/stardundee.o: stardundee.cpp stardundee.h \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 rmapoperations.h \
ccsds.h
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/stardundee.o stardundee.cpp
changes on the gresb class, object ready for usage in the rmapplugin
r7 obj/gresb.o: gresb.cpp gresb.h \
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 rmapoperations.h \
ccsds.h
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/gresb.o gresb.cpp
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 obj/tcpackettosend.o: tcpackettosend.cpp tcpackettosend.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/tcpackettosend.o tcpackettosend.cpp
Minor changes
r5
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 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_spectralmatricesdmasimulator.o: moc/moc_spectralmatricesdmasimulator.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_spectralmatricesdmasimulator.o moc/moc_spectralmatricesdmasimulator.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
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 obj/moc_gresb.o: moc/moc_gresb.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_gresb.o moc/moc_gresb.cpp
Plugin modified to allow the launch of interactiv tests from the python interpreter...
r11 obj/moc_tcpackettosend.o: moc/moc_tcpackettosend.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_tcpackettosend.o moc/moc_tcpackettosend.cpp
Minor changes
r5
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 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: