#############################################################################
# Makefile for building: life
# Generated by qmake (1.07a) (Qt 3.3.8) on: Sun Jul  4 09:26:28 2010
# Project:  life.pro
# Template: app
# Command: $(QMAKE) -spec /home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/mkspecs/linux-g++ -o Makefile life.pro
#############################################################################

####### Compiler, tools and options

CC       = gcc
CXX      = g++
LEX      = flex
YACC     = yacc
CFLAGS   = -pipe -fno-exceptions -Wall -W -I/usr/include/freetype2 -O2 -m32 -fno-strict-aliasing -fno-schedule-insns2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED
CXXFLAGS = -pipe -fno-exceptions -Wall -W -I/usr/include/freetype2 -O2 -m32 -fno-strict-aliasing -fno-schedule-insns2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED
LEXFLAGS = 
YACCFLAGS= -d
INCPATH  = -I/home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I$(QTDIR)/include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/
LINK     = g++
LFLAGS   = -fno-exceptions
LIBS     = $(SUBLIBS) -L/home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lqt-mt -lmng -ljpeg -lpng -lz -lGLU -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread
AR       = ar cqs
RANLIB   = 
MOC      = /home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/bin/moc
UIC      = /home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/bin/uic -L /home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/plugins
QMAKE    = /home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/bin/qmake
TAR      = tar -cf
GZIP     = gzip -9f
COPY     = cp -f
COPY_FILE= $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE= $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
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 = .obj/release-shared-mt/

####### Files

HEADERS = life.h \
		lifedlg.h
SOURCES = life.cpp \
		lifedlg.cpp \
		main.cpp
OBJECTS = .obj/release-shared-mt/life.o \
		.obj/release-shared-mt/lifedlg.o \
		.obj/release-shared-mt/main.o
FORMS = 
UICDECLS = 
UICIMPLS = 
SRCMOC   = .moc/release-shared-mt/moc_life.cpp \
		.moc/release-shared-mt/moc_lifedlg.cpp
OBJMOC = .obj/release-shared-mt/moc_life.o \
		.obj/release-shared-mt/moc_lifedlg.o
DIST	   = life.pro
QMAKE_TARGET = life
DESTDIR  = 
TARGET   = life

first: all
####### Implicit rules

.SUFFIXES: .c .o .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):  $(UICDECLS) $(OBJECTS) $(OBJMOC)  
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(OBJCOMP) $(LIBS)

mocables: $(SRCMOC)
uicables: $(UICDECLS) $(UICIMPLS)

$(MOC): 
	( cd /home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/src/moc && $(MAKE) )

Makefile: life.pro $(QTDIR)/.qmake.cache /home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/mkspecs/linux-g++/qmake.conf ../../lib/libqt-mt.prl
	$(QMAKE) -spec /home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/mkspecs/linux-g++ -o Makefile life.pro
qmake: 
	@$(QMAKE) -spec /home/vbuilder/rpm/BUILD/qt-x11-free-3.3.8/mkspecs/linux-g++ -o Makefile life.pro

dist: 
	@mkdir -p .obj/release-shared-mt/life && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .obj/release-shared-mt/life/ && ( cd `dirname .obj/release-shared-mt/life` && $(TAR) life.tar life && $(GZIP) life.tar ) && $(MOVE) `dirname .obj/release-shared-mt/life`/life.tar.gz . && $(DEL_FILE) -r .obj/release-shared-mt/life

mocclean:
	-$(DEL_FILE) $(OBJMOC)
	-$(DEL_FILE) $(SRCMOC)

uiclean:

yaccclean:
lexclean:
clean: mocclean
	-$(DEL_FILE) $(OBJECTS)
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) $(TARGET) $(TARGET)


FORCE:

####### Compile

