#############################################################################
# Makefile for building: lm-gui
# Generated by qmake (2.01a) (Qt 4.4.0) on: Mon May 12 13:08:06 2008
# Project:  lm-gui.pro
# Template: app
#############################################################################

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

CC            = gcc
CXX           = g++
DEFINES       = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
CFLAGS        = -O2 -Wall $(DEFINES)
CXXFLAGS      = -O2 -frtti -fexceptions -mthreads -Wall $(DEFINES)
INCPATH       = -I'../../../../Qt/4.4.0/include/QtCore' -I'../../../../Qt/4.4.0/include/QtCore' -I'../../../../Qt/4.4.0/include/QtGui' -I'../../../../Qt/4.4.0/include/QtGui' -I'../../../../Qt/4.4.0/include' -I'.' -I'c:/Qt/4.4.0/include/ActiveQt' -I'release' -I'.' -I'../../../../Qt/4.4.0/mkspecs/win32-g++'
LINK        =        g++
LFLAGS        =        -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows
LIBS        =        -L'c:/Qt/4.4.0/lib' -lmingw32 -lqtmain -lQtGui4 -lQtCore4
QMAKE         = c:/Qt/4.4.0/bin/qmake.exe
IDC           = c:/Qt/4.4.0/bin/idc.exe
IDL           = midl
ZIP           = zip -r -9
DEF_FILE      = 
RES_FILE      = 
COPY          = cp
COPY_FILE     = $(COPY)
COPY_DIR      = xcopy /s /q /y /i
DEL_FILE      = rm
DEL_DIR       = rmdir
MOVE          = mv
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir
INSTALL_FILE    = $(COPY_FILE)
INSTALL_PROGRAM = $(COPY_FILE)
INSTALL_DIR     = $(COPY_DIR)

####### Output directory

OBJECTS_DIR   = release/

####### Files

SOURCES       = lm-gui.cpp \
		main.cpp release/moc_lm-gui.cpp
OBJECTS       = release/lm-gui.o \
		release/main.o \
		release/moc_lm-gui.o
DIST          = 
QMAKE_TARGET  = lm-gui
DESTDIR        = release/ #avoid trailing-slash linebreak
TARGET         = lm-gui.exe
DESTDIR_TARGET = release/lm-gui.exe

####### 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): ui_lm-gui.h $(OBJECTS) 
	$(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS)  $(LIBS)


qmake:  FORCE
	@$(QMAKE) -win32 -o Makefile.Release lm-gui.pro

dist:
	$(ZIP) lm-gui.zip $(SOURCES) $(DIST) lm-gui.pro ../../../../Qt/4.4.0/mkspecs/qconfig.pri ../../../../Qt/4.4.0/mkspecs/features/qt_functions.prf ../../../../Qt/4.4.0/mkspecs/features/qt_config.prf ../../../../Qt/4.4.0/mkspecs/features/exclusive_builds.prf ../../../../Qt/4.4.0/mkspecs/features/default_pre.prf ../../../../Qt/4.4.0/mkspecs/features/win32/default_pre.prf ../../../../Qt/4.4.0/mkspecs/features/release.prf ../../../../Qt/4.4.0/mkspecs/features/debug_and_release.prf ../../../../Qt/4.4.0/mkspecs/features/default_post.prf ../../../../Qt/4.4.0/mkspecs/features/build_pass.prf ../../../../Qt/4.4.0/mkspecs/features/win32/rtti.prf ../../../../Qt/4.4.0/mkspecs/features/win32/exceptions.prf ../../../../Qt/4.4.0/mkspecs/features/win32/stl.prf ../../../../Qt/4.4.0/mkspecs/features/shared.prf ../../../../Qt/4.4.0/mkspecs/features/warn_on.prf ../../../../Qt/4.4.0/mkspecs/features/qt.prf ../../../../Qt/4.4.0/mkspecs/features/win32/thread.prf ../../../../Qt/4.4.0/mkspecs/features/moc.prf ../../../../Qt/4.4.0/mkspecs/features/win32/windows.prf ../../../../Qt/4.4.0/mkspecs/features/resources.prf ../../../../Qt/4.4.0/mkspecs/features/uic.prf ../../../../Qt/4.4.0/mkspecs/features/yacc.prf ../../../../Qt/4.4.0/mkspecs/features/lex.prf c:\Qt\4.4.0\lib\qtmain.prl  HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES 

clean: compiler_clean 
	-$(DEL_FILE) release/lm-gui.o release/main.o release/moc_lm-gui.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_lm-gui.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) release/moc_lm-gui.cpp
release/moc_lm-gui.cpp: ui_lm-gui.h \
		lm-gui.h
	C:\Qt\4.4.0\bin/moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 lm-gui.h -o release/moc_lm-gui.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
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_lm-gui.h
compiler_uic_clean:
	-$(DEL_FILE) ui_lm-gui.h
ui_lm-gui.h: lm-gui.ui
	c:/Qt/4.4.0/bin/uic.exe lm-gui.ui -o ui_lm-gui.h

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_uic_clean 



####### Compile

release/lm-gui.o: lm-gui.cpp lm-gui.h \
		ui_lm-gui.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/lm-gui.o lm-gui.cpp

release/main.o: main.cpp lm-gui.h \
		ui_lm-gui.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/main.o main.cpp

release/moc_lm-gui.o: release/moc_lm-gui.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_lm-gui.o release/moc_lm-gui.cpp

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

