#############################################################################
# Makefile for building: picture
# Generated by qmake (1.04a) (Qt 3.1.1) on: Sat Feb  8 18:31:19 2003
# Project:  ../../../examples/picture/picture.pro
# Template: app
# Command: $(QMAKE) -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o Makefile ../../../examples/picture/picture.pro
#############################################################################

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

CC       = gcc
CXX      = g++
LEX      = flex
YACC     = byacc
CFLAGS   = -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -fno-exceptions -I/usr/include/mysql -I/usr/include/postgresql -I/usr/include/postgresql/server -Wall -W -O2  -DQT_NO_DEBUG
CXXFLAGS = -pipe -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -fno-exceptions -I/usr/include/mysql -I/usr/include/postgresql -I/usr/include/postgresql/server -Wall -W -O2  -DQT_NO_DEBUG
LEXFLAGS = 
YACCFLAGS= -d
INCPATH  = -I/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -I../../../examples/picture -I/usr/include/freetype2 -I../../include -I../../../include -I. -I.moc/release-static/
LINK     = g++
LFLAGS   = -fno-exceptions
LIBS     = $(SUBLIBS) -L/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/qt-build-dir/lib -L/usr/X11R6/lib -lqt -L/usr/X11R6/lib -laudio -lXt -lpq -lmysqlclient -lodbc -lmng -ljpeg -lpng -lz -lXrender -lXinerama -lXft -lfreetype -lXext -lX11 -lm -lSM -lICE -ldl
AR       = ar cqs
RANLIB   = 
MOC      = /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/qt-build-dir/bin/moc
UIC      = /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/qt-build-dir/bin/uic -L /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/qt-build-dir/plugins
QMAKE    = /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/qt-build-dir/bin/qmake
TAR      = tar -cf
GZIP     = gzip -9f
COPY     = cp -f
COPY_FILE= $(COPY) -p
COPY_DIR = $(COPY) -pR
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-static/

####### Files

HEADERS = 
SOURCES = ../../../examples/picture/picture.cpp
OBJECTS = .obj/release-static/picture.o
FORMS = 
UICDECLS = 
UICIMPLS = 
SRCMOC   = 
OBJMOC = 
DIST	   = ../../../examples/picture/picture.pro
QMAKE_TARGET = picture
DESTDIR  = 
TARGET   = picture

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

.SUFFIXES: .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 $(TARGET)

$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) 
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)

mocables: $(SRCMOC)

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

Makefile: ../../../examples/picture/picture.pro ../../.qmake.cache /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++/qmake.conf ../../lib/libqt.prl
	$(QMAKE) -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o Makefile ../../../examples/picture/picture.pro
qmake: 
	@$(QMAKE) -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o Makefile ../../../examples/picture/picture.pro

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

mocclean:

uiclean:

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


####### Sub-libraries

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


FORCE:

####### Compile

.obj/release-static/picture.o: ../../../examples/picture/picture.cpp ../../../include/qapplication.h \
		../../../include/qpainter.h \
		../../../include/qpicture.h \
		../../../include/qpixmap.h \
		../../../include/qwidget.h \
		../../../include/qmessagebox.h \
		../../../include/qfile.h \
		../../../include/qdesktopwidget.h \
		../../../include/qasciidict.h \
		../../../include/qpalette.h \
		../../../include/qtranslator.h \
		../../../include/qstrlist.h \
		../../../include/qstringlist.h \
		../../../include/qwindowdefs.h \
		../../../include/qobject.h \
		../../../include/qpaintdevice.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/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/qvaluelist.h \
		../../../include/qiodevice.h \
		../../../include/qtl.h \
		../../../include/qtextstream.h \
		../../../include/qglist.h \
		../../../include/qptrcollection.h \
		../../../include/qcolor.h \
		../../../include/qbrush.h \
		../../../include/qgdict.h \
		../../../include/qpen.h \
		../../../include/qpointarray.h \
		../../../include/qwmatrix.h \
		../../../include/qbuffer.h \
		../../../include/qdialog.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-static/picture.o ../../../examples/picture/picture.cpp

####### Install

install: all 

uninstall: 