.obj/release-shared-mt/life.o: life.cpp life.h \
		$(QTDIR)/include/qpainter.h \
		$(QTDIR)/include/qdrawutil.h \
		$(QTDIR)/include/qcheckbox.h \
		$(QTDIR)/include/qevent.h \
		$(QTDIR)/include/qapplication.h \
		$(QTDIR)/include/qframe.h \
		$(QTDIR)/include/qwidget.h \
		$(QTDIR)/include/qwindowdefs.h \
		$(QTDIR)/include/qobject.h \
		$(QTDIR)/include/qpaintdevice.h \
		$(QTDIR)/include/qpalette.h \
		$(QTDIR)/include/qfont.h \
		$(QTDIR)/include/qfontmetrics.h \
		$(QTDIR)/include/qfontinfo.h \
		$(QTDIR)/include/qsizepolicy.h \
		$(QTDIR)/include/qwinexport.h \
		$(QTDIR)/include/qobjectdefs.h \
		$(QTDIR)/include/qstring.h \
		$(QTDIR)/include/qnamespace.h \
		$(QTDIR)/include/qglobal.h \
		$(QTDIR)/include/qconfig-minimal.h \
		$(QTDIR)/include/qconfig-small.h \
		$(QTDIR)/include/qconfig-medium.h \
		$(QTDIR)/include/qconfig-large.h \
		$(QTDIR)/include/qconfig.h \
		$(QTDIR)/include/qmodules.h \
		$(QTDIR)/include/qfeatures.h \
		$(QTDIR)/include/qcstring.h \
		$(QTDIR)/include/qmemarray.h \
		$(QTDIR)/include/qgarray.h \
		$(QTDIR)/include/qshared.h \
		$(QTDIR)/include/qregion.h \
		$(QTDIR)/include/qmime.h \
		$(QTDIR)/include/qpair.h \
		$(QTDIR)/include/qrect.h \
		$(QTDIR)/include/qsize.h \
		$(QTDIR)/include/qpoint.h \
		$(QTDIR)/include/qmap.h \
		$(QTDIR)/include/qptrlist.h \
		$(QTDIR)/include/qdatastream.h \
		$(QTDIR)/include/qvaluelist.h \
		$(QTDIR)/include/qiodevice.h \
		$(QTDIR)/include/qtl.h \
		$(QTDIR)/include/qtextstream.h \
		$(QTDIR)/include/qglist.h \
		$(QTDIR)/include/qptrcollection.h \
		$(QTDIR)/include/qcolor.h \
		$(QTDIR)/include/qbrush.h \
		$(QTDIR)/include/qstringlist.h \
		$(QTDIR)/include/qstrlist.h \
		$(QTDIR)/include/qpen.h \
		$(QTDIR)/include/qpointarray.h \
		$(QTDIR)/include/qwmatrix.h \
		$(QTDIR)/include/qbutton.h \
		$(QTDIR)/include/qkeysequence.h \
		$(QTDIR)/include/qdesktopwidget.h \
		$(QTDIR)/include/qasciidict.h \
		$(QTDIR)/include/qtranslator.h \
		$(QTDIR)/include/qgdict.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-shared-mt/life.o life.cpp

.obj/release-shared-mt/lifedlg.o: lifedlg.cpp lifedlg.h \
		$(QTDIR)/include/qapplication.h \
		$(QTDIR)/include/qpushbutton.h \
		$(QTDIR)/include/qlabel.h \
		$(QTDIR)/include/qslider.h \
		$(QTDIR)/include/qcombobox.h \
		$(QTDIR)/include/qdatetime.h \
		patterns.cpp \
		$(QTDIR)/include/qtimer.h \
		$(QTDIR)/include/qwidget.h \
		life.h \
		$(QTDIR)/include/qobject.h \
		$(QTDIR)/include/qobjectdefs.h \
		$(QTDIR)/include/qwindowdefs.h \
		$(QTDIR)/include/qstring.h \
		$(QTDIR)/include/qevent.h \
		$(QTDIR)/include/qnamespace.h \
		$(QTDIR)/include/qwinexport.h \
		$(QTDIR)/include/qglobal.h \
		$(QTDIR)/include/qconfig-minimal.h \
		$(QTDIR)/include/qconfig-small.h \
		$(QTDIR)/include/qconfig-medium.h \
		$(QTDIR)/include/qconfig-large.h \
		$(QTDIR)/include/qconfig.h \
		$(QTDIR)/include/qmodules.h \
		$(QTDIR)/include/qfeatures.h \
		$(QTDIR)/include/qcstring.h \
		$(QTDIR)/include/qmemarray.h \
		$(QTDIR)/include/qgarray.h \
		$(QTDIR)/include/qshared.h \
		$(QTDIR)/include/qregion.h \
		$(QTDIR)/include/qmime.h \
		$(QTDIR)/include/qpair.h \
		$(QTDIR)/include/qrect.h \
		$(QTDIR)/include/qsize.h \
		$(QTDIR)/include/qpoint.h \
		$(QTDIR)/include/qmap.h \
		$(QTDIR)/include/qptrlist.h \
		$(QTDIR)/include/qdatastream.h \
		$(QTDIR)/include/qvaluelist.h \
		$(QTDIR)/include/qiodevice.h \
		$(QTDIR)/include/qtl.h \
		$(QTDIR)/include/qtextstream.h \
		$(QTDIR)/include/qglist.h \
		$(QTDIR)/include/qptrcollection.h \
		$(QTDIR)/include/qpaintdevice.h \
		$(QTDIR)/include/qpalette.h \
		$(QTDIR)/include/qfont.h \
		$(QTDIR)/include/qfontmetrics.h \
		$(QTDIR)/include/qfontinfo.h \
		$(QTDIR)/include/qsizepolicy.h \
		$(QTDIR)/include/qcolor.h \
		$(QTDIR)/include/qbrush.h \
		$(QTDIR)/include/qstringlist.h \
		$(QTDIR)/include/qstrlist.h \
		$(QTDIR)/include/qframe.h \
		$(QTDIR)/include/qdesktopwidget.h \
		$(QTDIR)/include/qasciidict.h \
		$(QTDIR)/include/qtranslator.h \
		$(QTDIR)/include/qgdict.h \
		$(QTDIR)/include/qbutton.h \
		$(QTDIR)/include/qiconset.h \
		$(QTDIR)/include/qkeysequence.h \
		$(QTDIR)/include/qpixmap.h \
		$(QTDIR)/include/qrangecontrol.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-shared-mt/lifedlg.o lifedlg.cpp

