Changed file structure and removed useless output files.
[speedfreak] / UI / Makefile
diff --git a/UI/Makefile b/UI/Makefile
deleted file mode 100644 (file)
index 08b5a0a..0000000
+++ /dev/null
@@ -1,272 +0,0 @@
-#############################################################################
-# Makefile for building: UI
-# Generated by qmake (2.01a) (Qt 4.5.3) on: Fri Feb 26 11:59:23 2010
-# Project:  UI.pro
-# Template: app
-# Command: /usr/bin/qmake -unix -o Makefile UI.pro
-#############################################################################
-
-####### Compiler, tools and options
-
-CC            = gcc
-CXX           = g++
-DEFINES       = -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
-CFLAGS        = -pipe -O3 -g -Wall -W -D_REENTRANT $(DEFINES)
-CXXFLAGS      = -pipe -O3 -g -Wall -W -D_REENTRANT $(DEFINES)
-INCPATH       = -I/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++-opengl -I. -I/targets/FREMANTLE_X86/usr/include/qt4/QtCore -I/targets/FREMANTLE_X86/usr/include/qt4/QtNetwork -I/targets/FREMANTLE_X86/usr/include/qt4/QtGui -I/targets/FREMANTLE_X86/usr/include/qt4/QtXml -I/targets/FREMANTLE_X86/usr/include/qt4 -I. -I.
-LINK          = g++
-LFLAGS        = -Wl,-O1
-LIBS          = $(SUBLIBS)  -L/usr/lib -Wl,-rpath-link=/usr/lib -lQtXml -lQtGui -lQtNetwork -lQtCore -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   = ./
-
-####### Files
-
-SOURCES       = main.cpp \
-               carmainwindow.cpp \
-               resultdialog.cpp \
-               stringlistmodel.cpp \
-               measuredialog.cpp moc_carmainwindow.cpp \
-               moc_resultdialog.cpp \
-               moc_stringlistmodel.cpp \
-               moc_measuredialog.cpp
-OBJECTS       = main.o \
-               carmainwindow.o \
-               resultdialog.o \
-               stringlistmodel.o \
-               measuredialog.o \
-               moc_carmainwindow.o \
-               moc_resultdialog.o \
-               moc_stringlistmodel.o \
-               moc_measuredialog.o
-DIST          = /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/release.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf \
-               UI.pro
-QMAKE_TARGET  = UI
-DESTDIR       = 
-TARGET        = UI
-
-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_carmainwindow.h ui_resultdialog.h ui_measuredialog.h $(OBJECTS)  
-       $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
-
-Makefile: UI.pro  /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++-opengl/qmake.conf /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/release.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf \
-               /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf \
-               /usr/lib/libQtXml.prl \
-               /usr/lib/libQtGui.prl \
-               /usr/lib/libQtNetwork.prl \
-               /usr/lib/libQtCore.prl
-       $(QMAKE) -unix -o Makefile UI.pro
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/release.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf:
-/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/include_source_dir.prf:
-/usr/lib/libQtXml.prl:
-/usr/lib/libQtGui.prl:
-/usr/lib/libQtNetwork.prl:
-/usr/lib/libQtCore.prl:
-qmake:  FORCE
-       @$(QMAKE) -unix -o Makefile UI.pro
-
-dist: 
-       @$(CHK_DIR_EXISTS) .tmp/UI1.0.0 || $(MKDIR) .tmp/UI1.0.0 
-       $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/UI1.0.0/ && $(COPY_FILE) --parents carmainwindow.h resultdialog.h stringlistmodel.h measuredialog.h .tmp/UI1.0.0/ && $(COPY_FILE) --parents main.cpp carmainwindow.cpp resultdialog.cpp stringlistmodel.cpp measuredialog.cpp .tmp/UI1.0.0/ && $(COPY_FILE) --parents carmainwindow.ui resultdialog.ui measuredialog.ui .tmp/UI1.0.0/ && (cd `dirname .tmp/UI1.0.0` && $(TAR) UI1.0.0.tar UI1.0.0 && $(COMPRESS) UI1.0.0.tar) && $(MOVE) `dirname .tmp/UI1.0.0`/UI1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/UI1.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_carmainwindow.cpp moc_resultdialog.cpp moc_stringlistmodel.cpp moc_measuredialog.cpp
-compiler_moc_header_clean:
-       -$(DEL_FILE) moc_carmainwindow.cpp moc_resultdialog.cpp moc_stringlistmodel.cpp moc_measuredialog.cpp
-moc_carmainwindow.cpp: resultdialog.h \
-               measuredialog.h \
-               carmainwindow.h
-       /usr/bin/moc $(DEFINES) $(INCPATH) carmainwindow.h -o moc_carmainwindow.cpp
-
-moc_resultdialog.cpp: resultdialog.h
-       /usr/bin/moc $(DEFINES) $(INCPATH) resultdialog.h -o moc_resultdialog.cpp
-
-moc_stringlistmodel.cpp: stringlistmodel.h
-       /usr/bin/moc $(DEFINES) $(INCPATH) stringlistmodel.h -o moc_stringlistmodel.cpp
-
-moc_measuredialog.cpp: measuredialog.h
-       /usr/bin/moc $(DEFINES) $(INCPATH) measuredialog.h -o moc_measuredialog.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_carmainwindow.h ui_resultdialog.h ui_measuredialog.h
-compiler_uic_clean:
-       -$(DEL_FILE) ui_carmainwindow.h ui_resultdialog.h ui_measuredialog.h
-ui_carmainwindow.h: carmainwindow.ui
-       /usr/bin/uic carmainwindow.ui -o ui_carmainwindow.h
-
-ui_resultdialog.h: resultdialog.ui
-       /usr/bin/uic resultdialog.ui -o ui_resultdialog.h
-
-ui_measuredialog.h: measuredialog.ui
-       /usr/bin/uic measuredialog.ui -o ui_measuredialog.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
-
-main.o: main.cpp carmainwindow.h \
-               resultdialog.h \
-               measuredialog.h
-       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp
-
-carmainwindow.o: carmainwindow.cpp carmainwindow.h \
-               resultdialog.h \
-               measuredialog.h \
-               ui_carmainwindow.h \
-               stringlistmodel.h
-       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o carmainwindow.o carmainwindow.cpp
-
-resultdialog.o: resultdialog.cpp resultdialog.h \
-               ui_resultdialog.h
-       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o resultdialog.o resultdialog.cpp
-
-stringlistmodel.o: stringlistmodel.cpp stringlistmodel.h
-       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o stringlistmodel.o stringlistmodel.cpp
-
-measuredialog.o: measuredialog.cpp measuredialog.h \
-               ui_measuredialog.h
-       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o measuredialog.o measuredialog.cpp
-
-moc_carmainwindow.o: moc_carmainwindow.cpp 
-       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_carmainwindow.o moc_carmainwindow.cpp
-
-moc_resultdialog.o: moc_resultdialog.cpp 
-       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_resultdialog.o moc_resultdialog.cpp
-
-moc_stringlistmodel.o: moc_stringlistmodel.cpp 
-       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_stringlistmodel.o moc_stringlistmodel.cpp
-
-moc_measuredialog.o: moc_measuredialog.cpp 
-       $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_measuredialog.o moc_measuredialog.cpp
-
-####### Install
-
-install:   FORCE
-
-uninstall:   FORCE
-
-FORCE:
-