c++/POSIXoveFronty/Fronta/Makefile
changeset 18 b356e7c9211f
parent 17 a594ee3c93a5
child 19 c681a3a6cbac
     1.1 --- a/c++/POSIXoveFronty/Fronta/Makefile	Mon May 07 14:05:26 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,213 +0,0 @@
     1.4 -#############################################################################
     1.5 -# Makefile for building: Fronta
     1.6 -# Generated by qmake (2.01a) (Qt 4.7.0) on: st 2 9 19:12:09 2011
     1.7 -# Project:  Fronta.pro
     1.8 -# Template: app
     1.9 -# Command: /usr/bin/qmake -unix -o Makefile Fronta.pro
    1.10 -#############################################################################
    1.11 -
    1.12 -####### Compiler, tools and options
    1.13 -
    1.14 -CC            = gcc
    1.15 -CXX           = g++
    1.16 -DEFINES       = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
    1.17 -CFLAGS        = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
    1.18 -CXXFLAGS      = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
    1.19 -INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I.
    1.20 -LINK          = g++
    1.21 -LFLAGS        = -Wl,-O1
    1.22 -LIBS          = $(SUBLIBS)  -L/usr/lib -lQtGui -lQtCore -lpthread 
    1.23 -AR            = ar cqs
    1.24 -RANLIB        = 
    1.25 -QMAKE         = /usr/bin/qmake
    1.26 -TAR           = tar -cf
    1.27 -COMPRESS      = gzip -9f
    1.28 -COPY          = cp -f
    1.29 -SED           = sed
    1.30 -COPY_FILE     = $(COPY)
    1.31 -COPY_DIR      = $(COPY) -r
    1.32 -STRIP         = strip
    1.33 -INSTALL_FILE  = install -m 644 -p
    1.34 -INSTALL_DIR   = $(COPY_DIR)
    1.35 -INSTALL_PROGRAM = install -m 755 -p
    1.36 -DEL_FILE      = rm -f
    1.37 -SYMLINK       = ln -f -s
    1.38 -DEL_DIR       = rmdir
    1.39 -MOVE          = mv -f
    1.40 -CHK_DIR_EXISTS= test -d
    1.41 -MKDIR         = mkdir -p
    1.42 -
    1.43 -####### Output directory
    1.44 -
    1.45 -OBJECTS_DIR   = ./
    1.46 -
    1.47 -####### Files
    1.48 -
    1.49 -SOURCES       = fronta.cpp \
    1.50 -		program.cpp \
    1.51 -		qtc-gdbmacros/gdbmacros.cpp 
    1.52 -OBJECTS       = fronta.o \
    1.53 -		program.o \
    1.54 -		gdbmacros.o
    1.55 -DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
    1.56 -		/usr/share/qt4/mkspecs/common/unix.conf \
    1.57 -		/usr/share/qt4/mkspecs/common/linux.conf \
    1.58 -		/usr/share/qt4/mkspecs/qconfig.pri \
    1.59 -		/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
    1.60 -		/usr/share/qt4/mkspecs/features/qt_functions.prf \
    1.61 -		/usr/share/qt4/mkspecs/features/qt_config.prf \
    1.62 -		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
    1.63 -		/usr/share/qt4/mkspecs/features/default_pre.prf \
    1.64 -		/usr/share/qt4/mkspecs/features/release.prf \
    1.65 -		/usr/share/qt4/mkspecs/features/default_post.prf \
    1.66 -		/usr/share/qt4/mkspecs/features/warn_on.prf \
    1.67 -		/usr/share/qt4/mkspecs/features/qt.prf \
    1.68 -		/usr/share/qt4/mkspecs/features/unix/thread.prf \
    1.69 -		/usr/share/qt4/mkspecs/features/moc.prf \
    1.70 -		/usr/share/qt4/mkspecs/features/resources.prf \
    1.71 -		/usr/share/qt4/mkspecs/features/uic.prf \
    1.72 -		/usr/share/qt4/mkspecs/features/yacc.prf \
    1.73 -		/usr/share/qt4/mkspecs/features/lex.prf \
    1.74 -		/usr/share/qt4/mkspecs/features/include_source_dir.prf \
    1.75 -		Fronta.pro
    1.76 -QMAKE_TARGET  = Fronta
    1.77 -DESTDIR       = 
    1.78 -TARGET        = Fronta
    1.79 -
    1.80 -first: all
    1.81 -####### Implicit rules
    1.82 -
    1.83 -.SUFFIXES: .o .c .cpp .cc .cxx .C
    1.84 -
    1.85 -.cpp.o:
    1.86 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
    1.87 -
    1.88 -.cc.o:
    1.89 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
    1.90 -
    1.91 -.cxx.o:
    1.92 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
    1.93 -
    1.94 -.C.o:
    1.95 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
    1.96 -
    1.97 -.c.o:
    1.98 -	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
    1.99 -
   1.100 -####### Build rules
   1.101 -
   1.102 -all: Makefile $(TARGET)
   1.103 -
   1.104 -$(TARGET):  $(OBJECTS)  
   1.105 -	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
   1.106 -
   1.107 -Makefile: Fronta.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
   1.108 -		/usr/share/qt4/mkspecs/common/unix.conf \
   1.109 -		/usr/share/qt4/mkspecs/common/linux.conf \
   1.110 -		/usr/share/qt4/mkspecs/qconfig.pri \
   1.111 -		/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
   1.112 -		/usr/share/qt4/mkspecs/features/qt_functions.prf \
   1.113 -		/usr/share/qt4/mkspecs/features/qt_config.prf \
   1.114 -		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
   1.115 -		/usr/share/qt4/mkspecs/features/default_pre.prf \
   1.116 -		/usr/share/qt4/mkspecs/features/release.prf \
   1.117 -		/usr/share/qt4/mkspecs/features/default_post.prf \
   1.118 -		/usr/share/qt4/mkspecs/features/warn_on.prf \
   1.119 -		/usr/share/qt4/mkspecs/features/qt.prf \
   1.120 -		/usr/share/qt4/mkspecs/features/unix/thread.prf \
   1.121 -		/usr/share/qt4/mkspecs/features/moc.prf \
   1.122 -		/usr/share/qt4/mkspecs/features/resources.prf \
   1.123 -		/usr/share/qt4/mkspecs/features/uic.prf \
   1.124 -		/usr/share/qt4/mkspecs/features/yacc.prf \
   1.125 -		/usr/share/qt4/mkspecs/features/lex.prf \
   1.126 -		/usr/share/qt4/mkspecs/features/include_source_dir.prf \
   1.127 -		/usr/lib/libQtGui.prl \
   1.128 -		/usr/lib/libQtCore.prl
   1.129 -	$(QMAKE) -unix -o Makefile Fronta.pro
   1.130 -/usr/share/qt4/mkspecs/common/g++.conf:
   1.131 -/usr/share/qt4/mkspecs/common/unix.conf:
   1.132 -/usr/share/qt4/mkspecs/common/linux.conf:
   1.133 -/usr/share/qt4/mkspecs/qconfig.pri:
   1.134 -/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
   1.135 -/usr/share/qt4/mkspecs/features/qt_functions.prf:
   1.136 -/usr/share/qt4/mkspecs/features/qt_config.prf:
   1.137 -/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
   1.138 -/usr/share/qt4/mkspecs/features/default_pre.prf:
   1.139 -/usr/share/qt4/mkspecs/features/release.prf:
   1.140 -/usr/share/qt4/mkspecs/features/default_post.prf:
   1.141 -/usr/share/qt4/mkspecs/features/warn_on.prf:
   1.142 -/usr/share/qt4/mkspecs/features/qt.prf:
   1.143 -/usr/share/qt4/mkspecs/features/unix/thread.prf:
   1.144 -/usr/share/qt4/mkspecs/features/moc.prf:
   1.145 -/usr/share/qt4/mkspecs/features/resources.prf:
   1.146 -/usr/share/qt4/mkspecs/features/uic.prf:
   1.147 -/usr/share/qt4/mkspecs/features/yacc.prf:
   1.148 -/usr/share/qt4/mkspecs/features/lex.prf:
   1.149 -/usr/share/qt4/mkspecs/features/include_source_dir.prf:
   1.150 -/usr/lib/libQtGui.prl:
   1.151 -/usr/lib/libQtCore.prl:
   1.152 -qmake:  FORCE
   1.153 -	@$(QMAKE) -unix -o Makefile Fronta.pro
   1.154 -
   1.155 -dist: 
   1.156 -	@$(CHK_DIR_EXISTS) .tmp/Fronta1.0.0 || $(MKDIR) .tmp/Fronta1.0.0 
   1.157 -	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/Fronta1.0.0/ && $(COPY_FILE) --parents fronta.h program.h .tmp/Fronta1.0.0/ && $(COPY_FILE) --parents fronta.cpp program.cpp qtc-gdbmacros/gdbmacros.cpp .tmp/Fronta1.0.0/ && (cd `dirname .tmp/Fronta1.0.0` && $(TAR) Fronta1.0.0.tar Fronta1.0.0 && $(COMPRESS) Fronta1.0.0.tar) && $(MOVE) `dirname .tmp/Fronta1.0.0`/Fronta1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/Fronta1.0.0
   1.158 -
   1.159 -
   1.160 -clean:compiler_clean 
   1.161 -	-$(DEL_FILE) $(OBJECTS)
   1.162 -	-$(DEL_FILE) *~ core *.core
   1.163 -
   1.164 -
   1.165 -####### Sub-libraries
   1.166 -
   1.167 -distclean: clean
   1.168 -	-$(DEL_FILE) $(TARGET) 
   1.169 -	-$(DEL_FILE) Makefile
   1.170 -
   1.171 -
   1.172 -check: first
   1.173 -
   1.174 -mocclean: compiler_moc_header_clean compiler_moc_source_clean
   1.175 -
   1.176 -mocables: compiler_moc_header_make_all compiler_moc_source_make_all
   1.177 -
   1.178 -compiler_moc_header_make_all:
   1.179 -compiler_moc_header_clean:
   1.180 -compiler_rcc_make_all:
   1.181 -compiler_rcc_clean:
   1.182 -compiler_image_collection_make_all: qmake_image_collection.cpp
   1.183 -compiler_image_collection_clean:
   1.184 -	-$(DEL_FILE) qmake_image_collection.cpp
   1.185 -compiler_moc_source_make_all:
   1.186 -compiler_moc_source_clean:
   1.187 -compiler_uic_make_all:
   1.188 -compiler_uic_clean:
   1.189 -compiler_yacc_decl_make_all:
   1.190 -compiler_yacc_decl_clean:
   1.191 -compiler_yacc_impl_make_all:
   1.192 -compiler_yacc_impl_clean:
   1.193 -compiler_lex_make_all:
   1.194 -compiler_lex_clean:
   1.195 -compiler_clean: 
   1.196 -
   1.197 -####### Compile
   1.198 -
   1.199 -fronta.o: fronta.cpp fronta.h
   1.200 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o fronta.o fronta.cpp
   1.201 -
   1.202 -program.o: program.cpp program.h \
   1.203 -		fronta.h
   1.204 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o program.o program.cpp
   1.205 -
   1.206 -gdbmacros.o: qtc-gdbmacros/gdbmacros.cpp 
   1.207 -	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o gdbmacros.o qtc-gdbmacros/gdbmacros.cpp
   1.208 -
   1.209 -####### Install
   1.210 -
   1.211 -install:   FORCE
   1.212 -
   1.213 -uninstall:   FORCE
   1.214 -
   1.215 -FORCE:
   1.216 -