##// END OF EJS Templates
changes on the gresb class, object ready for usage in the rmapplugin
changes on the gresb class, object ready for usage in the rmapplugin

File last commit:

r7:7c1589fec151 default
r7:7c1589fec151 default
Show More
Makefile
452 lines | 19.0 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
changes on the gresb class, object ready for usage in the rmapplugin
r7 # Generated by qmake (2.01a) (Qt 4.8.3) on: Mon Dec 10 09:02:30 2012
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++
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_TRANSLATION_PATH="\"/etc/lppmon/translations\"" -DLPPMONPLUGIN_LIBRARY -DQT_NO_DEBUG -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 -I. -I../common_PLE -I../spw_usb_driver_v2.61/inc -I/usr/include/lppmon/pluginsInterface -I/usr/include/PythonQt -Imoc
LINK = g++
LFLAGS = -Wl,-O1 -Wl,-z,relro -shared -Wl,-soname,librmapplugin.so.1
paul@pc-solar1.lab-lpp.local
First version with the Star Dundee bridge operational
r1 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 -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 \
spwpacketreceiver.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 \
changes on the gresb class, several methods and parameters added
r6 bridge.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_spwpacketreceiver.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 \
changes on the gresb class, several methods and parameters added
r6 moc/moc_bridge.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/spwpacketreceiver.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 \
changes on the gresb class, several methods and parameters added
r6 obj/bridge.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_spwpacketreceiver.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 \
changes on the gresb class, several methods and parameters added
r6 obj/moc_bridge.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 \
/usr/lib64/libQtGui.prl \
/usr/lib64/libQtCore.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:
/usr/lib64/libQtGui.prl:
/usr/lib64/libQtCore.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
changes on the gresb class, several methods and parameters added
r6 $(COPY_FILE) --parents $(SOURCES) $(DIST) obj/rmapplugin1.0.0/ && $(COPY_FILE) --parents rmappluginui.h rmapplugin.h rmapoperations.h ccsds.h spwpacketreceiver.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 bridge.h /usr/include/genericPySysdriver.h /usr/include/lppmonplugin.h obj/rmapplugin1.0.0/ && $(COPY_FILE) --parents rmapplugin.cpp rmappluginui.cpp rmapoperations.cpp ccsds.cpp spwpacketreceiver.cpp ../common_PLE/qipdialogbox.cpp ../common_PLE/gresbstatusenquiry.cpp spectralmatricesdmasimulator.cpp rmappluginpythonwrapper.cpp stardundee.cpp gresb.cpp bridge.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
changes on the gresb class, several methods and parameters added
r6 compiler_moc_header_make_all: moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp moc/moc_spwpacketreceiver.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_bridge.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:
changes on the gresb class, several methods and parameters added
r6 -$(DEL_FILE) moc/moc_rmappluginui.cpp moc/moc_rmapplugin.cpp moc/moc_spwpacketreceiver.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_bridge.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 \
changes on the gresb class, several methods and parameters added
r6 gresb.h \
changes on the gresb class, object ready for usage in the rmapplugin
r7 spwpacketreceiver.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 \
changes on the gresb class, several methods and parameters added
r6 gresb.h \
changes on the gresb class, object ready for usage in the rmapplugin
r7 spwpacketreceiver.h \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 ccsds.h \
rmapplugin.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) rmapplugin.h -o moc/moc_rmapplugin.cpp
moc/moc_spwpacketreceiver.cpp: spwpacketreceiver.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) spwpacketreceiver.h -o moc/moc_spwpacketreceiver.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
moc/moc_rmappluginpythonwrapper.cpp: rmappluginpythonwrapper.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) rmappluginpythonwrapper.h -o moc/moc_rmappluginpythonwrapper.cpp
changes on the gresb class, several methods and parameters added
r6 moc/moc_stardundee.cpp: rmapoperations.h \
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
changes on the gresb class, object ready for usage in the rmapplugin
r7 moc/moc_gresb.cpp: spwpacketreceiver.h \
rmapoperations.h \
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
changes on the gresb class, several methods and parameters added
r6 moc/moc_bridge.cpp: bridge.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) bridge.h -o moc/moc_bridge.cpp
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 \
changes on the gresb class, several methods and parameters added
r6 gresb.h \
changes on the gresb class, object ready for usage in the rmapplugin
r7 spwpacketreceiver.h \
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 ccsds.h \
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 \
changes on the gresb class, several methods and parameters added
r6 gresb.h \
changes on the gresb class, object ready for usage in the rmapplugin
r7 spwpacketreceiver.h \
ccsds.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
changes on the gresb class, several methods and parameters added
r6 obj/spwpacketreceiver.o: spwpacketreceiver.cpp spwpacketreceiver.h \
rmapoperations.h
Initial commit: rmapplugin fully operational with the GRESB Ethernet/SpaceWire bridge.
r0 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/spwpacketreceiver.o spwpacketreceiver.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
obj/rmappluginpythonwrapper.o: rmappluginpythonwrapper.cpp rmappluginpythonwrapper.h
$(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 \
rmapoperations.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 \
spwpacketreceiver.h \
rmapoperations.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
changes on the gresb class, several methods and parameters added
r6 obj/bridge.o: bridge.cpp bridge.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/bridge.o bridge.cpp
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_spwpacketreceiver.o: moc/moc_spwpacketreceiver.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_spwpacketreceiver.o moc/moc_spwpacketreceiver.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
changes on the gresb class, several methods and parameters added
r6 obj/moc_bridge.o: moc/moc_bridge.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_bridge.o moc/moc_bridge.cpp
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: