#############################################################################
# Makefile for building: xscalemon
# Generated by qmake (1.04a) on: Mon Nov 17 03:36:21 2003
# Project:  xscalemon.pro
# Template: app
# Command: $(QMAKE) -o Makefile xscalemon.pro
#############################################################################

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

CC       = gcc
CXX      = g++
LEX      = flex
YACC     = yacc
CFLAGS   = -pipe -Wall -W -I/usr/include/fontconfig -I/usr/include/Xft2 -O2 -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
CXXFLAGS = -pipe -fno-exceptions -Wall -W -I/usr/include/fontconfig -I/usr/include/Xft2 -O2 -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
LEXFLAGS = 
YACCFLAGS= -d
INCPATH  = -I../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include -I$(QTDIR)/include -Imoc/ -I$(QTDIR)/mkspecs/default
LINK     = g++
LFLAGS   = 
LIBS     = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -L/home/ssaewong/qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/lib -lqwt -lqt-mt -lpthread -lXext -lX11 -lm
AR       = ar cqs
RANLIB   = 
MOC      = $(QTDIR)/bin/moc
UIC      = $(QTDIR)/bin/uic
QMAKE    = qmake
TAR      = tar -cf
GZIP     = gzip -9f
COPY     = cp -f
COPY_FILE= $(COPY) -p
COPY_DIR = $(COPY) -pR
DEL_FILE = rm -f
SYMLINK  = ln -sf
DEL_DIR  = rmdir
MOVE     = mv

####### Output directory

OBJECTS_DIR = obj/

####### Files

HEADERS = mainwindow.h \
		doublerect.h \
		incrementalplot.h \
		realtimeplot.h \
		zoomplot.h \
		brhwidget.h
SOURCES = xscalemon.cpp \
		doublerect.cpp \
		mainwindow.cpp \
		incrementalplot.cpp \
		realtimeplot.cpp \
		zoomplot.cpp \
		brhwidget.cpp
OBJECTS = obj/xscalemon.o \
		obj/doublerect.o \
		obj/mainwindow.o \
		obj/incrementalplot.o \
		obj/realtimeplot.o \
		obj/zoomplot.o \
		obj/brhwidget.o
FORMS = 
UICDECLS = 
UICIMPLS = 
SRCMOC   = moc/moc_mainwindow.cpp \
		moc/moc_incrementalplot.cpp \
		moc/moc_realtimeplot.cpp \
		moc/moc_zoomplot.cpp \
		moc/moc_brhwidget.cpp
OBJMOC = obj/moc_mainwindow.o \
		obj/moc_incrementalplot.o \
		obj/moc_realtimeplot.o \
		obj/moc_zoomplot.o \
		obj/moc_brhwidget.o
DIST	   = /home/ssaewong/xscalemon/xscalemon.pro
QMAKE_TARGET = xscalemon
DESTDIR  = 
TARGET   = xscalemon

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

.SUFFIXES: .c .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): $(UICDECLS) $(OBJECTS) $(OBJMOC) 
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)

mocables: $(SRCMOC)

$(MOC): 
	( cd $(QTDIR)/src/moc ; $(MAKE) )

Makefile: xscalemon.pro  $(QTDIR)/mkspecs/default/qmake.conf 
	$(QMAKE) -o Makefile xscalemon.pro
qmake: 
	@$(QMAKE) -o Makefile xscalemon.pro

dist: 
	@mkdir -p obj/xscalemon && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) obj/xscalemon/ && ( cd `dirname obj/xscalemon` && $(TAR) xscalemon.tar xscalemon && $(GZIP) xscalemon.tar ) && $(MOVE) `dirname obj/xscalemon`/xscalemon.tar.gz . && $(DEL_DIR) obj/xscalemon

mocclean:
	-$(DEL_FILE) $(OBJMOC)
	-$(DEL_FILE) $(SRCMOC)

uiclean:

clean: mocclean
	-$(DEL_FILE) $(OBJECTS) 
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

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


FORCE:

####### Compile

obj/xscalemon.o: xscalemon.cpp mainwindow.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/xscalemon.o xscalemon.cpp

obj/doublerect.o: doublerect.cpp doublerect.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/doublerect.o doublerect.cpp

obj/mainwindow.o: mainwindow.cpp brhwidget.h \
		mainwindow.h \
		start.xpm \
		clear.xpm \
		zoomplot.h \
		doublerect.h \
		realtimeplot.h \
		incrementalplot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_global.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_grid.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_autoscl.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldraw.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_symbol.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_curve.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_marker.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_printfilter.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_classes.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_dimap.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldiv.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_spline.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_item.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/mainwindow.o mainwindow.cpp