.obj/release-shared-mt/main.o: main.cpp lifedlg.h \
		$(QTDIR)/include/qapplication.h \
		$(QTDIR)/include/qtimer.h \
		$(QTDIR)/include/qwidget.h \
		life.h \
		$(QTDIR)/include/qobject.h \
		$(QTDIR)/include/qobjectdefs.h \
		$(QTDIR)/include/qwindowdefs.h \
		$(QTDIR)/include/qstring.h \
		$(QTDIR)/include/qevent.h \
		$(QTDIR)/include/qnamespace.h \
		$(QTDIR)/include/qwinexport.h \
		$(QTDIR)/include/qglobal.h \
		$(QTDIR)/include/qconfig-minimal.h \
		$(QTDIR)/include/qconfig-small.h \
		$(QTDIR)/include/qconfig-medium.h \
		$(QTDIR)/include/qconfig-large.h \
		$(QTDIR)/include/qconfig.h \
		$(QTDIR)/include/qmodules.h \
		$(QTDIR)/include/qfeatures.h \
		$(QTDIR)/include/qcstring.h \
		$(QTDIR)/include/qmemarray.h \
		$(QTDIR)/include/qgarray.h \
		$(QTDIR)/include/qshared.h \
		$(QTDIR)/include/qregion.h \
		$(QTDIR)/include/qmime.h \
		$(QTDIR)/include/qpair.h \
		$(QTDIR)/include/qrect.h \
		$(QTDIR)/include/qsize.h \
		$(QTDIR)/include/qpoint.h \
		$(QTDIR)/include/qmap.h \
		$(QTDIR)/include/qptrlist.h \
		$(QTDIR)/include/qdatastream.h \
		$(QTDIR)/include/qvaluelist.h \
		$(QTDIR)/include/qiodevice.h \
		$(QTDIR)/include/qtl.h \
		$(QTDIR)/include/qtextstream.h \
		$(QTDIR)/include/qglist.h \
		$(QTDIR)/include/qptrcollection.h \
		$(QTDIR)/include/qpaintdevice.h \
		$(QTDIR)/include/qpalette.h \
		$(QTDIR)/include/qfont.h \
		$(QTDIR)/include/qfontmetrics.h \
		$(QTDIR)/include/qfontinfo.h \
		$(QTDIR)/include/qsizepolicy.h \
		$(QTDIR)/include/qcolor.h \
		$(QTDIR)/include/qbrush.h \
		$(QTDIR)/include/qstringlist.h \
		$(QTDIR)/include/qstrlist.h \
		$(QTDIR)/include/qframe.h \
		$(QTDIR)/include/qdesktopwidget.h \
		$(QTDIR)/include/qasciidict.h \
		$(QTDIR)/include/qtranslator.h \
		$(QTDIR)/include/qgdict.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-shared-mt/main.o main.cpp

.obj/release-shared-mt/moc_life.o: .moc/release-shared-mt/moc_life.cpp  life.h $(QTDIR)/include/qframe.h \
		$(QTDIR)/include/qwidget.h \
		$(QTDIR)/include/qwindowdefs.h \
		$(QTDIR)/include/qobject.h \
		$(QTDIR)/include/qpaintdevice.h \
		$(QTDIR)/include/qpalette.h \
		$(QTDIR)/include/qfont.h \
		$(QTDIR)/include/qfontmetrics.h \
		$(QTDIR)/include/qfontinfo.h \
		$(QTDIR)/include/qsizepolicy.h \
		$(QTDIR)/include/qwinexport.h \
		$(QTDIR)/include/qobjectdefs.h \
		$(QTDIR)/include/qstring.h \
		$(QTDIR)/include/qnamespace.h \
		$(QTDIR)/include/qglobal.h \
		$(QTDIR)/include/qconfig-minimal.h \
		$(QTDIR)/include/qconfig-small.h \
		$(QTDIR)/include/qconfig-medium.h \
		$(QTDIR)/include/qconfig-large.h \
		$(QTDIR)/include/qconfig.h \
		$(QTDIR)/include/qmodules.h \
		$(QTDIR)/include/qfeatures.h \
		$(QTDIR)/include/qcstring.h \
		$(QTDIR)/include/qmemarray.h \
		$(QTDIR)/include/qgarray.h \
		$(QTDIR)/include/qshared.h \
		$(QTDIR)/include/qevent.h \
		$(QTDIR)/include/qregion.h \
		$(QTDIR)/include/qmime.h \
		$(QTDIR)/include/qpair.h \
		$(QTDIR)/include/qrect.h \
		$(QTDIR)/include/qsize.h \
		$(QTDIR)/include/qpoint.h \
		$(QTDIR)/include/qmap.h \
		$(QTDIR)/include/qptrlist.h \
		$(QTDIR)/include/qdatastream.h \
		$(QTDIR)/include/qvaluelist.h \
		$(QTDIR)/include/qiodevice.h \
		$(QTDIR)/include/qtl.h \
		$(QTDIR)/include/qtextstream.h \
		$(QTDIR)/include/qglist.h \
		$(QTDIR)/include/qptrcollection.h \
		$(QTDIR)/include/qcolor.h \
		$(QTDIR)/include/qbrush.h \
		$(QTDIR)/include/qstringlist.h \
		$(QTDIR)/include/qstrlist.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-shared-mt/moc_life.o .moc/release-shared-mt/moc_life.cpp

.obj/release-shared-mt/moc_lifedlg.o: .moc/release-shared-mt/moc_lifedlg.cpp  lifedlg.h $(QTDIR)/include/qtimer.h \
		$(QTDIR)/include/qwidget.h \
		life.h \
		$(QTDIR)/include/qobject.h \
		$(QTDIR)/include/qobjectdefs.h \
		$(QTDIR)/include/qwindowdefs.h \
		$(QTDIR)/include/qstring.h \
		$(QTDIR)/include/qevent.h \
		$(QTDIR)/include/qnamespace.h \
		$(QTDIR)/include/qwinexport.h \
		$(QTDIR)/include/qglobal.h \
		$(QTDIR)/include/qconfig-minimal.h \
		$(QTDIR)/include/qconfig-small.h \
		$(QTDIR)/include/qconfig-medium.h \
		$(QTDIR)/include/qconfig-large.h \
		$(QTDIR)/include/qconfig.h \
		$(QTDIR)/include/qmodules.h \
		$(QTDIR)/include/qfeatures.h \
		$(QTDIR)/include/qcstring.h \
		$(QTDIR)/include/qmemarray.h \
		$(QTDIR)/include/qgarray.h \
		$(QTDIR)/include/qshared.h \
		$(QTDIR)/include/qregion.h \
		$(QTDIR)/include/qmime.h \
		$(QTDIR)/include/qpair.h \
		$(QTDIR)/include/qrect.h \
		$(QTDIR)/include/qsize.h \
		$(QTDIR)/include/qpoint.h \
		$(QTDIR)/include/qmap.h \
		$(QTDIR)/include/qptrlist.h \
		$(QTDIR)/include/qdatastream.h \
		$(QTDIR)/include/qvaluelist.h \
		$(QTDIR)/include/qiodevice.h \
		$(QTDIR)/include/qtl.h \
		$(QTDIR)/include/qtextstream.h \
		$(QTDIR)/include/qglist.h \
		$(QTDIR)/include/qptrcollection.h \
		$(QTDIR)/include/qpaintdevice.h \
		$(QTDIR)/include/qpalette.h \
		$(QTDIR)/include/qfont.h \
		$(QTDIR)/include/qfontmetrics.h \
		$(QTDIR)/include/qfontinfo.h \
		$(QTDIR)/include/qsizepolicy.h \
		$(QTDIR)/include/qcolor.h \
		$(QTDIR)/include/qbrush.h \
		$(QTDIR)/include/qstringlist.h \
		$(QTDIR)/include/qstrlist.h \
		$(QTDIR)/include/qframe.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-shared-mt/moc_lifedlg.o .moc/release-shared-mt/moc_lifedlg.cpp

.moc/release-shared-mt/moc_life.cpp: $(MOC) life.h
	$(MOC) life.h -o .moc/release-shared-mt/moc_life.cpp

.moc/release-shared-mt/moc_lifedlg.cpp: $(MOC) lifedlg.h
	$(MOC) lifedlg.h -o .moc/release-shared-mt/moc_lifedlg.cpp

####### Install

install:  

uninstall:  

