#############################################################################
# Makefile for building: libqassistantclient.a
# Generated by qmake (1.04a) (Qt 3.1.1) on: Sat Feb  8 18:30:22 2003
# Project:  ../../../../tools/assistant/lib/lib.pro
# Template: lib
# Command: $(QMAKE) -spec /home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -o Makefile ../../../../tools/assistant/lib/lib.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_INTERNAL_NETWORK -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_INTERNAL_NETWORK -DQT_NO_DEBUG
LEXFLAGS = 
YACCFLAGS= -d
INCPATH  = -I/home/magotou/src/qt-x11-free-3.1.1+cvs.20021220/mkspecs/linux-g++ -I../../../../tools/assistant/lib -I/usr/include/freetype2 -I../../../include -I../../../../include -I. -I.moc/release-static/
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 = ../../../../include/qassistantclient.h
SOURCES = ../../../../tools/assistant/lib/qassistantclient.cpp
OBJECTS = .obj/release-static/qassistantclient.o
FORMS = 
UICDECLS = 
UICIMPLS = 
SRCMOC   = .moc/release-static/moc_qassistantclient.cpp
OBJMOC = .obj/release-static/moc_qassistantclient.o
DIST	   = /home/magotou/src/src/qt_professional.pri \
		../../../../tools/assistant/lib/lib.pro
QMAKE_TARGET = qassistantclient
DESTDIR  = ../../../lib/
TARGET   = libqassistantclient.a

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 ../../../lib/libqassistantclient.prl ../../../lib/$(TARGET) 

staticlib: ../../../lib/$(TARGET)

../../../lib/$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(TARGETDEPS) 
	test -d ../../../lib/ || mkdir -p ../../../lib/
	-$(DEL_FILE) $(TARGET)
	$(AR) $(TARGET) $(OBJECTS) $(OBJMOC)
	-$(DEL_FILE) ../../../lib/$(TARGET)
	-$(MOVE) $(TARGET) ../../../lib/


mocables: $(SRCMOC)

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

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

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

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) ../../../lib/$(TARGET) $(TARGET)


FORCE:

####### Compile

.obj/release-static/qassistantclient.o: ../../../../tools/assistant/lib/qassistantclient.cpp ../../../../tools/assistant/lib/qassistantclient.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/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/qvaluelist.h \
		../../../../include/qiodevice.h \
		../../../../include/qtl.h \
		../../../../include/qtextstream.h \
		../../../../include/qglist.h \
		../../../../include/qptrcollection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-static/qassistantclient.o ../../../../tools/assistant/lib/qassistantclient.cpp

.obj/release-static/moc_qassistantclient.o: .moc/release-static/moc_qassistantclient.cpp ../../../../include/qassistantclient.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/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/qvaluelist.h \
		../../../../include/qiodevice.h \
		../../../../include/qtl.h \
		../../../../include/qtextstream.h \
		../../../../include/qglist.h \
		../../../../include/qptrcollection.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-static/moc_qassistantclient.o .moc/release-static/moc_qassistantclient.cpp

.moc/release-static/moc_qassistantclient.cpp: $(MOC) ../../../../include/qassistantclient.h
	$(MOC) ../../../../include/qassistantclient.h -o .moc/release-static/moc_qassistantclient.cpp

####### Install

install_target: 
	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/lib/ || $(MKDIR) $(INSTALL_ROOT)/usr/lib/
	-$(COPY) ../../../lib/libqassistantclient.prl $(INSTALL_ROOT)/usr/lib/libqassistantclient.prl
	$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/$(TARGET)"
	-$(COPY) "../../../lib/$(TARGET)" "$(INSTALL_ROOT)/usr/lib/$(TARGET)"

uninstall_target: 
	-$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/libqassistantclient.prl" 
	 -$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/$(TARGET)"
	-$(DEL_DIR) "$(INSTALL_ROOT)/usr/lib/"


install: all install_target 

uninstall: uninstall_target 

