#############################################################################
# Makefile for building: snotes
# Generated by qmake (1.07a) (Qt 3.3.4) on: Sun Jul 17 17:36:26 2005
# Project:  snotes.pro
# Template: app
# Command: $(QMAKE) -o Makefile snotes.pro
#############################################################################

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

CC       = gcc
CXX      = g++
LEX      = flex
YACC     = yacc
CFLAGS   = -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
CXXFLAGS = -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
LEXFLAGS = 
YACCFLAGS= -d
INCPATH  = -I/usr/share/qt3/mkspecs/default -I. -I. -I/usr/include/qt3
LINK     = g++
LFLAGS   = 
LIBS     = $(SUBLIBS) -L/usr/share/qt3/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm
AR       = ar cqs
RANLIB   = 
MOC      = /usr/share/qt3/bin/moc
UIC      = /usr/share/qt3/bin/uic
QMAKE    = qmake
TAR      = tar -cf
GZIP     = 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

HEADERS = alarmcl.h \
		alarmsv.h \
		alarmtimestamp.h \
		buttonClose.h \
		config.h \
		dialogfonts.h \
		lineedit.h \
		main.h \
		menu.h \
		note.h \
		note_list.h \
		noteconfig.h \
		notemenu.h \
		pipe.h \
		snotes.h \
		spinbox.h \
		tabWidgets.h \
		textedit.h \
		x11routines.h \
		xpms_buttonclose.h \
		xpms_menu.h \
		xpms_note_list.h \
		xpms_notemenu.h \
		xpms_snotes.h
SOURCES = alarmcl.cpp \
		alarmsv.cpp \
		alarmtimestamp.cpp \
		buttonClose.cpp \
		config.cpp \
		lineedit.cpp \
		main.cpp \
		menu.cpp \
		note.cpp \
		note_list.cpp \
		noteconfig.cpp \
		notemenu.cpp \
		pipe.cpp \
		snotes.cpp \
		spinbox.cpp \
		tabWidgets.cpp \
		textedit.cpp \
		x11routines.cpp
OBJECTS = alarmcl.o \
		alarmsv.o \
		alarmtimestamp.o \
		buttonClose.o \
		config.o \
		lineedit.o \
		main.o \
		menu.o \
		note.o \
		note_list.o \
		noteconfig.o \
		notemenu.o \
		pipe.o \
		snotes.o \
		spinbox.o \
		tabWidgets.o \
		textedit.o \
		x11routines.o
FORMS = 
UICDECLS = 
UICIMPLS = 
SRCMOC   = moc_alarmcl.cpp \
		moc_alarmsv.cpp \
		moc_config.cpp \
		moc_lineedit.cpp \
		moc_note.cpp \
		moc_note_list.cpp \
		moc_noteconfig.cpp \
		moc_pipe.cpp \
		moc_snotes.cpp \
		moc_tabWidgets.cpp \
		moc_textedit.cpp
OBJMOC = moc_alarmcl.o \
		moc_alarmsv.o \
		moc_config.o \
		moc_lineedit.o \
		moc_note.o \
		moc_note_list.o \
		moc_noteconfig.o \
		moc_pipe.o \
		moc_snotes.o \
		moc_tabWidgets.o \
		moc_textedit.o
DIST	   = snotes.pro
QMAKE_TARGET = snotes
DESTDIR  = 
TARGET   = snotes

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

mocables: $(SRCMOC)
uicables: $(UICDECLS) $(UICIMPLS)

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

Makefile: snotes.pro  /usr/share/qt3/mkspecs/default/qmake.conf /usr/share/qt3/lib/libqt-mt.prl
	$(QMAKE) -o Makefile snotes.pro
qmake: 
	@$(QMAKE) -o Makefile snotes.pro

dist: 
	@mkdir -p .tmp/snotes && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .tmp/snotes/ && ( cd `dirname .tmp/snotes` && $(TAR) snotes.tar snotes && $(GZIP) snotes.tar ) && $(MOVE) `dirname .tmp/snotes`/snotes.tar.gz . && $(DEL_FILE) -r .tmp/snotes

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

uiclean:

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


####### Sub-libraries

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


FORCE:

####### Compile

alarmcl.o: alarmcl.cpp alarmcl.h \
		alarmsv.h \
		config.h \
		dialogfonts.h \
		noteconfig.h \
		note.h \
		spinbox.h \
		alarmtimestamp.h \
		snotes.h \
		tabWidgets.h \
		menu.h \
		note_list.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

alarmsv.o: alarmsv.cpp alarmsv.h \
		config.h \
		note.h \
		alarmtimestamp.h \
		snotes.h \
		tabWidgets.h \
		menu.h \
		note_list.h \
		noteconfig.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

alarmtimestamp.o: alarmtimestamp.cpp alarmtimestamp.h

buttonClose.o: buttonClose.cpp config.h \
		xpms_buttonclose.h \
		snotes.h \
		tabWidgets.h \
		alarmtimestamp.h \
		note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		noteconfig.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

config.o: config.cpp config.h \
		dialogfonts.h \
		x11routines.h \
		snotes.h \
		tabWidgets.h \
		alarmtimestamp.h \
		note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		noteconfig.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

lineedit.o: lineedit.cpp lineedit.h

main.o: main.cpp snotes.h \
		main.h \
		dialogfonts.h \
		note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		noteconfig.h \
		config.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		alarmtimestamp.h \
		tabWidgets.h \
		lineedit.h

menu.o: menu.cpp xpms_menu.h \
		config.h \
		menu.h \
		snotes.h \
		tabWidgets.h \
		alarmtimestamp.h \
		note.h \
		alarmsv.h \
		note_list.h \
		noteconfig.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

note.o: note.cpp note.h \
		pipe.h \
		x11routines.h \
		alarmcl.h \
		alarmsv.h \
		noteconfig.h \
		config.h \
		snotes.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		alarmtimestamp.h \
		tabWidgets.h \
		menu.h \
		note_list.h \
		lineedit.h \
		spinbox.h

note_list.o: note_list.cpp xpms_note_list.h \
		config.h \
		note.h \
		note_list.h \
		snotes.h \
		tabWidgets.h \
		alarmtimestamp.h \
		alarmsv.h \
		menu.h \
		noteconfig.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

noteconfig.o: noteconfig.cpp noteconfig.h \
		dialogfonts.h \
		x11routines.h \
		config.h \
		alarmtimestamp.h \
		snotes.h \
		tabWidgets.h \
		note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

notemenu.o: notemenu.cpp xpms_notemenu.h \
		config.h \
		notemenu.h \
		snotes.h \
		tabWidgets.h \
		alarmtimestamp.h \
		note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		noteconfig.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

pipe.o: pipe.cpp pipe.h \
		dialogfonts.h \
		x11routines.h \
		note.h \
		config.h \
		noteconfig.h \
		snotes.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		alarmtimestamp.h \
		tabWidgets.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		lineedit.h

snotes.o: snotes.cpp xpms_snotes.h \
		config.h \
		snotes.h \
		x11routines.h \
		tabWidgets.h \
		alarmtimestamp.h \
		note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		noteconfig.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

spinbox.o: spinbox.cpp spinbox.h

tabWidgets.o: tabWidgets.cpp tabWidgets.h \
		dialogfonts.h \
		config.h \
		lineedit.h \
		snotes.h \
		alarmtimestamp.h \
		note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		noteconfig.h \
		notemenu.h \
		buttonClose.h \
		textedit.h

textedit.o: textedit.cpp textedit.h \
		note.h \
		noteconfig.h \
		config.h \
		snotes.h \
		notemenu.h \
		buttonClose.h \
		alarmtimestamp.h \
		tabWidgets.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		lineedit.h

x11routines.o: x11routines.cpp x11routines.h

moc_alarmcl.o: moc_alarmcl.cpp  alarmcl.h noteconfig.h \
		note.h \
		spinbox.h \
		config.h \
		alarmtimestamp.h \
		snotes.h \
		tabWidgets.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

moc_alarmsv.o: moc_alarmsv.cpp  alarmsv.h alarmtimestamp.h

moc_config.o: moc_config.cpp  config.h snotes.h \
		tabWidgets.h \
		alarmtimestamp.h \
		note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		noteconfig.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

moc_lineedit.o: moc_lineedit.cpp  lineedit.h 

moc_note.o: moc_note.cpp  note.h noteconfig.h \
		config.h \
		snotes.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		alarmtimestamp.h \
		tabWidgets.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		lineedit.h

moc_note_list.o: moc_note_list.cpp  note_list.h 

moc_noteconfig.o: moc_noteconfig.cpp  noteconfig.h config.h \
		alarmtimestamp.h \
		snotes.h \
		tabWidgets.h \
		note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		lineedit.h

moc_pipe.o: moc_pipe.cpp  pipe.h note.h \
		config.h \
		noteconfig.h \
		snotes.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		alarmtimestamp.h \
		tabWidgets.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		lineedit.h

moc_snotes.o: moc_snotes.cpp  snotes.h note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		noteconfig.h \
		config.h \
		notemenu.h \
		buttonClose.h \
		textedit.h \
		alarmtimestamp.h \
		tabWidgets.h \
		lineedit.h

moc_tabWidgets.o: moc_tabWidgets.cpp  tabWidgets.h config.h \
		lineedit.h \
		snotes.h \
		alarmtimestamp.h \
		note.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		noteconfig.h \
		notemenu.h \
		buttonClose.h \
		textedit.h

moc_textedit.o: moc_textedit.cpp  textedit.h note.h \
		noteconfig.h \
		config.h \
		snotes.h \
		notemenu.h \
		buttonClose.h \
		alarmtimestamp.h \
		tabWidgets.h \
		alarmsv.h \
		menu.h \
		note_list.h \
		lineedit.h

moc_alarmcl.cpp: $(MOC) alarmcl.h
	$(MOC) alarmcl.h -o moc_alarmcl.cpp

moc_alarmsv.cpp: $(MOC) alarmsv.h
	$(MOC) alarmsv.h -o moc_alarmsv.cpp

moc_config.cpp: $(MOC) config.h
	$(MOC) config.h -o moc_config.cpp

moc_lineedit.cpp: $(MOC) lineedit.h
	$(MOC) lineedit.h -o moc_lineedit.cpp

moc_note.cpp: $(MOC) note.h
	$(MOC) note.h -o moc_note.cpp

moc_note_list.cpp: $(MOC) note_list.h
	$(MOC) note_list.h -o moc_note_list.cpp

moc_noteconfig.cpp: $(MOC) noteconfig.h
	$(MOC) noteconfig.h -o moc_noteconfig.cpp

moc_pipe.cpp: $(MOC) pipe.h
	$(MOC) pipe.h -o moc_pipe.cpp

moc_snotes.cpp: $(MOC) snotes.h
	$(MOC) snotes.h -o moc_snotes.cpp

moc_tabWidgets.cpp: $(MOC) tabWidgets.h
	$(MOC) tabWidgets.h -o moc_tabWidgets.cpp

moc_textedit.cpp: $(MOC) textedit.h
	$(MOC) textedit.h -o moc_textedit.cpp

####### Install

install:  

uninstall:  

