#############################################################################
# Makefile for building: advance
# Generated by qmake (2.01a) (Qt 4.5.0) on: jue 5. oct 20:30:54 2017
# Project:  advance.pro
# Template: lib
#############################################################################

####### Compiler, tools and options

CC            = gcc
CXX           = g++
DEFINES       = -DUNICODE -DQT_LARGEFILE_SUPPORT -DFL_EXPORT= -DFL_QUICK_CLIENT -DQT_DLL -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
CFLAGS        = -O2 -w $(DEFINES)
CXXFLAGS      = -O2 -w -frtti -fexceptions -mthreads $(DEFINES)
INCPATH       = -I"c:\Qt\2009.01\qt\include\QtCore" -I"c:\Qt\2009.01\qt\include\QtGui" -I"c:\Qt\2009.01\qt\include" -I"..\..\..\eneboo-fllite-p1" -I"c:\Qt\2009.01\qt\include\ActiveQt" -I"release" -I"." -I"c:\Qt\2009.01\qt\mkspecs\win32-g++"
LINK        =        g++
LFLAGS        =        -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -shared -mthreads -Wl -Wl,--out-implib,o:\Abanq\SuSE_Virtual\fllite-win32\eneboo-fllite-p1\facturalux\lib\libadvance0.a
LIBS        =        -L"c:\Qt\2009.01\qt\lib" .o\advance_resource_res.o -LO:\Abanq\SuSE_Virtual\fllite-win32\eneboo-fllite-p1\facturalux\lib -LO:\Abanq\SuSE_Virtual\fllite-win32\eneboo-fllite-p1\facturalux/lib -lQtGui4 -lQtCore4
QMAKE         = c:\Qt\2009.01\qt\bin\qmake.exe
IDC           = c:\Qt\2009.01\qt\bin\idc.exe
IDL           = midl
ZIP           = zip -r -9
DEF_FILE      = 
RES_FILE      = .o\advance_resource_res.o
COPY          = copy /y
COPY_FILE     = $(COPY)
COPY_DIR      = xcopy /s /q /y /i
DEL_FILE      = del
DEL_DIR       = rmdir
MOVE          = move
CHK_DIR_EXISTS= if not exist
MKDIR         = mkdir
INSTALL_FILE    = $(COPY_FILE)
INSTALL_PROGRAM = $(COPY_FILE)
INSTALL_DIR     = $(COPY_DIR)

####### Output directory

OBJECTS_DIR   = .o

####### Files

SOURCES       = vdatepopup.cpp \
		vdatetable.cpp release\moc_vdatepopup.cpp \
		release\moc_vdatetable.cpp \
		qmake_image_collection.cpp
OBJECTS       = .o/vdatepopup.o \
		.o/vdatetable.o \
		.o/moc_vdatepopup.o \
		.o/moc_vdatetable.o \
		.o/qmake_image_collection.o
DIST          = 
QMAKE_TARGET  = advance
DESTDIR        = ..\..\facturalux\lib\ #avoid trailing-slash linebreak
TARGET         = advance0.dll
DESTDIR_TARGET = ..\..\facturalux\lib\advance0.dll

####### Implicit rules

.SUFFIXES: .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:
	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<

####### Build rules

first: all
all: Makefile.Release  $(DESTDIR_TARGET)

$(DESTDIR_TARGET):  $(OBJECTS) .o/advance_resource_res.o
	$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS)  $(LIBS)

	-$(COPY_FILE) "$(DESTDIR_TARGET)" ..\..\facturalux\bin

.o/advance_resource_res.o: advance_resource.rc
	windres -i advance_resource.rc -o .o\advance_resource_res.o --include-dir=.

qmake:  FORCE
	@$(QMAKE) -spec c:\Qt\2009.01\qt\mkspecs\win32-g++ -win32 CONFIG+=debug_and_release -o Makefile.Release advance.pro

