#############################################################################
# Makefile for building libmysqlui.so.1.0.0
# Generated by tmake at 15:55, 2001/06/13
#     Project: mysql
#    Template: lib
#############################################################################

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

CC	=	gcc
CXX	=	g++
CFLAGS	=	-pipe -Wall -W -O2 -fPIC -DNO_DEBUG
CXXFLAGS=	-pipe -Wall -W -O2 -fPIC -DNO_DEBUG
INCPATH	=	-I../../pics -I../../include -I/usr/local/mysql/include/mysql -I$(QTDIR)/include
LINK	=	g++
LFLAGS	=	-shared -Wl,-soname,libmysqlui.so.1
LIBS	=	-L$(QTDIR)/lib -L/usr/X11R6/lib -lmysqlclient -lqt -lXext -lX11 -lm
AR	=	ar cqs
RANLIB	=	
MOC	=	$(QTDIR)/bin/moc

TAR	=	tar -cf
GZIP	=	gzip -9f

####### Files

HEADERS =	../../include/mainwindow.h \
		../../include/connect.h \
		../../include/mdiwindow.h \
		../../include/user.h \
		../../include/table.h \
		../../include/script.h \
		../../include/edit.h \
		../../include/file.h \
		../../include/log.h \
		../../include/about.h \
		../../include/query.h \
		../../include/schema.h \
		../../include/flush.h \
		../../include/process.h \
		../../include/xport.h \
		../../include/querylistview.h \
		../../include/querytable.h \
		../../include/field.h \
		../../include/privilege.h \
		../../include/xonfigure.h \
		../../include/xworkspace.h \
		../../include/xuery.h \
		../../include/password.h \
		../../include/stepstyle.h \
		../../include/find.h
