#############################################################################
# Makefile for building: KMFormat
# Generated by qmake (2.00a) (Qt 4.1.2) on: Sat Aug 19 17:34:54 2006
# Project:  KMFormat.pro
# Template: app
# Command: /usr/bin/qmake-qt4 -unix -o Makefile KMFormat.pro
#############################################################################

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

CC            = gcc
CXX           = g++
LEX           = flex
YACC          = yacc
DEFINES       = -DQT_GUI_LIB -DQT_CORE_LIB
CFLAGS        = -pipe -g -Wall -W -D_REENTRANT  $(DEFINES)
CXXFLAGS      = -pipe -g -Wall -W -D_REENTRANT  $(DEFINES)
LEXFLAGS      = 
YACCFLAGS     = -d
INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I. -Os
LINK          = g++
LFLAGS        = 
LIBS          = $(SUBLIBS)  -L/usr/lib -lQtGui_debug -lQtCore_debug -lpthread
AR            = ar cqs
RANLIB        = 
QMAKE         = /usr/bin/qmake-qt4
TAR           = tar -cf
COMPRESS      = gzip -9f
COPY          = cp -f
COPY_FILE     = $(COPY)
COPY_DIR      = $(COPY) -r
INSTALL_FILE  = $(COPY_FILE)
INSTALL_DIR   = $(COPY_DIR)
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   = ./

####### Files

SOURCES       = main.cpp \
		QFormatDLG.cpp \
		CDrive.cpp \
		ListMountPoint.cpp \
		TstFileExist.cpp moc_QFormatDLG.cpp \
		moc_CDrive.cpp
OBJECTS       = main.o \
		QFormatDLG.o \
		CDrive.o \
		ListMountPoint.o \
		TstFileExist.o \
		moc_QFormatDLG.o \
		moc_CDrive.o
DIST          = /usr/share/qt4/mkspecs/qconfig.pri \
		/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/share/qt4/mkspecs/features/default_pre.prf \
		/usr/share/qt4/mkspecs/features/debug.prf \
		/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/share/qt4/mkspecs/features/uic.prf \
		KMFormat.pro
QMAKE_TARGET  = KMFormat
DESTDIR       = 
TARGET        = KMFormat

first: all
####### Implicit rules

.SUFFIXES: .c .o .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 $(TARGET)

$(TARGET):  $(OBJECTS)  
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: KMFormat.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/qconfig.pri \
		/usr/share/qt4/mkspecs/features/qt_config.prf \
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
		/usr/share/qt4/mkspecs/features/default_pre.prf \
		/usr/share/qt4/mkspecs/features/debug.prf \
		/usr/share/qt4/mkspecs/features/default_post.prf \
		/usr/share/qt4/mkspecs/features/warn_on.prf \
		/usr/share/qt4/mkspecs/features/qt.prf \
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
		/usr/share/qt4/mkspecs/features/moc.prf \
		/usr/share/qt4/mkspecs/features/resources.prf \
		/usr/share/qt4/mkspecs/features/uic.prf
	$(QMAKE) -unix -o Makefile KMFormat.pro
/usr/share/qt4/mkspecs/qconfig.pri:
/usr/share/qt4/mkspecs/features/qt_config.prf:
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/usr/share/qt4/mkspecs/features/default_pre.prf:
/usr/share/qt4/mkspecs/features/debug.prf:
/usr/share/qt4/mkspecs/features/default_post.prf:
/usr/share/qt4/mkspecs/features/warn_on.prf:
/usr/share/qt4/mkspecs/features/qt.prf:
/usr/share/qt4/mkspecs/features/unix/thread.prf:
/usr/share/qt4/mkspecs/features/moc.prf:
/usr/share/qt4/mkspecs/features/resources.prf:
/usr/share/qt4/mkspecs/features/uic.prf:
qmake:  FORCE
	@$(QMAKE) -unix -o Makefile KMFormat.pro

dist: 
	@$(CHK_DIR_EXISTS) ".tmp/KMFormat1.0.0" || $(MKDIR) ".tmp/KMFormat1.0.0"
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/KMFormat1.0.0/ && $(COPY_FILE) --parents QFormatDLG.h CDrive.h ListMountPoint.h TstFileExist.h .tmp/KMFormat1.0.0/ && $(COPY_FILE) --parents main.cpp QFormatDLG.cpp CDrive.cpp ListMountPoint.cpp TstFileExist.cpp .tmp/KMFormat1.0.0/ && $(COPY_FILE) --parents KMFormat_fr.ts .tmp/KMFormat1.0.0/ && (cd `dirname .tmp/KMFormat1.0.0` && $(TAR) KMFormat1.0.0.tar KMFormat1.0.0 && $(COMPRESS) KMFormat1.0.0.tar) && $(MOVE) `dirname .tmp/KMFormat1.0.0`/KMFormat1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/KMFormat1.0.0


yaccclean:
lexclean:
clean:compiler_clean 
	-$(DEL_FILE) $(OBJECTS)
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) $(TARGET) 
	-$(DEL_FILE) Makefile


/usr/bin/moc-qt4:
	(cd "$(QTDIR)/src/tools/moc" && $(MAKE))

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: moc_QFormatDLG.cpp moc_CDrive.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_QFormatDLG.cpp moc_CDrive.cpp
moc_QFormatDLG.cpp: ListMountPoint.h \
		TstFileExist.h \
		QFormatDLG.h \
		/usr/bin/moc-qt4
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) QFormatDLG.h -o moc_QFormatDLG.cpp

moc_CDrive.cpp: CDrive.h \
		/usr/bin/moc-qt4
	/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) CDrive.h -o moc_CDrive.cpp

compiler_rcc_make_all:
compiler_rcc_clean:
compiler_image_collection_make_all:
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all:
compiler_uic_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_image_collection_clean compiler_moc_source_clean compiler_uic_clean 

####### Compile

main.o: main.cpp QFormatDLG.h \
		ListMountPoint.h \
		TstFileExist.h

QFormatDLG.o: QFormatDLG.cpp QFormatDLG.h \
		ListMountPoint.h \
		TstFileExist.h \
		CDrive.h

CDrive.o: CDrive.cpp CDrive.h

ListMountPoint.o: ListMountPoint.cpp ListMountPoint.h

TstFileExist.o: TstFileExist.cpp TstFileExist.h

moc_QFormatDLG.o: moc_QFormatDLG.cpp 

moc_CDrive.o: moc_CDrive.cpp 

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