dist:
	$(ZIP) advance.zip $(SOURCES) $(DIST) ..\..\user.pro c:\Qt\2009.01\qt\mkspecs\qconfig.pri c:\Qt\2009.01\qt\mkspecs\features\qt_functions.prf c:\Qt\2009.01\qt\mkspecs\features\qt_config.prf c:\Qt\2009.01\qt\mkspecs\features\exclusive_builds.prf c:\Qt\2009.01\qt\mkspecs\features\default_pre.prf c:\Qt\2009.01\qt\mkspecs\features\win32\default_pre.prf ..\..\settings.pro c:\Qt\2009.01\qt\mkspecs\features\release.prf c:\Qt\2009.01\qt\mkspecs\features\debug_and_release.prf c:\Qt\2009.01\qt\mkspecs\features\default_post.prf c:\Qt\2009.01\qt\mkspecs\features\win32\default_post.prf c:\Qt\2009.01\qt\mkspecs\features\build_pass.prf c:\Qt\2009.01\qt\mkspecs\features\dll.prf c:\Qt\2009.01\qt\mkspecs\features\shared.prf c:\Qt\2009.01\qt\mkspecs\features\qt.prf c:\Qt\2009.01\qt\mkspecs\features\win32\thread.prf c:\Qt\2009.01\qt\mkspecs\features\moc.prf c:\Qt\2009.01\qt\mkspecs\features\warn_off.prf c:\Qt\2009.01\qt\mkspecs\features\win32\rtti.prf c:\Qt\2009.01\qt\mkspecs\features\win32\exceptions.prf c:\Qt\2009.01\qt\mkspecs\features\win32\stl.prf c:\Qt\2009.01\qt\mkspecs\features\win32\windows.prf c:\Qt\2009.01\qt\mkspecs\features\resources.prf c:\Qt\2009.01\qt\mkspecs\features\uic.prf c:\Qt\2009.01\qt\mkspecs\features\yacc.prf c:\Qt\2009.01\qt\mkspecs\features\lex.prf  HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES 

clean: compiler_clean 
	-$(DEL_FILE) .o\vdatepopup.o .o\vdatetable.o .o\moc_vdatepopup.o .o\moc_vdatetable.o .o\qmake_image_collection.o
	-$(DEL_FILE) o:\Abanq\SuSE_Virtual\fllite-win32\eneboo-fllite-p1\facturalux\lib\libadvance0.a
	-$(DEL_FILE) .o\advance_resource_res.o

distclean: clean
	-$(DEL_FILE) $(DESTDIR_TARGET)
	-$(DEL_FILE) Makefile.Release

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

compiler_moc_header_make_all: release/moc_vdatepopup.cpp release/moc_vdatetable.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) release\moc_vdatepopup.cpp release\moc_vdatetable.cpp
release/moc_vdatepopup.cpp: vdatepopup.h
	c:/Qt/2009.01/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 vdatepopup.h -o release\moc_vdatepopup.cpp

release/moc_vdatetable.cpp: vdatetable.h
	c:/Qt/2009.01/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 vdatetable.h -o release\moc_vdatetable.cpp

compiler_rcc_make_all:
compiler_rcc_clean:
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
qmake_image_collection.cpp: images/1leftarrow.png \
		images/1rightarrow.png \
		images/2leftarrow.png \
		images/2rightarrow.png 
	echo images\1leftarrow.png images\1rightarrow.png images\2leftarrow.png images\2rightarrow.png >> images.tmp 
	 c:/Qt/2009.01/qt/bin\uic3.exe -embed advance -f images.tmp -o qmake_image_collection.cpp 
	

compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all:
compiler_uic_clean:
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean compiler_image_collection_clean 



####### Compile

.o/vdatepopup.o: vdatepopup.cpp vdatepopup.h \
		vdatetable.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .o\vdatepopup.o vdatepopup.cpp

.o/vdatetable.o: vdatetable.cpp vdatetable.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .o\vdatetable.o vdatetable.cpp

.o/moc_vdatepopup.o: release/moc_vdatepopup.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .o\moc_vdatepopup.o release\moc_vdatepopup.cpp

.o/moc_vdatetable.o: release/moc_vdatetable.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .o\moc_vdatetable.o release\moc_vdatetable.cpp

.o/qmake_image_collection.o: qmake_image_collection.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .o\qmake_image_collection.o qmake_image_collection.cpp

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

