#############################################################################
# Makefile for building: lab2-gui
# Generated by qmake (2.01a) (Qt 4.4.3) on: Thu Nov 13 22:07:49 2008
# Project: lab2-gui.pro
# Template: app
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -pipe -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES)
CXXFLAGS = -pipe -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES)
INCPATH = -I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include -Irelease -I.
LINK = g++
LFLAGS = -Wl,-rpath,/usr/lib
LIBS = $(SUBLIBS) -L/usr/lib -lQtGui -L/usr/lib -L/usr/X11R6/lib -pthread -lpng -lSM -lICE -pthread -pthread -lXi -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lQtNetwork -lssl -lcrypto -pthread -pthread -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread
AR = ar cqs
RANLIB =
QMAKE = /usr/bin/qmake
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 = release/
####### Files
SOURCES = main.cpp \
mainwindow.cpp \
includes/LinkedList_Matrix.cpp \
includes/LinkedList.cpp \
includes/Matrix.cpp \
/opt/qtcreator/bin/gdbmacros/gdbmacros.cpp release/moc_mainwindow.cpp
OBJECTS = release/main.o \
release/mainwindow.o \
release/LinkedList_Matrix.o \
release/LinkedList.o \
release/Matrix.o \
release/gdbmacros.o \
release/moc_mainwindow.o
DIST = /usr/share/qt/mkspecs/common/g++.conf \
/usr/share/qt/mkspecs/common/unix.conf \
/usr/share/qt/mkspecs/common/linux.conf \
/usr/share/qt/mkspecs/qconfig.pri \
/usr/share/qt/mkspecs/features/qt_functions.prf \
/usr/share/qt/mkspecs/features/qt_config.prf \
/usr/share/qt/mkspecs/features/exclusive_builds.prf \
/usr/share/qt/mkspecs/features/default_pre.prf \
/usr/share/qt/mkspecs/features/release.prf \
/usr/share/qt/mkspecs/features/debug_and_release.prf \
/usr/share/qt/mkspecs/features/default_post.prf \
/usr/share/qt/mkspecs/features/build_pass.prf \
/usr/share/qt/mkspecs/features/warn_on.prf \
/usr/share/qt/mkspecs/features/qt.prf \
/usr/share/qt/mkspecs/features/unix/thread.prf \
/usr/share/qt/mkspecs/features/moc.prf \
/usr/share/qt/mkspecs/features/resources.prf \
/usr/share/qt/mkspecs/features/uic.prf \
/usr/share/qt/mkspecs/features/yacc.prf \
/usr/share/qt/mkspecs/features/lex.prf \
lab2-gui.pro
QMAKE_TARGET = lab2-gui
DESTDIR =
TARGET = lab2-gui
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.Release $(TARGET)
$(TARGET): ui_mainwindow.h $(OBJECTS)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
qmake: FORCE
@$(QMAKE) -spec /usr/share/qt/mkspecs/linux-g++ -unix CONFIG+=debug_and_release -after SOURCES*=/opt/qtcreator/bin/gdbmacros/gdbmacros.cpp QT*=network -o Makefile.Release lab2-gui.pro
dist:
@$(CHK_DIR_EXISTS) release/lab2-gui1.0.0 || $(MKDIR) release/lab2-gui1.0.0
$(COPY_FILE) --parents $(SOURCES) $(DIST) release/lab2-gui1.0.0/ && $(COPY_FILE) --parents mainwindow.h includes/LinkedList_Matrix.h includes/LinkedList.h includes/Matrix.h release/lab2-gui1.0.0/ && $(COPY_FILE) --parents main.cpp mainwindow.cpp includes/LinkedList_Matrix.cpp includes/LinkedList.cpp includes/Matrix.cpp /opt/qtcreator/bin/gdbmacros/gdbmacros.cpp release/lab2-gui1.0.0/ && $(COPY_FILE) --parents mainwindow.ui release/lab2-gui1.0.0/ && (cd `dirname release/lab2-gui1.0.0` && $(TAR) lab2-gui1.0.0.tar lab2-gui1.0.0 && $(COMPRESS) lab2-gui1.0.0.tar) && $(MOVE) `dirname release/lab2-gui1.0.0`/lab2-gui1.0.0.tar.gz . && $(DEL_FILE) -r release/lab2-gui1.0.0
clean:compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
####### Sub-libraries
distclean: clean
-$(DEL_FILE) $(TARGET)
-$(DEL_FILE) Makefile.Release
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: release/moc_mainwindow.cpp
compiler_moc_header_clean:
-$(DEL_FILE) release/moc_mainwindow.cpp
release/moc_mainwindow.cpp: ui_mainwindow.h \
includes/LinkedList_Matrix.h \
mainwindow.h
/usr/bin/moc $(DEFINES) $(INCPATH) mainwindow.h -o release/moc_mainwindow.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: ui_mainwindow.h
compiler_uic_clean:
-$(DEL_FILE) ui_mainwindow.h
ui_mainwindow.h: mainwindow.ui
/usr/bin/uic mainwindow.ui -o ui_mainwindow.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_uic_clean
####### Compile
release/main.o: main.cpp mainwindow.h \
ui_mainwindow.h \
includes/LinkedList_Matrix.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/main.o main.cpp
release/mainwindow.o: mainwindow.cpp mainwindow.h \
ui_mainwindow.h \
includes/LinkedList_Matrix.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/mainwindow.o mainwindow.cpp
release/LinkedList_Matrix.o: includes/LinkedList_Matrix.cpp includes/LinkedList_Matrix.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/LinkedList_Matrix.o includes/LinkedList_Matrix.cpp
release/LinkedList.o: includes/LinkedList.cpp includes/LinkedList.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/LinkedList.o includes/LinkedList.cpp
release/Matrix.o: includes/Matrix.cpp includes/Matrix.h \
includes/LinkedList.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/Matrix.o includes/Matrix.cpp
release/gdbmacros.o: /opt/qtcreator/bin/gdbmacros/gdbmacros.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/gdbmacros.o /opt/qtcreator/bin/gdbmacros/gdbmacros.cpp
release/moc_mainwindow.o: release/moc_mainwindow.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_mainwindow.o release/moc_mainwindow.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE: