############################################################################# # Makefile for building: Monitor # Generated by qmake (2.01a) (Qt 4.3.4) on: Mon Jun 20 06:33:37 2011 # Project: Monitor.pro # Template: app # Command: /usr/lib/qt4/bin/qmake-qt4 -spec /usr/lib/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile Monitor.pro ############################################################################# ####### Compiler, tools and options CC = gcc CXX = g++ DEFINES = -DQT_GUI_LIB -DQT_CORE_LIB CFLAGS = -pipe -g -Wall -W -D_REENTRANT $(DEFINES) CXXFLAGS = -pipe -g -Wall -W -D_REENTRANT $(DEFINES) INCPATH = -I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include -I. -I. LINK = g++ LFLAGS = LIBS = $(SUBLIBS) stub.a -lQtGui -lQtCore -lpthread AR = ar cqs RANLIB = QMAKE = /usr/lib/qt4/bin/qmake-qt4 TAR = tar -cf COMPRESS = gzip -9f COPY = cp -f SED = sed COPY_FILE = $(COPY) COPY_DIR = $(COPY) -r INSTALL_FILE = install -m 644 -p INSTALL_DIR = $(COPY_DIR) INSTALL_PROGRAM = install -m 755 -p DEL_FILE = rm -f SYMLINK = ln -sf DEL_DIR = rmdir MOVE = mv -f CHK_DIR_EXISTS= test -d MKDIR = mkdir -p ####### Output directory OBJECTS_DIR = ./ ####### Files SOURCES = main.cpp \ mainwindow.cpp \ edge.cpp \ node.cpp \ graphwidget.cpp \ settingsdialog.cpp \ point.cpp moc_mainwindow.cpp \ moc_graphwidget.cpp \ moc_settingsdialog.cpp \ qrc_imageResources.cpp OBJECTS = main.o \ mainwindow.o \ edge.o \ node.o \ graphwidget.o \ settingsdialog.o \ point.o \ moc_mainwindow.o \ moc_graphwidget.o \ moc_settingsdialog.o \ qrc_imageResources.o DIST = /usr/lib/qt4/mkspecs/common/g++-multilib.conf \ /usr/lib/qt4/mkspecs/common/unix.conf \ /usr/lib/qt4/mkspecs/common/linux.conf \ /usr/lib/qt4/mkspecs/qconfig.pri \ /usr/lib/qt4/mkspecs/features/qt_functions.prf \ /usr/lib/qt4/mkspecs/features/qt_config.prf \ /usr/lib/qt4/mkspecs/features/exclusive_builds.prf \ /usr/lib/qt4/mkspecs/features/default_pre.prf \ /usr/lib/qt4/mkspecs/features/debug.prf \ /usr/lib/qt4/mkspecs/features/default_post.prf \ /usr/lib/qt4/mkspecs/features/warn_on.prf \ /usr/lib/qt4/mkspecs/features/qt.prf \ /usr/lib/qt4/mkspecs/features/unix/thread.prf \ /usr/lib/qt4/mkspecs/features/moc.prf \ /usr/lib/qt4/mkspecs/features/resources.prf \ /usr/lib/qt4/mkspecs/features/uic.prf \ /usr/lib/qt4/mkspecs/features/yacc.prf \ /usr/lib/qt4/mkspecs/features/lex.prf \ Monitor.pro QMAKE_TARGET = Monitor DESTDIR = TARGET = Monitor 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 $(TARGET) $(TARGET): ui_mainwindow.h ui_settingsdialog.h $(OBJECTS) $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) Makefile: Monitor.pro /usr/lib/qt4/mkspecs/linux-g++/qmake.conf /usr/lib/qt4/mkspecs/common/g++-multilib.conf \ /usr/lib/qt4/mkspecs/common/unix.conf \ /usr/lib/qt4/mkspecs/common/linux.conf \ /usr/lib/qt4/mkspecs/qconfig.pri \ /usr/lib/qt4/mkspecs/features/qt_functions.prf \ /usr/lib/qt4/mkspecs/features/qt_config.prf \ /usr/lib/qt4/mkspecs/features/exclusive_builds.prf \ /usr/lib/qt4/mkspecs/features/default_pre.prf \ /usr/lib/qt4/mkspecs/features/debug.prf \ /usr/lib/qt4/mkspecs/features/default_post.prf \ /usr/lib/qt4/mkspecs/features/warn_on.prf \ /usr/lib/qt4/mkspecs/features/qt.prf \ /usr/lib/qt4/mkspecs/features/unix/thread.prf \ /usr/lib/qt4/mkspecs/features/moc.prf \ /usr/lib/qt4/mkspecs/features/resources.prf \ /usr/lib/qt4/mkspecs/features/uic.prf \ /usr/lib/qt4/mkspecs/features/yacc.prf \ /usr/lib/qt4/mkspecs/features/lex.prf $(QMAKE) -spec /usr/lib/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile Monitor.pro /usr/lib/qt4/mkspecs/common/g++-multilib.conf: /usr/lib/qt4/mkspecs/common/unix.conf: /usr/lib/qt4/mkspecs/common/linux.conf: /usr/lib/qt4/mkspecs/qconfig.pri: /usr/lib/qt4/mkspecs/features/qt_functions.prf: /usr/lib/qt4/mkspecs/features/qt_config.prf: /usr/lib/qt4/mkspecs/features/exclusive_builds.prf: /usr/lib/qt4/mkspecs/features/default_pre.prf: /usr/lib/qt4/mkspecs/features/debug.prf: /usr/lib/qt4/mkspecs/features/default_post.prf: /usr/lib/qt4/mkspecs/features/warn_on.prf: /usr/lib/qt4/mkspecs/features/qt.prf: /usr/lib/qt4/mkspecs/features/unix/thread.prf: /usr/lib/qt4/mkspecs/features/moc.prf: /usr/lib/qt4/mkspecs/features/resources.prf: /usr/lib/qt4/mkspecs/features/uic.prf: /usr/lib/qt4/mkspecs/features/yacc.prf: /usr/lib/qt4/mkspecs/features/lex.prf: qmake: FORCE @$(QMAKE) -spec /usr/lib/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile Monitor.pro dist: @$(CHK_DIR_EXISTS) .tmp/Monitor1.0.0 || $(MKDIR) .tmp/Monitor1.0.0 $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/Monitor1.0.0/ && $(COPY_FILE) --parents mainwindow.h edge.h node.h graphwidget.h settingsdialog.h point.h .tmp/Monitor1.0.0/ && $(COPY_FILE) --parents imageResources.qrc .tmp/Monitor1.0.0/ && $(COPY_FILE) --parents main.cpp mainwindow.cpp edge.cpp node.cpp graphwidget.cpp settingsdialog.cpp point.cpp .tmp/Monitor1.0.0/ && $(COPY_FILE) --parents mainwindow.ui settingsdialog.ui .tmp/Monitor1.0.0/ && (cd `dirname .tmp/Monitor1.0.0` && $(TAR) Monitor1.0.0.tar Monitor1.0.0 && $(COMPRESS) Monitor1.0.0.tar) && $(MOVE) `dirname .tmp/Monitor1.0.0`/Monitor1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/Monitor1.0.0 clean:compiler_clean -$(DEL_FILE) $(OBJECTS) -$(DEL_FILE) *~ core *.core ####### Sub-libraries distclean: clean -$(DEL_FILE) $(TARGET) -$(DEL_FILE) Makefile 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_mainwindow.cpp moc_graphwidget.cpp moc_settingsdialog.cpp compiler_moc_header_clean: -$(DEL_FILE) moc_mainwindow.cpp moc_graphwidget.cpp moc_settingsdialog.cpp moc_mainwindow.cpp: graphwidget.h \ stub/my-commmodel.h \ ../../mesh-model/include/commmodel.hpp \ mainwindow.h \ settingsdialog.h \ point.h \ mainwindow.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) mainwindow.h -o moc_mainwindow.cpp moc_graphwidget.cpp: stub/my-commmodel.h \ ../../mesh-model/include/commmodel.hpp \ mainwindow.h \ graphwidget.h \ point.h \ settingsdialog.h \ graphwidget.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) graphwidget.h -o moc_graphwidget.cpp moc_settingsdialog.cpp: mainwindow.h \ graphwidget.h \ stub/my-commmodel.h \ ../../mesh-model/include/commmodel.hpp \ point.h \ settingsdialog.h \ settingsdialog.h /usr/lib/qt4/bin/moc $(DEFINES) $(INCPATH) settingsdialog.h -o moc_settingsdialog.cpp compiler_rcc_make_all: qrc_imageResources.cpp compiler_rcc_clean: -$(DEL_FILE) qrc_imageResources.cpp qrc_imageResources.cpp: imageResources.qrc \ images/Stop.png \ images/File.png \ images/Pause.png \ images/Gear.png \ images/Play.png \ images/Record.png \ images/dummy.png /usr/lib/qt4/bin/rcc -name imageResources imageResources.qrc -o qrc_imageResources.cpp 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: ui_mainwindow.h ui_settingsdialog.h compiler_uic_clean: -$(DEL_FILE) ui_mainwindow.h ui_settingsdialog.h ui_mainwindow.h: mainwindow.ui /usr/lib/qt4/bin/uic mainwindow.ui -o ui_mainwindow.h ui_settingsdialog.h: settingsdialog.ui /usr/lib/qt4/bin/uic settingsdialog.ui -o ui_settingsdialog.h 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 compiler_rcc_clean compiler_uic_clean ####### Compile main.o: main.cpp mainwindow.h \ graphwidget.h \ stub/my-commmodel.h \ ../../mesh-model/include/commmodel.hpp \ point.h \ settingsdialog.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp mainwindow.o: mainwindow.cpp mainwindow.h \ graphwidget.h \ stub/my-commmodel.h \ ../../mesh-model/include/commmodel.hpp \ point.h \ settingsdialog.h \ ui_mainwindow.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.cpp edge.o: edge.cpp edge.h \ stub/my-commmodel.h \ ../../mesh-model/include/commmodel.hpp \ mainwindow.h \ graphwidget.h \ point.h \ settingsdialog.h \ node.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o edge.o edge.cpp node.o: node.cpp edge.h \ stub/my-commmodel.h \ ../../mesh-model/include/commmodel.hpp \ mainwindow.h \ graphwidget.h \ point.h \ settingsdialog.h \ node.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o node.o node.cpp graphwidget.o: graphwidget.cpp graphwidget.h \ stub/my-commmodel.h \ ../../mesh-model/include/commmodel.hpp \ mainwindow.h \ settingsdialog.h \ point.h \ edge.h \ node.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o graphwidget.o graphwidget.cpp settingsdialog.o: settingsdialog.cpp settingsdialog.h \ mainwindow.h \ graphwidget.h \ stub/my-commmodel.h \ ../../mesh-model/include/commmodel.hpp \ point.h \ ui_settingsdialog.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o settingsdialog.o settingsdialog.cpp point.o: point.cpp point.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o point.o point.cpp moc_mainwindow.o: moc_mainwindow.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp moc_graphwidget.o: moc_graphwidget.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_graphwidget.o moc_graphwidget.cpp moc_settingsdialog.o: moc_settingsdialog.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_settingsdialog.o moc_settingsdialog.cpp qrc_imageResources.o: qrc_imageResources.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_imageResources.o qrc_imageResources.cpp ####### Install install: FORCE uninstall: FORCE FORCE: