|
@@ -1,232 +0,0 @@
|
|
|
-#############################################################################
|
|
|
-# Makefile for building: ImageLabeler
|
|
|
-# Generated by qmake (2.01a) (Qt 4.7.4) on: Fr. Dez 14 13:16:18 2012
|
|
|
-# Project: ImageLabeler.pro
|
|
|
-# Template: app
|
|
|
-#############################################################################
|
|
|
-
|
|
|
-####### Compiler, tools and options
|
|
|
-
|
|
|
-CC = gcc
|
|
|
-CXX = g++
|
|
|
-DEFINES = -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
|
|
|
-CFLAGS = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
|
|
|
-CXXFLAGS = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
|
|
|
-INCPATH = -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include -Irelease -I.
|
|
|
-LINK = g++
|
|
|
-LFLAGS = -m64 -Wl,-O1
|
|
|
-LIBS = $(SUBLIBS) -L/usr/lib64 -lQtXml -L/usr/lib64 -lQtGui -L/usr/X11R6/lib64 -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
|
|
|
-STRIP = 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 = release/
|
|
|
-
|
|
|
-####### Files
|
|
|
-
|
|
|
-SOURCES = LineEditForm.cpp \
|
|
|
- OptionsForm.cpp \
|
|
|
- functions.cpp \
|
|
|
- ImageHolder.cpp \
|
|
|
- ImageLabeler.cpp \
|
|
|
- main.cpp release/moc_LineEditForm.cpp \
|
|
|
- release/moc_OptionsForm.cpp \
|
|
|
- release/moc_ImageHolder.cpp \
|
|
|
- release/moc_ImageLabeler.cpp
|
|
|
-OBJECTS = release/LineEditForm.o \
|
|
|
- release/OptionsForm.o \
|
|
|
- release/functions.o \
|
|
|
- release/ImageHolder.o \
|
|
|
- release/ImageLabeler.o \
|
|
|
- release/main.o \
|
|
|
- release/moc_LineEditForm.o \
|
|
|
- release/moc_OptionsForm.o \
|
|
|
- release/moc_ImageHolder.o \
|
|
|
- release/moc_ImageLabeler.o
|
|
|
-DIST = /usr/share/qt4/mkspecs/common/g++.conf \
|
|
|
- /usr/share/qt4/mkspecs/common/unix.conf \
|
|
|
- /usr/share/qt4/mkspecs/common/linux.conf \
|
|
|
- /usr/share/qt4/mkspecs/qconfig.pri \
|
|
|
- /usr/share/qt4/mkspecs/features/qt_functions.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/qt_config.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/default_pre.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/release.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/debug_and_release.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/default_post.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/build_pass.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/warn_on.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/qt.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/unix/thread.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/moc.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/resources.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/uic.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/yacc.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/lex.prf \
|
|
|
- /usr/share/qt4/mkspecs/features/include_source_dir.prf \
|
|
|
- ImageLabeler.pro
|
|
|
-QMAKE_TARGET = ImageLabeler
|
|
|
-DESTDIR =
|
|
|
-TARGET = ImageLabeler
|
|
|
-
|
|
|
-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_ImageLabeler.h $(OBJECTS)
|
|
|
- $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
|
|
|
-
|
|
|
-qmake: FORCE
|
|
|
- @$(QMAKE) CONFIG+=debug_and_release -o Makefile.Release ImageLabeler.pro
|
|
|
-
|
|
|
-dist:
|
|
|
- @$(CHK_DIR_EXISTS) release/ImageLabeler1.0.0 || $(MKDIR) release/ImageLabeler1.0.0
|
|
|
- $(COPY_FILE) --parents $(SOURCES) $(DIST) release/ImageLabeler1.0.0/ && $(COPY_FILE) --parents LineEditForm.h OptionsForm.h functions.h ImageHolder.h ImageLabeler.h release/ImageLabeler1.0.0/ && $(COPY_FILE) --parents LineEditForm.cpp OptionsForm.cpp functions.cpp ImageHolder.cpp ImageLabeler.cpp main.cpp release/ImageLabeler1.0.0/ && $(COPY_FILE) --parents ui/ImageLabeler.ui release/ImageLabeler1.0.0/ && (cd `dirname release/ImageLabeler1.0.0` && $(TAR) ImageLabeler1.0.0.tar ImageLabeler1.0.0 && $(COMPRESS) ImageLabeler1.0.0.tar) && $(MOVE) `dirname release/ImageLabeler1.0.0`/ImageLabeler1.0.0.tar.gz . && $(DEL_FILE) -r release/ImageLabeler1.0.0
|
|
|
-
|
|
|
-
|
|
|
-clean:compiler_clean
|
|
|
- -$(DEL_FILE) $(OBJECTS)
|
|
|
- -$(DEL_FILE) *~ core *.core
|
|
|
-
|
|
|
-
|
|
|
-####### Sub-libraries
|
|
|
-
|
|
|
-distclean: clean
|
|
|
- -$(DEL_FILE) $(TARGET)
|
|
|
- -$(DEL_FILE) Makefile.Release
|
|
|
-
|
|
|
-
|
|
|
-check: first
|
|
|
-
|
|
|
-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_LineEditForm.cpp release/moc_OptionsForm.cpp release/moc_ImageHolder.cpp release/moc_ImageLabeler.cpp
|
|
|
-compiler_moc_header_clean:
|
|
|
- -$(DEL_FILE) release/moc_LineEditForm.cpp release/moc_OptionsForm.cpp release/moc_ImageHolder.cpp release/moc_ImageLabeler.cpp
|
|
|
-release/moc_LineEditForm.cpp: LineEditForm.h
|
|
|
- /usr/bin/moc $(DEFINES) $(INCPATH) LineEditForm.h -o release/moc_LineEditForm.cpp
|
|
|
-
|
|
|
-release/moc_OptionsForm.cpp: OptionsForm.h
|
|
|
- /usr/bin/moc $(DEFINES) $(INCPATH) OptionsForm.h -o release/moc_OptionsForm.cpp
|
|
|
-
|
|
|
-release/moc_ImageHolder.cpp: ImageHolder.h
|
|
|
- /usr/bin/moc $(DEFINES) $(INCPATH) ImageHolder.h -o release/moc_ImageHolder.cpp
|
|
|
-
|
|
|
-release/moc_ImageLabeler.cpp: ImageHolder.h \
|
|
|
- LineEditForm.h \
|
|
|
- OptionsForm.h \
|
|
|
- ui_ImageLabeler.h \
|
|
|
- ImageLabeler.h
|
|
|
- /usr/bin/moc $(DEFINES) $(INCPATH) ImageLabeler.h -o release/moc_ImageLabeler.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_ImageLabeler.h
|
|
|
-compiler_uic_clean:
|
|
|
- -$(DEL_FILE) ui_ImageLabeler.h
|
|
|
-ui_ImageLabeler.h: ui/ImageLabeler.ui
|
|
|
- /usr/bin/uic ui/ImageLabeler.ui -o ui_ImageLabeler.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/LineEditForm.o: LineEditForm.cpp LineEditForm.h
|
|
|
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/LineEditForm.o LineEditForm.cpp
|
|
|
-
|
|
|
-release/OptionsForm.o: OptionsForm.cpp OptionsForm.h
|
|
|
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/OptionsForm.o OptionsForm.cpp
|
|
|
-
|
|
|
-release/functions.o: functions.cpp functions.h
|
|
|
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/functions.o functions.cpp
|
|
|
-
|
|
|
-release/ImageHolder.o: ImageHolder.cpp ImageHolder.h \
|
|
|
- functions.h
|
|
|
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/ImageHolder.o ImageHolder.cpp
|
|
|
-
|
|
|
-release/ImageLabeler.o: ImageLabeler.cpp ImageLabeler.h \
|
|
|
- ImageHolder.h \
|
|
|
- LineEditForm.h \
|
|
|
- OptionsForm.h \
|
|
|
- ui_ImageLabeler.h \
|
|
|
- functions.h
|
|
|
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/ImageLabeler.o ImageLabeler.cpp
|
|
|
-
|
|
|
-release/main.o: main.cpp ImageLabeler.h \
|
|
|
- ImageHolder.h \
|
|
|
- LineEditForm.h \
|
|
|
- OptionsForm.h \
|
|
|
- ui_ImageLabeler.h
|
|
|
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/main.o main.cpp
|
|
|
-
|
|
|
-release/moc_LineEditForm.o: release/moc_LineEditForm.cpp
|
|
|
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_LineEditForm.o release/moc_LineEditForm.cpp
|
|
|
-
|
|
|
-release/moc_OptionsForm.o: release/moc_OptionsForm.cpp
|
|
|
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_OptionsForm.o release/moc_OptionsForm.cpp
|
|
|
-
|
|
|
-release/moc_ImageHolder.o: release/moc_ImageHolder.cpp
|
|
|
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_ImageHolder.o release/moc_ImageHolder.cpp
|
|
|
-
|
|
|
-release/moc_ImageLabeler.o: release/moc_ImageLabeler.cpp
|
|
|
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_ImageLabeler.o release/moc_ImageLabeler.cpp
|
|
|
-
|
|
|
-####### Install
|
|
|
-
|
|
|
-install: FORCE
|
|
|
-
|
|
|
-uninstall: FORCE
|
|
|
-
|
|
|
-FORCE:
|
|
|
-
|