#############################################################################
# Makefile for building: event_filter
# Generated by qmake (2.00a) (Qt 4.1.3) on: Mi Jul 5 12:21:49 2006
# Project:  event_filter.pro
# Template: app
# Command: /usr/local/Trolltech/Qt-4.1.3/bin/qmake -unix -o Makefile event_filter.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       = colorbar.cpp \
		scalepicker.cpp \
		canvaspicker.cpp \
		plot.cpp \
		event_filter.cpp moc/moc_colorbar.cpp \
		moc/moc_scalepicker.cpp \
		moc/moc_canvaspicker.cpp \
		moc/moc_plot.cpp
OBJECTS       = obj/colorbar.o \
		obj/scalepicker.o \
		obj/canvaspicker.o \
		obj/plot.o \
		obj/event_filter.o \
		obj/moc_colorbar.o \
		obj/moc_scalepicker.o \
		obj/moc_canvaspicker.o \
		obj/moc_plot.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 \
		event_filter.pro
QMAKE_TARGET  = event_filter
DESTDIR       = 
TARGET        = event_filter

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: event_filter.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 event_filter.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 event_filter.pro

dist: 
	@$(CHK_DIR_EXISTS) "obj/event_filter1.0.0" || $(MKDIR) "obj/event_filter1.0.0"
	$(COPY_FILE) --parents $(SOURCES) $(DIST) obj/event_filter1.0.0/ && $(COPY_FILE) --parents colorbar.h scalepicker.h canvaspicker.h plot.h obj/event_filter1.0.0/ && $(COPY_FILE) --parents colorbar.cpp scalepicker.cpp canvaspicker.cpp plot.cpp event_filter.cpp obj/event_filter1.0.0/ && (cd `dirname obj/event_filter1.0.0` && $(TAR) event_filter1.0.0.tar event_filter1.0.0 && $(COMPRESS) event_filter1.0.0.tar) && $(MOVE) `dirname obj/event_filter1.0.0`/event_filter1.0.0.tar.gz . && $(DEL_FILE) -r obj/event_filter1.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_colorbar.cpp moc/moc_scalepicker.cpp moc/moc_canvaspicker.cpp moc/moc_plot.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc/moc_colorbar.cpp moc/moc_scalepicker.cpp moc/moc_canvaspicker.cpp moc/moc_plot.cpp
moc/moc_colorbar.cpp: colorbar.h \
		/usr/local/Trolltech/Qt-4.1.3/bin/moc
	/usr/local/Trolltech/Qt-4.1.3/bin/moc $(DEFINES) $(INCPATH) colorbar.h -o moc/moc_colorbar.cpp

moc/moc_scalepicker.cpp: scalepicker.h \
		/usr/local/Trolltech/Qt-4.1.3/bin/moc
	/usr/local/Trolltech/Qt-4.1.3/bin/moc $(DEFINES) $(INCPATH) scalepicker.h -o moc/moc_scalepicker.cpp

moc/moc_canvaspicker.cpp: canvaspicker.h \
		/usr/local/Trolltech/Qt-4.1.3/bin/moc
	/usr/local/Trolltech/Qt-4.1.3/bin/moc $(DEFINES) $(INCPATH) canvaspicker.h -o moc/moc_canvaspicker.cpp

moc/moc_plot.cpp: ../../include/qwt_plot.h \
		../../include/qwt_global.h \
		../../include/qwt_array.h \
		../../include/qwt_text.h \
		../../include/qwt_plot_dict.h \
		../../include/qwt_plot_item.h \
		../../include/qwt_double_rect.h \
		../../include/qwt_scale_map.h \
		../../include/qwt_math.h \
		../../include/qwt_plot_printfilter.h \
		plot.h \
		/usr/local/Trolltech/Qt-4.1.3/bin/moc
	/usr/local/Trolltech/Qt-4.1.3/bin/moc $(DEFINES) $(INCPATH) plot.h -o moc/moc_plot.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/colorbar.o: colorbar.cpp colorbar.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/colorbar.o colorbar.cpp

obj/scalepicker.o: scalepicker.cpp ../../include/qwt_plot.h \
		../../include/qwt_global.h \
		../../include/qwt_array.h \
		../../include/qwt_text.h \
		../../include/qwt_plot_dict.h \
		../../include/qwt_plot_item.h \
		../../include/qwt_double_rect.h \
		../../include/qwt_scale_map.h \
		../../include/qwt_math.h \
		../../include/qwt_plot_printfilter.h \
		../../include/qwt_scale_widget.h \
		../../include/qwt_scale_draw.h \
		../../include/qwt_abstract_scale_draw.h \
		../../include/qwt_scale_div.h \
		scalepicker.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/scalepicker.o scalepicker.cpp

obj/canvaspicker.o: canvaspicker.cpp ../../include/qwt_plot.h \
		../../include/qwt_global.h \
		../../include/qwt_array.h \
		../../include/qwt_text.h \
		../../include/qwt_plot_dict.h \
		../../include/qwt_plot_item.h \
		../../include/qwt_double_rect.h \
		../../include/qwt_scale_map.h \
		../../include/qwt_math.h \
		../../include/qwt_plot_printfilter.h \
		../../include/qwt_symbol.h \
		../../include/qwt_plot_canvas.h \
		../../include/qwt_plot_curve.h \
		../../include/qwt_data.h \
		canvaspicker.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/canvaspicker.o canvaspicker.cpp

obj/plot.o: plot.cpp plot.h \
		../../include/qwt_plot.h \
		../../include/qwt_global.h \
		../../include/qwt_array.h \
		../../include/qwt_text.h \
		../../include/qwt_plot_dict.h \
		../../include/qwt_plot_item.h \
		../../include/qwt_double_rect.h \
		../../include/qwt_scale_map.h \
		../../include/qwt_math.h \
		../../include/qwt_plot_printfilter.h \
		colorbar.h \
		../../include/qwt_plot_layout.h \
		../../include/qwt_plot_canvas.h \
		../../include/qwt_plot_grid.h \
		../../include/qwt_scale_div.h \
		../../include/qwt_plot_curve.h \
		../../include/qwt_data.h \
		../../include/qwt_symbol.h \
		../../include/qwt_scale_widget.h \
		../../include/qwt_scale_draw.h \
		../../include/qwt_abstract_scale_draw.h \
		../../include/qwt_wheel.h \
		../../include/qwt_abstract_slider.h \
		../../include/qwt_double_range.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/plot.o plot.cpp

obj/event_filter.o: event_filter.cpp plot.h \
		../../include/qwt_plot.h \
		../../include/qwt_global.h \
		../../include/qwt_array.h \
		../../include/qwt_text.h \
		../../include/qwt_plot_dict.h \
		../../include/qwt_plot_item.h \
		../../include/qwt_double_rect.h \
		../../include/qwt_scale_map.h \
		../../include/qwt_math.h \
		../../include/qwt_plot_printfilter.h \
		canvaspicker.h \
		scalepicker.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/event_filter.o event_filter.cpp

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

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

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

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

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