SOURCES =	./mainwindow/mainwindow.cxx \
		./mainwindow/mainwindowevent.cxx \
		./mainwindow/mainwindowglobal.cxx \
		./mainwindow/mainwindowsignal.cxx \
		./mainwindow/mainwindowlayout.cxx \
		./mainwindow/mdiwindow.cxx \
		./connect/connect.cxx \
		./connect/connectsignal.cxx \
		./connect/slot/connectslot.cxx \
		./user/user.cxx \
		./user/usersignal.cxx \
		./user/slot/userslot.cxx \
		./table/table.cxx \
		./table/tablesignal.cxx \
		./table/slot/tableslot.cxx \
		./script/script.cxx \
		./script/scriptsignal.cxx \
		./script/slot/scriptslot.cxx \
		./edit/edit.cxx \
		./edit/slot/editslot.cxx \
		./edit/slot/fileslot.cxx \
		./edit/filesignal.cxx \
		./edit/file.cxx \
		./about/about.cxx \
		./query/query.cxx \
		./query/querysignal.cxx \
		./query/slot/queryslot.cxx \
		./log/log.cxx \
		./log/logsignal.cxx \
		./log/slot/logslot.cxx \
		./mainwindow/slot/mainwindowslot.cxx \
		./mainwindow/slot/mainwindowslotlog.cxx \
		./mainwindow/slot/mainwindowslotflush.cxx \
		./mainwindow/slot/mainwindowslotstatus.cxx \
		./mainwindow/slot/mainwindowslotscript.cxx \
		./mainwindow/slot/mainwindowslottable.cxx \
		./mainwindow/slot/mainwindowslotquery.cxx \
		./mainwindow/slot/mainwindowslotuser.cxx \
		./mainwindow/slot/mainwindowslotstyle.cxx \
		./mainwindow/slot/mainwindowslotconnect.cxx \
		./mainwindow/slot/mainwindowslotwindow.cxx \
		./mainwindow/slot/mainwindowslotabout.cxx \
		./mainwindow/slot/mainwindowslotschema.cxx \
		./mainwindow/slot/mainwindowslotschemahost.cxx \
		./mainwindow/slot/mainwindowslotschemadatabase.cxx \
		./mainwindow/slot/mainwindowslotschematable.cxx \
		./mainwindow/slot/mainwindowslotschemafield.cxx \
		./mainwindow/slot/mainwindowslotprocess.cxx \
		./mainwindow/slot/mainwindowslotvariable.cxx \
		./mainwindow/slot/mainwindowslotping.cxx \
		./mainwindow/slot/mainwindowslotpassword.cxx \
		./mainwindow/slot/mainwindowslotxport.cxx \
		./mainwindow/slot/mainwindowslothighlight.cxx \
		./mainwindow/slot/mainwindowslotshutdown.cxx \
		./mainwindow/slot/mainwindowslotprivilege.cxx \
		./mainwindow/slot/mainwindowslotxonfigure.cxx \
		./mainwindow/slot/mainwindowslotfind.cxx \
		./mainwindow/mainwindowsession.cxx \
		./mainwindow/mainwindowmenu.cxx \
		./mainwindow/mainwindowhistory.cxx \
		./widget/multilinelistviewitem.cxx \
		./widget/querylistview.cxx \
		./widget/querytable.cxx \
		./widget/serverlistviewitem.cxx \
		./schema/slot/schemaslot.cxx \
		./schema/schema.cxx \
		./flush/flush.cxx \
		./flush/flushsignal.cxx \
		./flush/slot/flushslot.cxx \
		./process/process.cxx \
		./process/processsignal.cxx \
		./process/slot/processslot.cxx \
		./xport/xport.cxx \
		./xport/xportsignal.cxx \
		./xport/slot/xportslot.cxx \
		./xport/import.cxx \
		./xport/export.cxx \
		./field/field.cxx \
		./field/fieldsignal.cxx \
		./field/slot/fieldslot.cxx \
		./privilege/privilege.cxx \
		./privilege/privilegesignal.cxx \
		./privilege/slot/privilegeslot.cxx \
		./xonfigure/xonfigure.cxx \
		./xonfigure/xonfiguresignal.cxx \
		./xonfigure/slot/xonfigureslot.cxx \
		./widget/xworkspace.cxx \
		./xuery/xuery.cxx \
		./xuery/xuerysignal.cxx \
		./xuery/slot/xueryslot.cxx \
		./password/password.cxx \
		./password/passwordsignal.cxx \
		./password/slot/passwordslot.cxx \
		./style/jfcstyle.cpp \
		./style/stepstyle.cpp \
		./find/find.cxx \
		./find/findsignal.cxx \
		./find/slot/findslot.cxx
OBJECTS =	./mainwindow/mainwindow.o \
		./mainwindow/mainwindowevent.o \
		./mainwindow/mainwindowglobal.o \
		./mainwindow/mainwindowsignal.o \
		./mainwindow/mainwindowlayout.o \
		./mainwindow/mdiwindow.o \
		./connect/connect.o \
		./connect/connectsignal.o \
		./connect/slot/connectslot.o \
		./user/user.o \
		./user/usersignal.o \
		./user/slot/userslot.o \
		./table/table.o \
		./table/tablesignal.o \
		./table/slot/tableslot.o \
		./script/script.o \
		./script/scriptsignal.o \
		./script/slot/scriptslot.o \
		./edit/edit.o \
		./edit/slot/editslot.o \
		./edit/slot/fileslot.o \
		./edit/filesignal.o \
		./edit/file.o \
		./about/about.o \
		./query/query.o \
		./query/querysignal.o \
		./query/slot/queryslot.o \
		./log/log.o \
		./log/logsignal.o \
		./log/slot/logslot.o \
		./mainwindow/slot/mainwindowslot.o \
		./mainwindow/slot/mainwindowslotlog.o \
		./mainwindow/slot/mainwindowslotflush.o \
		./mainwindow/slot/mainwindowslotstatus.o \
		./mainwindow/slot/mainwindowslotscript.o \
		./mainwindow/slot/mainwindowslottable.o \
		./mainwindow/slot/mainwindowslotquery.o \
		./mainwindow/slot/mainwindowslotuser.o \
		./mainwindow/slot/mainwindowslotstyle.o \
		./mainwindow/slot/mainwindowslotconnect.o \
		./mainwindow/slot/mainwindowslotwindow.o \
		./mainwindow/slot/mainwindowslotabout.o \
		./mainwindow/slot/mainwindowslotschema.o \
		./mainwindow/slot/mainwindowslotschemahost.o \
		./mainwindow/slot/mainwindowslotschemadatabase.o \
		./mainwindow/slot/mainwindowslotschematable.o \
		./mainwindow/slot/mainwindowslotschemafield.o \
		./mainwindow/slot/mainwindowslotprocess.o \
		./mainwindow/slot/mainwindowslotvariable.o \
		./mainwindow/slot/mainwindowslotping.o \
		./mainwindow/slot/mainwindowslotpassword.o \
		./mainwindow/slot/mainwindowslotxport.o \
		./mainwindow/slot/mainwindowslothighlight.o \
		./mainwindow/slot/mainwindowslotshutdown.o \
		./mainwindow/slot/mainwindowslotprivilege.o \
		./mainwindow/slot/mainwindowslotxonfigure.o \
		./mainwindow/slot/mainwindowslotfind.o \
		./mainwindow/mainwindowsession.o \
		./mainwindow/mainwindowmenu.o \
		./mainwindow/mainwindowhistory.o \
		./widget/multilinelistviewitem.o \
		./widget/querylistview.o \
		./widget/querytable.o \
		./widget/serverlistviewitem.o \
		./schema/slot/schemaslot.o \
		./schema/schema.o \
		./flush/flush.o \
		./flush/flushsignal.o \
		./flush/slot/flushslot.o \
		./process/process.o \
		./process/processsignal.o \
		./process/slot/processslot.o \
		./xport/xport.o \
		./xport/xportsignal.o \
		./xport/slot/xportslot.o \
		./xport/import.o \
		./xport/export.o \
		./field/field.o \
		./field/fieldsignal.o \
		./field/slot/fieldslot.o \
		./privilege/privilege.o \
		./privilege/privilegesignal.o \
		./privilege/slot/privilegeslot.o \
		./xonfigure/xonfigure.o \
		./xonfigure/xonfiguresignal.o \
		./xonfigure/slot/xonfigureslot.o \
		./widget/xworkspace.o \
		./xuery/xuery.o \
		./xuery/xuerysignal.o \
		./xuery/slot/xueryslot.o \
		./password/password.o \
		./password/passwordsignal.o \
		./password/slot/passwordslot.o \
		./style/jfcstyle.o \
		./style/stepstyle.o \
		./find/find.o \
		./find/findsignal.o \
		./find/slot/findslot.o
SRCMOC	=	../../include/moc_mainwindow.cpp \
		../../include/moc_connect.cpp \
		../../include/moc_mdiwindow.cpp \
		../../include/moc_user.cpp \
		../../include/moc_table.cpp \
		../../include/moc_script.cpp \
		../../include/moc_edit.cpp \
		../../include/moc_file.cpp \
		../../include/moc_log.cpp \
		../../include/moc_about.cpp \
		../../include/moc_query.cpp \
		../../include/moc_schema.cpp \
		../../include/moc_flush.cpp \
		../../include/moc_process.cpp \
		../../include/moc_xport.cpp \
		../../include/moc_querylistview.cpp \
		../../include/moc_querytable.cpp \
		../../include/moc_field.cpp \
		../../include/moc_privilege.cpp \
		../../include/moc_xonfigure.cpp \
		../../include/moc_xworkspace.cpp \
		../../include/moc_xuery.cpp \
		../../include/moc_password.cpp \
		../../include/moc_stepstyle.cpp \
		../../include/moc_find.cpp
OBJMOC	=	../../include/moc_mainwindow.o \
		../../include/moc_connect.o \
		../../include/moc_mdiwindow.o \
		../../include/moc_user.o \
		../../include/moc_table.o \
		../../include/moc_script.o \
		../../include/moc_edit.o \
		../../include/moc_file.o \
		../../include/moc_log.o \
		../../include/moc_about.o \
		../../include/moc_query.o \
		../../include/moc_schema.o \
		../../include/moc_flush.o \
		../../include/moc_process.o \
		../../include/moc_xport.o \
		../../include/moc_querylistview.o \
		../../include/moc_querytable.o \
		../../include/moc_field.o \
		../../include/moc_privilege.o \
		../../include/moc_xonfigure.o \
		../../include/moc_xworkspace.o \
		../../include/moc_xuery.o \
		../../include/moc_password.o \
		../../include/moc_stepstyle.o \
		../../include/moc_find.o
DIST	=	
TARGET	=	libmysqlui.so.1.0.0
TARGETA	=	../../lib/libmysqlui.a
TARGETD	=	libmysqlui.so.1.0.0
TARGET0	=	libmysqlui.so
TARGET1	=	libmysqlui.so.1
TARGET2	=	libmysqlui.so.1.0

####### 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: ../../lib/libmysqlui.so.1.0.0

../../lib/libmysqlui.so.1.0.0: $(OBJECTS) $(OBJMOC) 
	-rm -f $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)
	$(LINK) $(LFLAGS) -o $(TARGETD) $(OBJECTS) $(OBJMOC) $(LIBS)
	-ln -s $(TARGET) $(TARGET0)
	-ln -s $(TARGET) $(TARGET1)
	-ln -s $(TARGET) $(TARGET2)
	-rm -f ../../lib/$(TARGET)
	-rm -f ../../lib/$(TARGET0)
	-rm -f ../../lib/$(TARGET1)
	-rm -f ../../lib/$(TARGET2)
	-mv $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) ../../lib/

staticlib: $(TARGETA)

$(TARGETA): $(OBJECTS) $(OBJMOC) 
	-rm -f $(TARGETA)
	$(AR) $(TARGETA) $(OBJECTS) $(OBJMOC)

moc: $(SRCMOC)

tmake:
	tmake mysql.pro

dist:
	$(TAR) mysql.tar mysql.pro $(SOURCES) $(HEADERS) $(DIST)
	$(GZIP) mysql.tar

clean:
	-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(TARGET)
	-rm -f $(TARGET0) $(TARGET1) $(TARGET2) $(TARGETA)
	-rm -f *~ core

####### Compile

./mainwindow/mainwindow.o: ./mainwindow/mainwindow.cxx \
		./mainwindow/mainwindow.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/mainwindowevent.o: ./mainwindow/mainwindowevent.cxx \
		./mainwindow/mainwindow.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/mainwindowglobal.o: ./mainwindow/mainwindowglobal.cxx \
		./mainwindow/mainwindowglobal.h

./mainwindow/mainwindowsignal.o: ./mainwindow/mainwindowsignal.cxx \
		./mainwindow/mainwindow.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/mainwindowlayout.o: ./mainwindow/mainwindowlayout.cxx \
		./mainwindow/mainwindow.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/mdiwindow.o: ./mainwindow/mdiwindow.cxx \
		./mainwindow/mdiwindow.h

./connect/connect.o: ./connect/connect.cxx \
		./connect/connect.h

./connect/connectsignal.o: ./connect/connectsignal.cxx \
		./connect/connect.h

./connect/slot/connectslot.o: ./connect/slot/connectslot.cxx \
		./connect/connect.h

./user/user.o: ./user/user.cxx \
		./user/user.h

./user/usersignal.o: ./user/usersignal.cxx \
		./user/user.h

./user/slot/userslot.o: ./user/slot/userslot.cxx \
		./user/user.h

./table/table.o: ./table/table.cxx \
		./table/table.h

./table/tablesignal.o: ./table/tablesignal.cxx \
		./table/table.h

./table/slot/tableslot.o: ./table/slot/tableslot.cxx \
		./table/table.h

./script/script.o: ./script/script.cxx \
		./script/script.h

./script/scriptsignal.o: ./script/scriptsignal.cxx \
		./script/script.h

./script/slot/scriptslot.o: ./script/slot/scriptslot.cxx \
		./script/script.h

./edit/edit.o: ./edit/edit.cxx \
		./edit/edit.h \
		./edit/file.h

./edit/slot/editslot.o: ./edit/slot/editslot.cxx \
		./edit/edit.h \
		./edit/file.h

./edit/slot/fileslot.o: ./edit/slot/fileslot.cxx \
		./edit/file.h

./edit/filesignal.o: ./edit/filesignal.cxx \
		./edit/file.h

./edit/file.o: ./edit/file.cxx \
		./edit/file.h

./about/about.o: ./about/about.cxx \
		./about/about.h

./query/query.o: ./query/query.cxx \
		./query/query.h \
		./mainwindow/mainwindowglobal.h

./query/querysignal.o: ./query/querysignal.cxx \
		./query/query.h \
		./mainwindow/mainwindowglobal.h

./query/slot/queryslot.o: ./query/slot/queryslot.cxx \
		./query/query.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h \
		./mainwindow/mainwindow.h \
		./connect/connect.h

./log/log.o: ./log/log.cxx \
		./log/log.h

./log/logsignal.o: ./log/logsignal.cxx \
		./log/log.h

./log/slot/logslot.o: ./log/slot/logslot.cxx \
		./log/log.h

./mainwindow/slot/mainwindowslot.o: ./mainwindow/slot/mainwindowslot.cxx \
		./mainwindow/mdiwindow.h \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./user/user.h \
		./table/table.h \
		./script/script.h \
		./edit/edit.h \
		./edit/file.h \
		./log/log.h \
		./about/about.h \
		./query/query.h

./mainwindow/slot/mainwindowslotlog.o: ./mainwindow/slot/mainwindowslotlog.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./log/log.h \
		./mainwindow/mdiwindow.h

./mainwindow/slot/mainwindowslotflush.o: ./mainwindow/slot/mainwindowslotflush.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/slot/mainwindowslotstatus.o: ./mainwindow/slot/mainwindowslotstatus.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/slot/mainwindowslotscript.o: ./mainwindow/slot/mainwindowslotscript.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h \
		./script/script.h \
		./edit/edit.h \
		./edit/file.h

./mainwindow/slot/mainwindowslottable.o: ./mainwindow/slot/mainwindowslottable.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h \
		./table/table.h

./mainwindow/slot/mainwindowslotquery.o: ./mainwindow/slot/mainwindowslotquery.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h \
		./query/query.h

./mainwindow/slot/mainwindowslotuser.o: ./mainwindow/slot/mainwindowslotuser.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h \
		./user/user.h

./mainwindow/slot/mainwindowslotstyle.o: ./mainwindow/slot/mainwindowslotstyle.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotconnect.o: ./mainwindow/slot/mainwindowslotconnect.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotwindow.o: ./mainwindow/slot/mainwindowslotwindow.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/slot/mainwindowslotabout.o: ./mainwindow/slot/mainwindowslotabout.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./about/about.h

./mainwindow/slot/mainwindowslotschema.o: ./mainwindow/slot/mainwindowslotschema.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/slot/mainwindowslotschemahost.o: ./mainwindow/slot/mainwindowslotschemahost.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotschemadatabase.o: ./mainwindow/slot/mainwindowslotschemadatabase.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotschematable.o: ./mainwindow/slot/mainwindowslotschematable.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotschemafield.o: ./mainwindow/slot/mainwindowslotschemafield.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/slot/mainwindowslotprocess.o: ./mainwindow/slot/mainwindowslotprocess.cxx \
		./mainwindow/mdiwindow.h \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotvariable.o: ./mainwindow/slot/mainwindowslotvariable.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotping.o: ./mainwindow/slot/mainwindowslotping.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotpassword.o: ./mainwindow/slot/mainwindowslotpassword.cxx \
		./mainwindow/mdiwindow.h \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotxport.o: ./mainwindow/slot/mainwindowslotxport.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/slot/mainwindowslothighlight.o: ./mainwindow/slot/mainwindowslothighlight.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotshutdown.o: ./mainwindow/slot/mainwindowslotshutdown.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/slot/mainwindowslotprivilege.o: ./mainwindow/slot/mainwindowslotprivilege.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/slot/mainwindowslotxonfigure.o: ./mainwindow/slot/mainwindowslotxonfigure.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/slot/mainwindowslotfind.o: ./mainwindow/slot/mainwindowslotfind.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./mainwindow/mdiwindow.h

./mainwindow/mainwindowsession.o: ./mainwindow/mainwindowsession.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/mainwindowmenu.o: ./mainwindow/mainwindowmenu.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./mainwindow/mainwindowhistory.o: ./mainwindow/mainwindowhistory.cxx \
		./mainwindow/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h

./widget/multilinelistviewitem.o: ./widget/multilinelistviewitem.cxx \
		./widget/multilinelistviewitem.h

./widget/querylistview.o: ./widget/querylistview.cxx \
		./widget/querylistview.h \
		./mainwindow/mainwindowglobal.h \
		./widget/multilinelistviewitem.h

./widget/querytable.o: ./widget/querytable.cxx \
		./widget/querytable.h

./widget/serverlistviewitem.o: ./widget/serverlistviewitem.cxx \
		./widget/serverlistviewitem.h

./schema/slot/schemaslot.o: ./schema/slot/schemaslot.cxx

./schema/schema.o: ./schema/schema.cxx \
		./schema/schema.h

./flush/flush.o: ./flush/flush.cxx \
		./flush/flush.h

./flush/flushsignal.o: ./flush/flushsignal.cxx \
		./flush/flush.h

./flush/slot/flushslot.o: ./flush/slot/flushslot.cxx \
		./flush/flush.h

./process/process.o: ./process/process.cxx \
		./process/process.h

./process/processsignal.o: ./process/processsignal.cxx \
		./process/process.h

./process/slot/processslot.o: ./process/slot/processslot.cxx \
		./process/process.h \
		./widget/multilinelistviewitem.h

./xport/xport.o: ./xport/xport.cxx \
		./xport/xport.h

./xport/xportsignal.o: ./xport/xportsignal.cxx \
		./xport/xport.h

./xport/slot/xportslot.o: ./xport/slot/xportslot.cxx \
		./xport/xport.h

./xport/import.o: ./xport/import.cxx \
		./xport/xport.h

./xport/export.o: ./xport/export.cxx \
		./xport/xport.h

./field/field.o: ./field/field.cxx \
		./field/field.h

./field/fieldsignal.o: ./field/fieldsignal.cxx \
		./field/field.h

./field/slot/fieldslot.o: ./field/slot/fieldslot.cxx \
		./field/field.h

./privilege/privilege.o: ./privilege/privilege.cxx \
		./privilege/privilege.h

./privilege/privilegesignal.o: ./privilege/privilegesignal.cxx \
		./privilege/privilege.h

./privilege/slot/privilegeslot.o: ./privilege/slot/privilegeslot.cxx \
		./privilege/privilege.h

./xonfigure/xonfigure.o: ./xonfigure/xonfigure.cxx \
		./xonfigure/xonfigure.h \
		./mainwindow/mainwindowglobal.h

./xonfigure/xonfiguresignal.o: ./xonfigure/xonfiguresignal.cxx \
		./xonfigure/xonfigure.h \
		./mainwindow/mainwindowglobal.h

./xonfigure/slot/xonfigureslot.o: ./xonfigure/slot/xonfigureslot.cxx \
		./xonfigure/xonfigure.h \
		./mainwindow/mainwindowglobal.h

./widget/xworkspace.o: ./widget/xworkspace.cxx \
		./widget/xworkspace.h

./xuery/xuery.o: ./xuery/xuery.cxx \
		./xuery/xuery.h

./xuery/xuerysignal.o: ./xuery/xuerysignal.cxx \
		./xuery/xuery.h

./xuery/slot/xueryslot.o: ./xuery/slot/xueryslot.cxx \
		./xuery/xuery.h

./password/password.o: ./password/password.cxx \
		./password/password.h

./password/passwordsignal.o: ./password/passwordsignal.cxx \
		./password/password.h

./password/slot/passwordslot.o: ./password/slot/passwordslot.cxx \
		./password/password.h

./style/jfcstyle.o: ./style/jfcstyle.cpp \
		./style/jfcstyle.h

./style/stepstyle.o: ./style/stepstyle.cpp \
		./style/stepstyle.h

./find/find.o: ./find/find.cxx \
		./find/find.h \
		./mainwindow/mdiwindow.h \
		./widget/multilinelistviewitem.h \
		./widget/querylistview.h \
		./mainwindow/mainwindowglobal.h

./find/findsignal.o: ./find/findsignal.cxx \
		./find/find.h \
		./mainwindow/mdiwindow.h \
		./widget/multilinelistviewitem.h \
		./widget/querylistview.h \
		./mainwindow/mainwindowglobal.h

./find/slot/findslot.o: ./find/slot/findslot.cxx \
		./find/find.h \
		./mainwindow/mdiwindow.h \
		./widget/multilinelistviewitem.h \
		./widget/querylistview.h \
		./mainwindow/mainwindowglobal.h

../../include/moc_mainwindow.o: ../../include/moc_mainwindow.cpp \
		../../include/mainwindow.h \
		./connect/connect.h \
		./mainwindow/mainwindowglobal.h \
		./widget/xworkspace.h

../../include/moc_connect.o: ../../include/moc_connect.cpp \
		../../include/connect.h

../../include/moc_mdiwindow.o: ../../include/moc_mdiwindow.cpp \
		../../include/mdiwindow.h

../../include/moc_user.o: ../../include/moc_user.cpp \
		../../include/user.h

../../include/moc_table.o: ../../include/moc_table.cpp \
		../../include/table.h

../../include/moc_script.o: ../../include/moc_script.cpp \
		../../include/script.h

../../include/moc_edit.o: ../../include/moc_edit.cpp \
		../../include/edit.h \
		./edit/file.h

../../include/moc_file.o: ../../include/moc_file.cpp \
		../../include/file.h

../../include/moc_log.o: ../../include/moc_log.cpp \
		../../include/log.h

../../include/moc_about.o: ../../include/moc_about.cpp \
		../../include/about.h

../../include/moc_query.o: ../../include/moc_query.cpp \
		../../include/query.h \
		./widget/querylistview.h \
		./mainwindow/mainwindowglobal.h

../../include/moc_schema.o: ../../include/moc_schema.cpp \
		../../include/schema.h

../../include/moc_flush.o: ../../include/moc_flush.cpp \
		../../include/flush.h

../../include/moc_process.o: ../../include/moc_process.cpp \
		../../include/process.h

../../include/moc_xport.o: ../../include/moc_xport.cpp \
		../../include/xport.h

../../include/moc_querylistview.o: ../../include/moc_querylistview.cpp \
		../../include/querylistview.h \
		./mainwindow/mainwindowglobal.h

../../include/moc_querytable.o: ../../include/moc_querytable.cpp \
		../../include/querytable.h

../../include/moc_field.o: ../../include/moc_field.cpp \
		../../include/field.h

../../include/moc_privilege.o: ../../include/moc_privilege.cpp \
		../../include/privilege.h

../../include/moc_xonfigure.o: ../../include/moc_xonfigure.cpp \
		../../include/xonfigure.h \
		./mainwindow/mainwindowglobal.h

../../include/moc_xworkspace.o: ../../include/moc_xworkspace.cpp \
		../../include/xworkspace.h

../../include/moc_xuery.o: ../../include/moc_xuery.cpp \
		../../include/xuery.h

../../include/moc_password.o: ../../include/moc_password.cpp \
		../../include/password.h

../../include/moc_stepstyle.o: ../../include/moc_stepstyle.cpp \
		../../include/stepstyle.h

