####### This section was automatically generated from
#######    /usr/local/qt-1.33/Makefile for building on
#######    linux-gcc-shared on Mon Apr 27 21:32:04 CDT 1998

INCDIR = /usr/local/qt-1.33/include
CFLAGS = -O2 -fno-strength-reduce -Wall -W -I/usr/X11R6/include
LIBCFLAGS = -fPIC
YACCCFLAGS = -Wno-unused -Wno-parentheses
LFLAGS = -L/usr/local/qt-1.33/lib -lqt
CC = gcc
MOC = /usr/local/qt-1.33/bin/moc
SHELL =	/bin/sh

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

####### Files

SOURCES	=	layout.cpp
OBJECTS	=	layout.o

TARGET	=	layout

####### Implicit rules

.SUFFIXES: .cpp .o $(SUFFIXES)

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

####### Build rules

all: $(TARGET)

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

depend:
	@makedepend -I$(INCDIR) $(SOURCES) 2> /dev/null

showfiles:
	@echo $(SOURCES) $(HEADERS) Makefile

clean:
	/bin/rm -f *.o *.bak *~ *% "#"*
	/bin/rm -f $(TARGET)


# DO NOT DELETE THIS LINE -- make depend depends on it.



