franta-hg@1: #############################################################################
franta-hg@1: # Makefile for building: Fronta
franta-hg@6: # Generated by qmake (2.01a) (Qt 4.4.3) on: ne dub 5 22:16:48 2009
franta-hg@1: # Project:  Fronta.pro
franta-hg@1: # Template: app
franta-hg@6: # Command: /usr/bin/qmake -unix -o Makefile Fronta.pro
franta-hg@1: #############################################################################
franta-hg@1: 
franta-hg@1: ####### Compiler, tools and options
franta-hg@1: 
franta-hg@1: CC            = gcc
franta-hg@1: CXX           = g++
franta-hg@1: DEFINES       = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
franta-hg@1: CFLAGS        = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
franta-hg@1: CXXFLAGS      = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
franta-hg@1: INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I.
franta-hg@1: LINK          = g++
franta-hg@1: LFLAGS        = -Wl,--no-undefined
franta-hg@1: LIBS          = $(SUBLIBS)  -L/usr/lib -lQtGui -lQtCore -lpthread
franta-hg@1: AR            = ar cqs
franta-hg@1: RANLIB        = 
franta-hg@6: QMAKE         = /usr/bin/qmake
franta-hg@1: TAR           = tar -cf
franta-hg@1: COMPRESS      = gzip -9f
franta-hg@1: COPY          = cp -f
franta-hg@1: SED           = sed
franta-hg@1: COPY_FILE     = $(COPY)
franta-hg@1: COPY_DIR      = $(COPY) -r
franta-hg@1: INSTALL_FILE  = install -m 644 -p
franta-hg@1: INSTALL_DIR   = $(COPY_DIR)
franta-hg@1: INSTALL_PROGRAM = install -m 755 -p
franta-hg@1: DEL_FILE      = rm -f
franta-hg@1: SYMLINK       = ln -sf
franta-hg@1: DEL_DIR       = rmdir
franta-hg@1: MOVE          = mv -f
franta-hg@1: CHK_DIR_EXISTS= test -d
franta-hg@1: MKDIR         = mkdir -p
franta-hg@1: 
franta-hg@1: ####### Output directory
franta-hg@1: 
franta-hg@1: OBJECTS_DIR   = ./
franta-hg@1: 
franta-hg@1: ####### Files
franta-hg@1: 
franta-hg@6: SOURCES       = fronta.cpp \
franta-hg@6: 		program.cpp \
franta-hg@6: 		qtc-gdbmacros/gdbmacros.cpp 
franta-hg@6: OBJECTS       = fronta.o \
franta-hg@6: 		program.o \
franta-hg@6: 		gdbmacros.o
franta-hg@1: DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
franta-hg@1: 		/usr/share/qt4/mkspecs/common/unix.conf \
franta-hg@1: 		/usr/share/qt4/mkspecs/common/linux.conf \
franta-hg@1: 		/usr/share/qt4/mkspecs/qconfig.pri \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/qt_functions.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/qt_config.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/default_pre.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/release.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/default_post.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/warn_on.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/qt.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/unix/thread.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/moc.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/resources.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/uic.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/yacc.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/lex.prf \
franta-hg@1: 		Fronta.pro
franta-hg@1: QMAKE_TARGET  = Fronta
franta-hg@1: DESTDIR       = 
franta-hg@1: TARGET        = Fronta
franta-hg@1: 
franta-hg@1: first: all
franta-hg@1: ####### Implicit rules
franta-hg@1: 
franta-hg@1: .SUFFIXES: .o .c .cpp .cc .cxx .C
franta-hg@1: 
franta-hg@1: .cpp.o:
franta-hg@1: 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
franta-hg@1: 
franta-hg@1: .cc.o:
franta-hg@1: 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
franta-hg@1: 
franta-hg@1: .cxx.o:
franta-hg@1: 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
franta-hg@1: 
franta-hg@1: .C.o:
franta-hg@1: 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
franta-hg@1: 
franta-hg@1: .c.o:
franta-hg@1: 	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
franta-hg@1: 
franta-hg@1: ####### Build rules
franta-hg@1: 
franta-hg@1: all: Makefile $(TARGET)
franta-hg@1: 
franta-hg@1: $(TARGET):  $(OBJECTS)  
franta-hg@1: 	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
franta-hg@1: 
franta-hg@1: Makefile: Fronta.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
franta-hg@1: 		/usr/share/qt4/mkspecs/common/unix.conf \
franta-hg@1: 		/usr/share/qt4/mkspecs/common/linux.conf \
franta-hg@1: 		/usr/share/qt4/mkspecs/qconfig.pri \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/qt_functions.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/qt_config.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/default_pre.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/release.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/default_post.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/warn_on.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/qt.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/unix/thread.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/moc.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/resources.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/uic.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/yacc.prf \
franta-hg@1: 		/usr/share/qt4/mkspecs/features/lex.prf \
franta-hg@1: 		/usr/lib/libQtGui.prl \
franta-hg@1: 		/usr/lib/libQtCore.prl
franta-hg@6: 	$(QMAKE) -unix -o Makefile Fronta.pro
franta-hg@1: /usr/share/qt4/mkspecs/common/g++.conf:
franta-hg@1: /usr/share/qt4/mkspecs/common/unix.conf:
franta-hg@1: /usr/share/qt4/mkspecs/common/linux.conf:
franta-hg@1: /usr/share/qt4/mkspecs/qconfig.pri:
franta-hg@1: /usr/share/qt4/mkspecs/features/qt_functions.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/qt_config.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/exclusive_builds.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/default_pre.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/release.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/default_post.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/warn_on.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/qt.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/unix/thread.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/moc.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/resources.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/uic.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/yacc.prf:
franta-hg@1: /usr/share/qt4/mkspecs/features/lex.prf:
franta-hg@1: /usr/lib/libQtGui.prl:
franta-hg@1: /usr/lib/libQtCore.prl:
franta-hg@1: qmake:  FORCE
franta-hg@6: 	@$(QMAKE) -unix -o Makefile Fronta.pro
franta-hg@1: 
franta-hg@1: dist: 
franta-hg@1: 	@$(CHK_DIR_EXISTS) .tmp/Fronta1.0.0 || $(MKDIR) .tmp/Fronta1.0.0 
franta-hg@6: 	$(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
franta-hg@1: 
franta-hg@1: 
franta-hg@1: clean:compiler_clean 
franta-hg@1: 	-$(DEL_FILE) $(OBJECTS)
franta-hg@1: 	-$(DEL_FILE) *~ core *.core
franta-hg@1: 
franta-hg@1: 
franta-hg@1: ####### Sub-libraries
franta-hg@1: 
franta-hg@1: distclean: clean
franta-hg@1: 	-$(DEL_FILE) $(TARGET) 
franta-hg@1: 	-$(DEL_FILE) Makefile
franta-hg@1: 
franta-hg@1: 
franta-hg@1: mocclean: compiler_moc_header_clean compiler_moc_source_clean
franta-hg@1: 
franta-hg@1: mocables: compiler_moc_header_make_all compiler_moc_source_make_all
franta-hg@1: 
franta-hg@1: compiler_moc_header_make_all:
franta-hg@1: compiler_moc_header_clean:
franta-hg@1: compiler_rcc_make_all:
franta-hg@1: compiler_rcc_clean:
franta-hg@1: compiler_image_collection_make_all: qmake_image_collection.cpp
franta-hg@1: compiler_image_collection_clean:
franta-hg@1: 	-$(DEL_FILE) qmake_image_collection.cpp
franta-hg@1: compiler_moc_source_make_all:
franta-hg@1: compiler_moc_source_clean:
franta-hg@1: compiler_uic_make_all:
franta-hg@1: compiler_uic_clean:
franta-hg@1: compiler_yacc_decl_make_all:
franta-hg@1: compiler_yacc_decl_clean:
franta-hg@1: compiler_yacc_impl_make_all:
franta-hg@1: compiler_yacc_impl_clean:
franta-hg@1: compiler_lex_make_all:
franta-hg@1: compiler_lex_clean:
franta-hg@1: compiler_clean: 
franta-hg@1: 
franta-hg@1: ####### Compile
franta-hg@1: 
franta-hg@6: fronta.o: fronta.cpp fronta.h
franta-hg@6: 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o fronta.o fronta.cpp
franta-hg@6: 
franta-hg@1: program.o: program.cpp program.h
franta-hg@1: 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o program.o program.cpp
franta-hg@1: 
franta-hg@6: gdbmacros.o: qtc-gdbmacros/gdbmacros.cpp 
franta-hg@6: 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o gdbmacros.o qtc-gdbmacros/gdbmacros.cpp
franta-hg@6: 
franta-hg@1: ####### Install
franta-hg@1: 
franta-hg@1: install:   FORCE
franta-hg@1: 
franta-hg@1: uninstall:   FORCE
franta-hg@1: 
franta-hg@1: FORCE:
franta-hg@1: