#############################################################################
# Makefile for building: wizards
# Generated by qmake (1.07a) (Qt 3.3.8) on: Sun Oct 08 13:01:24 2017
# Project:  wizards.pro
# Template: lib
# Command: $(QMAKE) -spec win32-g++ -o Makefile wizards.pro
#############################################################################

####### Compiler, tools and options

CC		=	gcc
CXX		=	g++
LEX		= flex
YACC		= byacc
CFLAGS	=	-mthreads -w -O2 -fno-exceptions -frtti  -DUNICODE -DQT_DLL -DQT_PLUGIN -DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG
CXXFLAGS	=	-mthreads -w -O2 -fno-exceptions -frtti  -DUNICODE -DQT_DLL -DQT_PLUGIN -DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG
LEXFLAGS	=
YACCFLAGS	=-d
INCPATH	=	 -I"..\..\interfaces" -I"$(QTDIR)\include" -I"." -I"tmp\moc\release-shared-mt" -I"L:\www\eneboo-2.4.2.2_orig\src\qt\mkspecs\win32-g++"
LINK	=	g++
LFLAGS	=	-Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl,-s -Wl,-subsystem,windows -shared -Wl,--export-all-symbols -Wl,--out-implib,..\..\..\..\plugins\designer\libwizards.a
LIBS	=	-L"L:\www\eneboo-2.4.2.2_orig\src\qt\lib" -lqtmain -lqt-mt3 -lkernel32 -luser32 -lgdi32 -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -limm32 -lwinmm -lwsock32 -lwinspool
MOC		=	$(QTDIR)\bin\moc.exe
UIC		=	$(QTDIR)\bin\uic.exe
QMAKE		=	qmake
IDC		=	$(QTDIR)\bin\idc.exe
IDL		=	midl
ZIP		=	zip -r -9
DEF_FILE      =	
COPY_FILE	=       copy
COPY_DIR	=       copy
DEL_FILE	=       del
DEL_DIR	=       rmdir
MOVE		=       move
CHK_DIR_EXISTS =	if not exist
MKDIR		=	mkdir
INSTALL_FILE= $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)

####### Output directory

OBJECTS_DIR = tmp\obj\release-shared-mt
MOC_DIR = tmp\moc\release-shared-mt

####### Files

HEADERS =	sqlformwizardimpl.h
SOURCES =	main.cpp \
		sqlformwizardimpl.cpp
OBJECTS =	tmp\obj\release-shared-mt\main.o \
		tmp\obj\release-shared-mt\sqlformwizardimpl.o \
		tmp\obj\release-shared-mt\sqlformwizard.o \
		tmp\obj\release-shared-mt\mainwindowwizard.o \
		tmp\obj\release-shared-mt\qmake_image_collection.o
FORMS =	sqlformwizard.ui \
		mainwindowwizard.ui
UICDECLS =	sqlformwizard.h \
		mainwindowwizard.h
UICIMPLS =	sqlformwizard.cpp \
		mainwindowwizard.cpp
SRCMOC	=	tmp\moc\release-shared-mt\moc_sqlformwizardimpl.cpp \
		tmp\moc\release-shared-mt\moc_sqlformwizard.cpp \
		tmp\moc\release-shared-mt\moc_mainwindowwizard.cpp
OBJMOC	=	tmp\obj\release-shared-mt\moc_sqlformwizardimpl.o \
		tmp\obj\release-shared-mt\moc_sqlformwizard.o \
		tmp\obj\release-shared-mt\moc_mainwindowwizard.o
DIST	=	
TARGET	=	..\..\..\..\plugins\designer\wizards.dll

####### 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:
	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<

####### Build rules

all: $(OBJECTS_DIR) $(MOC_DIR) $(TARGET)

$(TARGET):  $(UICDECLS) $(OBJECTS) $(OBJMOC) 
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)

mocables: $(SRCMOC)

$(OBJECTS_DIR):
	@if not exist $(OBJECTS_DIR) $(MKDIR) $(OBJECTS_DIR)

$(MOC_DIR):
	@if not exist $(MOC_DIR) $(MKDIR) $(MOC_DIR)

Makefile: wizards.pro ..\..\..\..\.qmake.cache L:\www\eneboo-2.4.2.2_orig\src\qt\mkspecs\win32-g++\qmake.conf 
	$(QMAKE) -spec win32-g++ -o Makefile wizards.pro
qmake: 
	@$(QMAKE) -spec win32-g++ -o Makefile wizards.pro

dist:
	$(ZIP) .zip .pro $(SOURCES) $(HEADERS) $(DIST) $(FORMS)

clean:
	-$(DEL_FILE) tmp\obj\release-shared-mt\main.o
	-$(DEL_FILE) tmp\obj\release-shared-mt\sqlformwizardimpl.o
	-$(DEL_FILE) tmp\obj\release-shared-mt\sqlformwizard.o
	-$(DEL_FILE) tmp\obj\release-shared-mt\mainwindowwizard.o
	-$(DEL_FILE) tmp\obj\release-shared-mt\qmake_image_collection.o
	-$(DEL_FILE) tmp\moc\release-shared-mt\moc_sqlformwizardimpl.cpp
	-$(DEL_FILE) tmp\moc\release-shared-mt\moc_sqlformwizard.cpp
	-$(DEL_FILE) tmp\moc\release-shared-mt\moc_mainwindowwizard.cpp
	-$(DEL_FILE) tmp\obj\release-shared-mt\moc_sqlformwizardimpl.o
	-$(DEL_FILE) tmp\obj\release-shared-mt\moc_sqlformwizard.o
	-$(DEL_FILE) tmp\obj\release-shared-mt\moc_mainwindowwizard.o
	-$(DEL_FILE) sqlformwizard.h
	-$(DEL_FILE) mainwindowwizard.h
	-$(DEL_FILE) sqlformwizard.cpp
	-$(DEL_FILE) mainwindowwizard.cpp
	-$(DEL_FILE) $(TARGET)
	-$(DEL_FILE) ..\..\..\..\plugins\designer\libwizards.a
	-$(DEL_FILE) qmake_image_collection.cpp


####### Compile

tmp\obj\release-shared-mt\main.o: main.cpp sqlformwizardimpl.h \
		mainwindowwizard.h \
		sqlformwizard.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tmp\obj\release-shared-mt\main.o main.cpp

tmp\obj\release-shared-mt\sqlformwizardimpl.o: sqlformwizardimpl.cpp sqlformwizardimpl.h \
		sqlformwizard.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tmp\obj\release-shared-mt\sqlformwizardimpl.o sqlformwizardimpl.cpp

sqlformwizard.h: sqlformwizard.ui 
	$(UIC) sqlformwizard.ui -o sqlformwizard.h

sqlformwizard.cpp: sqlformwizard.h sqlformwizard.ui 
	$(UIC) sqlformwizard.ui -i sqlformwizard.h -o sqlformwizard.cpp

mainwindowwizard.h: mainwindowwizard.ui mainwindowwizard.ui.h
	$(UIC) mainwindowwizard.ui -o mainwindowwizard.h

mainwindowwizard.cpp: mainwindowwizard.h mainwindowwizard.ui mainwindowwizard.ui.h mainwindowwizard.ui.h
	$(UIC) mainwindowwizard.ui -i mainwindowwizard.h -o mainwindowwizard.cpp

tmp\obj\release-shared-mt\sqlformwizard.o: sqlformwizard.cpp sqlformwizard.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tmp\obj\release-shared-mt\sqlformwizard.o sqlformwizard.cpp

tmp\obj\release-shared-mt\mainwindowwizard.o: mainwindowwizard.cpp mainwindowwizard.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tmp\obj\release-shared-mt\mainwindowwizard.o mainwindowwizard.cpp

tmp\obj\release-shared-mt\moc_sqlformwizardimpl.o: tmp\moc\release-shared-mt\moc_sqlformwizardimpl.cpp  sqlformwizardimpl.h sqlformwizard.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tmp\obj\release-shared-mt\moc_sqlformwizardimpl.o tmp\moc\release-shared-mt\moc_sqlformwizardimpl.cpp

tmp\obj\release-shared-mt\moc_sqlformwizard.o: tmp\moc\release-shared-mt\moc_sqlformwizard.cpp  sqlformwizard.h 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tmp\obj\release-shared-mt\moc_sqlformwizard.o tmp\moc\release-shared-mt\moc_sqlformwizard.cpp

tmp\obj\release-shared-mt\moc_mainwindowwizard.o: tmp\moc\release-shared-mt\moc_mainwindowwizard.cpp  mainwindowwizard.h 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tmp\obj\release-shared-mt\moc_mainwindowwizard.o tmp\moc\release-shared-mt\moc_mainwindowwizard.cpp

tmp\moc\release-shared-mt\moc_sqlformwizardimpl.cpp: $(MOC) sqlformwizardimpl.h
	$(MOC) sqlformwizardimpl.h -o tmp\moc\release-shared-mt\moc_sqlformwizardimpl.cpp

tmp\moc\release-shared-mt\moc_sqlformwizard.cpp: $(MOC) sqlformwizard.h
	$(MOC) sqlformwizard.h -o tmp\moc\release-shared-mt\moc_sqlformwizard.cpp

tmp\moc\release-shared-mt\moc_mainwindowwizard.cpp: $(MOC) mainwindowwizard.h
	$(MOC) mainwindowwizard.h -o tmp\moc\release-shared-mt\moc_mainwindowwizard.cpp

tmp\obj\release-shared-mt\qmake_image_collection.o: qmake_image_collection.cpp
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tmp\obj\release-shared-mt\qmake_image_collection.o qmake_image_collection.cpp

qmake_image_collection.cpp: images\qtwizards_menu_1.png \
		images\qtwizards_menu_2.png \
		images\qtwizards_menu_3.png \
		images\qtwizards_table_1.png \
		images\qtwizards_table_2.png \
		images\qtwizards_table_3.png \
		images\qtwizards_table_4.png \
		images\re-sort.png \
		images\small\editcopy.png \
		images\small\editcut.png \
		images\small\editpaste.png \
		images\small\filenew.png \
		images\small\fileopen.png \
		images\small\filesave.png \
		images\small\print.png \
		images\small\redo.png \
		images\small\searchfind.png \
		images\small\undo.png
	$(UIC)  -embed wizards images\qtwizards_menu_1.png images\qtwizards_menu_2.png images\qtwizards_menu_3.png images\qtwizards_table_1.png images\qtwizards_table_2.png images\qtwizards_table_3.png images\qtwizards_table_4.png images\re-sort.png images\small\editcopy.png images\small\editcut.png images\small\editpaste.png images\small\filenew.png images\small\fileopen.png images\small\filesave.png images\small\print.png images\small\redo.png images\small\searchfind.png images\small\undo.png -o qmake_image_collection.cpp

####### Install

install:  

uninstall:  

