####### This section was automatically generated from
#######    /var/tmp/Heiko/qt1/qt1-1.33/debian/qt-doc/usr/doc/qt-doc/Makefile for building on
#######     on Wed Apr 29 11:47:59 CEST 1998

INCDIR = /usr/lib/qt1/include
CFLAGS = 
LIBCFLAGS = 
YACCCFLAGS = 
LFLAGS = -L/usr/lib/qt1/lib -lqt  -L/usr/X11R6/lib -lX11
CC = g++
MOC = /usr/lib/qt1/bin/moc
SHELL =	/bin/sh

####### End of automatically generated section
#
# $Source: /local/lib/cvs/qt/examples/qwerty/Makefile,v $
#

#############################################################################
# Makefile for building qwerty
# Generated by tmake at 12:24, 1997/03/25
#     Project: qwerty.pro
#    Template: /home/hanord/qt/tmake/linux-gcc/example.t
#############################################################################

####### Files

HEADERS =	qwerty.h
SOURCES =	qwerty.cpp \
		main.cpp
OBJECTS =	qwerty.o \
		main.o
SRCMOC	=	moc_qwerty.cpp
OBJMOC	=	moc_qwerty.o
TARGET	=	qwerty

####### Implicit rules

.SUFFIXES: .cpp .c

.cpp.o:
	$(CC) -c $(CFLAGS) -I$(INCDIR) -o $@ $<

.c.o:
	$(CC) -c $(CFLAGS) -I$(INCDIR) -o $@ $<

####### Build rules

all: $(TARGET) 

$(TARGET): $(OBJECTS) $(OBJMOC)
	$(CC) $(OBJECTS) $(OBJMOC) -o $(TARGET) $(LFLAGS) 

moc: $(SRCMOC)

clean:
	-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(TARGET)

####### Compile

qwerty.o: qwerty.cpp \
		qwerty.h

main.o: main.cpp \
		qwerty.h

moc_qwerty.o: moc_qwerty.cpp \
		qwerty.h

moc_qwerty.cpp: qwerty.h
	$(MOC) qwerty.h -o moc_qwerty.cpp
