#############################################################################
# Makefile for building: dials
# Generated by qmake (2.00a) (Qt 4.1.3) on: Mi Jul 5 12:21:50 2006
# Project:  dials.pro
# Template: app
# Command: /usr/local/Trolltech/Qt-4.1.3/bin/qmake -unix -o Makefile dials.pro
#############################################################################

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

CC            = gcc
CXX           = g++
LEX           = flex
YACC          = yacc
DEFINES       = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -O2 -Wall -W -D_REENTRANT  $(DEFINES)
CXXFLAGS      = -pipe -O2 -Wall -W -D_REENTRANT  $(DEFINES)
LEXFLAGS      = 
YACCFLAGS     = -d
INCPATH       = -I/usr/local/Trolltech/Qt-4.1.3/mkspecs/linux-g++ -I. -I/usr/local/Trolltech/Qt-4.1.3/include/QtCore -I/usr/local/Trolltech/Qt-4.1.3/include/QtGui -I/usr/local/Trolltech/Qt-4.1.3/include -I../../include -Imoc -I.
LINK          = g++
LFLAGS        = -Wl,-rpath,/usr/local/Trolltech/Qt-4.1.3/lib
LIBS          = $(SUBLIBS)  -L/usr/local/Trolltech/Qt-4.1.3/lib ../../lib/libqwt.a -lQtGui -L/home/lehrig/temp/qt-x11-opensource-src-4.1.3/lib -L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lQtCore -lz -lm -lpthread -ldl
AR            = ar cqs
RANLIB        = 
QMAKE         = /usr/local/Trolltech/Qt-4.1.3/bin/qmake
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   = obj/

####### Files

SOURCES       = attitude_indicator.cpp \
		speedo_meter.cpp \
		cockpit_grid.cpp \
		compass_grid.cpp \
		dials.cpp moc/moc_attitude_indicator.cpp \
		moc/moc_cockpit_grid.cpp
OBJECTS       = obj/attitude_indicator.o \
		obj/speedo_meter.o \
		obj/cockpit_grid.o \
		obj/compass_grid.o \
		obj/dials.o \
		obj/moc_attitude_indicator.o \
		obj/moc_cockpit_grid.o
DIST          = /usr/local/Trolltech/Qt-4.1.3/mkspecs/qconfig.pri \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/qt_config.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/exclusive_builds.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/default_pre.prf \
		../examples.pri \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/release.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/default_post.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/warn_on.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/unix/thread.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/qt.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/moc.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/resources.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/uic.prf \
		dials.pro
QMAKE_TARGET  = dials
DESTDIR       = 
TARGET        = dials

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: dials.pro  /usr/local/Trolltech/Qt-4.1.3/mkspecs/linux-g++/qmake.conf /usr/local/Trolltech/Qt-4.1.3/mkspecs/qconfig.pri \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/qt_config.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/exclusive_builds.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/default_pre.prf \
		../examples.pri \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/release.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/default_post.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/warn_on.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/unix/thread.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/qt.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/moc.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/resources.prf \
		/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/uic.prf \
		/usr/local/Trolltech/Qt-4.1.3/lib/libQtGui.prl \
		/usr/local/Trolltech/Qt-4.1.3/lib/libQtCore.prl
	$(QMAKE) -unix -o Makefile dials.pro
/usr/local/Trolltech/Qt-4.1.3/mkspecs/qconfig.pri:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/qt_config.prf:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/exclusive_builds.prf:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/default_pre.prf:
../examples.pri:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/release.prf:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/default_post.prf:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/warn_on.prf:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/unix/thread.prf:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/qt.prf:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/moc.prf:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/resources.prf:
/usr/local/Trolltech/Qt-4.1.3/mkspecs/features/uic.prf:
/usr/local/Trolltech/Qt-4.1.3/lib/libQtGui.prl:
/usr/local/Trolltech/Qt-4.1.3/lib/libQtCore.prl:
qmake:  FORCE
	@$(QMAKE) -unix -o Makefile dials.pro

dist: 
	@$(CHK_DIR_EXISTS) "obj/dials1.0.0" || $(MKDIR) "obj/dials1.0.0"
	$(COPY_FILE) --parents $(SOURCES) $(DIST) obj/dials1.0.0/ && $(COPY_FILE) --parents attitude_indicator.h speedo_meter.h cockpit_grid.h compass_grid.h obj/dials1.0.0/ && $(COPY_FILE) --parents attitude_indicator.cpp speedo_meter.cpp cockpit_grid.cpp compass_grid.cpp dials.cpp obj/dials1.0.0/ && (cd `dirname obj/dials1.0.0` && $(TAR) dials1.0.0.tar dials1.0.0 && $(COMPRESS) dials1.0.0.tar) && $(MOVE) `dirname obj/dials1.0.0`/dials1.0.0.tar.gz . && $(DEL_FILE) -r obj/dials1.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/local/Trolltech/Qt-4.1.3/bin/moc:
	(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/moc_attitude_indicator.cpp moc/moc_cockpit_grid.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc/moc_attitude_indicator.cpp moc/moc_cockpit_grid.cpp
moc/moc_attitude_indicator.cpp: ../../include/qwt_dial.h \
		../../include/qwt_global.h \
		../../include/qwt_abstract_slider.h \
		../../include/qwt_double_range.h \
		../../include/qwt_round_scale_draw.h \
		../../include/qwt_abstract_scale_draw.h \
		../../include/qwt_scale_div.h \
		../../include/qwt_text.h \
		../../include/qwt_dial_needle.h \
		attitude_indicator.h \
		/usr/local/Trolltech/Qt-4.1.3/bin/moc
	/usr/local/Trolltech/Qt-4.1.3/bin/moc $(DEFINES) $(INCPATH) attitude_indicator.h -o moc/moc_attitude_indicator.cpp

moc/moc_cockpit_grid.cpp: cockpit_grid.h \
		/usr/local/Trolltech/Qt-4.1.3/bin/moc
	/usr/local/Trolltech/Qt-4.1.3/bin/moc $(DEFINES) $(INCPATH) cockpit_grid.h -o moc/moc_cockpit_grid.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

obj/attitude_indicator.o: attitude_indicator.cpp ../../include/qwt_math.h \
		../../include/qwt_global.h \
		attitude_indicator.h \
		../../include/qwt_dial.h \
		../../include/qwt_abstract_slider.h \
		../../include/qwt_double_range.h \
		../../include/qwt_round_scale_draw.h \
		../../include/qwt_abstract_scale_draw.h \
		../../include/qwt_scale_div.h \
		../../include/qwt_text.h \
		../../include/qwt_dial_needle.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/attitude_indicator.o attitude_indicator.cpp

obj/speedo_meter.o: speedo_meter.cpp ../../include/qwt_dial_needle.h \
		../../include/qwt_global.h \
		speedo_meter.h \
		../../include/qwt_dial.h \
		../../include/qwt_abstract_slider.h \
		../../include/qwt_double_range.h \
		../../include/qwt_round_scale_draw.h \
		../../include/qwt_abstract_scale_draw.h \
		../../include/qwt_scale_div.h \
		../../include/qwt_text.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/speedo_meter.o speedo_meter.cpp

obj/cockpit_grid.o: cockpit_grid.cpp ../../include/qwt_analog_clock.h \
		../../include/qwt_global.h \
		../../include/qwt_dial.h \
		../../include/qwt_abstract_slider.h \
		../../include/qwt_double_range.h \
		../../include/qwt_round_scale_draw.h \
		../../include/qwt_abstract_scale_draw.h \
		../../include/qwt_scale_div.h \
		../../include/qwt_text.h \
		../../include/qwt_dial_needle.h \
		attitude_indicator.h \
		speedo_meter.h \
		cockpit_grid.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/cockpit_grid.o cockpit_grid.cpp

obj/compass_grid.o: compass_grid.cpp ../../include/qwt_compass.h \
		../../include/qwt_dial.h \
		../../include/qwt_global.h \
		../../include/qwt_abstract_slider.h \
		../../include/qwt_double_range.h \
		../../include/qwt_round_scale_draw.h \
		../../include/qwt_abstract_scale_draw.h \
		../../include/qwt_scale_div.h \
		../../include/qwt_text.h \
		../../include/qwt_compass_rose.h \
		../../include/qwt_dial_needle.h \
		compass_grid.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/compass_grid.o compass_grid.cpp

obj/dials.o: dials.cpp compass_grid.h \
		cockpit_grid.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/dials.o dials.cpp

obj/moc_attitude_indicator.o: moc/moc_attitude_indicator.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_attitude_indicator.o moc/moc_attitude_indicator.cpp

obj/moc_cockpit_grid.o: moc/moc_cockpit_grid.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_cockpit_grid.o moc/moc_cockpit_grid.cpp

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

