#############################################################################
# Makefile for building: life
# Generated by qmake on: Wed Oct 31 19:36:56 2001
# Project:  life.pro
# Template: app
# Command: $(QMAKE) life.pro
#############################################################################

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

CC       = gcc
CXX      = g++
LEX      = flex
YACC     = yacc
CFLAGS   = -pipe -DOS2 -Zmtd -D__ST_MT_ERRNO_ -Zomf -fno-exceptions -Wall -W -O2 -DQT_NO_DEBUG
CXXFLAGS = -pipe -DOS2 -Zmtd -D__ST_MT_ERRNO_ -Zomf -fno-exceptions -Wall -W -O2 -DQT_NO_DEBUG
LEXFLAGS = 
YACCFLAGS= -d
INCPATH  = -IF:/XFree86/include -I$(QTDIR)/include -I.moc/release/ -IG:/qtrel/mkspecs/emx-gcc
LINK     = g++
LFLAGS   = -Zomf -Zcrtdll -Zexe -Zmtd -fno-exceptions
LIBS     = $(SUBLIBS) -L$(QTDIR)/lib -LF:/XFree86/lib -lqt -lICE -lSM -ldl -lXext -lX11 -lm
AR       = ar cqs
RANLIB   = 
MOC      = $(QTDIR)/bin/moc
UIC      = $(QTDIR)/bin/uic
QMAKE    = qmake
TAR      = tar -cf
GZIP     = gzip -9f
COPY     = cp -f
COPY_FILE= $(COPY) -p
COPY_DIR = $(COPY) -pR
DEL      = rm -f
MOVE     = mv

####### Output directory

OBJECTS_DIR = .obj/release/

####### Files

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

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

.SUFFIXES: .cpp .cxx .cc .C .c

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cc.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) $(LIBS)

mocables: $(SRCMOC)

$(MOC): 
	( cd $(QTDIR)/src/moc ; $(MAKE) )

Makefile: life.pro ../../.qmake.cache 
	$(QMAKE) life.pro
qmake: 
	@$(QMAKE) life.pro

dist: 
	@mkdir -p .obj/release/life && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .obj/release/life/ && ( cd `dirname .obj/release/life` && $(TAR) life.tar life && $(GZIP) life.tar ) && mv `dirname .obj/release/life`/life.tar.gz . && rm -rf .obj/release/life

mocclean:
	-rm -f $(OBJMOC)
	-rm -f $(SRCMOC)

uiclean:

clean: mocclean
	-rm -f $(OBJECTS) 
	-rm -f *~ core *.core


####### Sub-libraries

distclean: clean
	-rm -f $(TARGET) $(TARGET)
	

####### Compile

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

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

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

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

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

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

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

####### Install

install: all 