obj/incrementalplot.o: incrementalplot.cpp ../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_canvas.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_curve.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scale.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_dict.h \
		realtimeplot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_global.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_grid.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_autoscl.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldraw.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_symbol.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_marker.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_printfilter.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_classes.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_dimap.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldiv.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_spline.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_item.h \
		incrementalplot.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/incrementalplot.o incrementalplot.cpp

obj/realtimeplot.o: realtimeplot.cpp ../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_dict.h \
		realtimeplot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_global.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_grid.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_autoscl.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldraw.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_symbol.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_curve.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_marker.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_printfilter.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_classes.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_dimap.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldiv.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_spline.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_item.h \
		incrementalplot.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/realtimeplot.o realtimeplot.cpp

obj/zoomplot.o: zoomplot.cpp ../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_math.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scale.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_canvas.h \
		zoomplot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_global.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldiv.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldraw.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_dimap.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt.h \
		doublerect.h \
		realtimeplot.h \
		incrementalplot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_grid.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_autoscl.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_symbol.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_curve.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_marker.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_printfilter.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_classes.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_spline.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_item.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/zoomplot.o zoomplot.cpp

obj/brhwidget.o: brhwidget.cpp brhwidget.h \
		zoomplot.h \
		doublerect.h \
		realtimeplot.h \
		incrementalplot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_global.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_grid.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_autoscl.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldraw.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_symbol.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_curve.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_marker.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_printfilter.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_classes.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_dimap.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldiv.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_spline.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_item.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/brhwidget.o brhwidget.cpp

obj/moc_mainwindow.o: moc/moc_mainwindow.cpp mainwindow.h 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_mainwindow.o moc/moc_mainwindow.cpp

obj/moc_incrementalplot.o: moc/moc_incrementalplot.cpp incrementalplot.h ../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_global.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_grid.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_autoscl.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldraw.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_symbol.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_curve.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_marker.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_printfilter.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_classes.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_dimap.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldiv.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_spline.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_item.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_incrementalplot.o moc/moc_incrementalplot.cpp

obj/moc_realtimeplot.o: moc/moc_realtimeplot.cpp realtimeplot.h incrementalplot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_global.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_grid.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_autoscl.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldraw.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_symbol.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_curve.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_marker.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_printfilter.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_classes.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_dimap.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldiv.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_spline.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_item.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_realtimeplot.o moc/moc_realtimeplot.cpp

obj/moc_zoomplot.o: moc/moc_zoomplot.cpp zoomplot.h doublerect.h \
		realtimeplot.h \
		incrementalplot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_global.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_grid.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_autoscl.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldraw.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_symbol.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_curve.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_marker.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_printfilter.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_classes.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_dimap.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldiv.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_spline.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_item.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_zoomplot.o moc/moc_zoomplot.cpp

obj/moc_brhwidget.o: moc/moc_brhwidget.cpp brhwidget.h zoomplot.h \
		doublerect.h \
		realtimeplot.h \
		incrementalplot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_global.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_grid.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_autoscl.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldraw.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_symbol.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_curve.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_marker.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_printfilter.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_classes.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_dimap.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_scldiv.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_spline.h \
		../qt-embedded/qt-x11-free-3.1.0-b1/qwt-0.4.1/include/qwt_plot_item.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj/moc_brhwidget.o moc/moc_brhwidget.cpp

moc/moc_mainwindow.cpp: $(MOC) mainwindow.h
	$(MOC) mainwindow.h -o moc/moc_mainwindow.cpp

moc/moc_incrementalplot.cpp: $(MOC) incrementalplot.h
	$(MOC) incrementalplot.h -o moc/moc_incrementalplot.cpp

moc/moc_realtimeplot.cpp: $(MOC) realtimeplot.h
	$(MOC) realtimeplot.h -o moc/moc_realtimeplot.cpp

moc/moc_zoomplot.cpp: $(MOC) zoomplot.h
	$(MOC) zoomplot.h -o moc/moc_zoomplot.cpp

moc/moc_brhwidget.cpp: $(MOC) brhwidget.h
	$(MOC) brhwidget.h -o moc/moc_brhwidget.cpp

####### Install

install: all 

uninstall: 