../../include/moc_find.o: ../../include/moc_find.cpp \
		../../include/find.h \
		./mainwindow/mdiwindow.h \
		./widget/multilinelistviewitem.h \
		./widget/querylistview.h \
		./mainwindow/mainwindowglobal.h

../../include/moc_mainwindow.cpp: ../../include/mainwindow.h
	$(MOC) ../../include/mainwindow.h -o ../../include/moc_mainwindow.cpp

../../include/moc_connect.cpp: ../../include/connect.h
	$(MOC) ../../include/connect.h -o ../../include/moc_connect.cpp

../../include/moc_mdiwindow.cpp: ../../include/mdiwindow.h
	$(MOC) ../../include/mdiwindow.h -o ../../include/moc_mdiwindow.cpp

../../include/moc_user.cpp: ../../include/user.h
	$(MOC) ../../include/user.h -o ../../include/moc_user.cpp

../../include/moc_table.cpp: ../../include/table.h
	$(MOC) ../../include/table.h -o ../../include/moc_table.cpp

../../include/moc_script.cpp: ../../include/script.h
	$(MOC) ../../include/script.h -o ../../include/moc_script.cpp

../../include/moc_edit.cpp: ../../include/edit.h
	$(MOC) ../../include/edit.h -o ../../include/moc_edit.cpp

../../include/moc_file.cpp: ../../include/file.h
	$(MOC) ../../include/file.h -o ../../include/moc_file.cpp

../../include/moc_log.cpp: ../../include/log.h
	$(MOC) ../../include/log.h -o ../../include/moc_log.cpp

../../include/moc_about.cpp: ../../include/about.h
	$(MOC) ../../include/about.h -o ../../include/moc_about.cpp

../../include/moc_query.cpp: ../../include/query.h
	$(MOC) ../../include/query.h -o ../../include/moc_query.cpp

../../include/moc_schema.cpp: ../../include/schema.h
	$(MOC) ../../include/schema.h -o ../../include/moc_schema.cpp

../../include/moc_flush.cpp: ../../include/flush.h
	$(MOC) ../../include/flush.h -o ../../include/moc_flush.cpp

../../include/moc_process.cpp: ../../include/process.h
	$(MOC) ../../include/process.h -o ../../include/moc_process.cpp

../../include/moc_xport.cpp: ../../include/xport.h
	$(MOC) ../../include/xport.h -o ../../include/moc_xport.cpp

../../include/moc_querylistview.cpp: ../../include/querylistview.h
	$(MOC) ../../include/querylistview.h -o ../../include/moc_querylistview.cpp

../../include/moc_querytable.cpp: ../../include/querytable.h
	$(MOC) ../../include/querytable.h -o ../../include/moc_querytable.cpp

../../include/moc_field.cpp: ../../include/field.h
	$(MOC) ../../include/field.h -o ../../include/moc_field.cpp

../../include/moc_privilege.cpp: ../../include/privilege.h
	$(MOC) ../../include/privilege.h -o ../../include/moc_privilege.cpp

../../include/moc_xonfigure.cpp: ../../include/xonfigure.h
	$(MOC) ../../include/xonfigure.h -o ../../include/moc_xonfigure.cpp

../../include/moc_xworkspace.cpp: ../../include/xworkspace.h
	$(MOC) ../../include/xworkspace.h -o ../../include/moc_xworkspace.cpp

../../include/moc_xuery.cpp: ../../include/xuery.h
	$(MOC) ../../include/xuery.h -o ../../include/moc_xuery.cpp

../../include/moc_password.cpp: ../../include/password.h
	$(MOC) ../../include/password.h -o ../../include/moc_password.cpp

../../include/moc_stepstyle.cpp: ../../include/stepstyle.h
	$(MOC) ../../include/stepstyle.h -o ../../include/moc_stepstyle.cpp

../../include/moc_find.cpp: ../../include/find.h
	$(MOC) ../../include/find.h -o ../../include/moc_find.cpp

