Generated Makefile for Win32 / Microsoft Visual C++
#############################################################################
# Makefile for building hello
# Generated by tmake at 19:12, 1997/08/15
# Project: hello.pro
# Template: c:\tmake\lib\win32-msvc\app.t
#############################################################################
####### Compiler, tools and options
CC = cl
CFLAGS = -nologo -W3 -O1
INCPATH = -I$(QTDIR)\include
LINK = link
LFLAGS = /NOLOGO /SUBSYSTEM:windows
LIBS = $(QTDIR)\lib\qt.lib user32.lib gdi32.lib comdlg32.lib wsock32.lib
MOC = moc
####### Files
HEADERS = hello.h
SOURCES = hello.cpp \
main.cpp
OBJECTS = hello.obj \
main.obj
SRCMOC = moc_hello.cpp
OBJMOC = moc_hello.obj
TARGET = hello.exe
####### Implicit rules
.SUFFIXES: .cpp .cxx .cc .c
.cpp.obj:
$(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $<
.cxx.obj:
$(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $<
.cc.obj:
$(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $<
.c.obj:
$(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $<
####### Build rules
all: $(TARGET)
$(TARGET): $(OBJECTS) $(OBJMOC)
$(LINK) $(LFLAGS) /OUT:$(TARGET) @<<
$(OBJECTS) $(OBJMOC) $(LIBS)
<<
moc: $(SRCMOC)
clean:
-del hello.obj
-del main.obj
-del moc_hello.cpp
-del moc_hello.obj
-del $(TARGET)
####### Compile
hello.obj: hello.cpp \
hello.h \
c:\qt\include\qwidget.h \
c:\qt\include\qwindefs.h \
c:\qt\include\qobjdefs.h \
c:\qt\include\qglobal.h \
c:\qt\include\qobject.h \
c:\qt\include\qstring.h \
c:\qt\include\qarray.h \
c:\qt\include\qgarray.h \
c:\qt\include\qshared.h \
c:\qt\include\qgeneric.h \
c:\qt\include\qevent.h \
c:\qt\include\qrect.h \
c:\qt\include\qsize.h \
c:\qt\include\qpoint.h \
c:\qt\include\qpaintd.h \
c:\qt\include\qpalette.h \
c:\qt\include\qcolor.h \
c:\qt\include\qcursor.h \
c:\qt\include\qfont.h \
c:\qt\include\qfontmet.h \
c:\qt\include\qfontinf.h \
c:\qt\include\qpushbt.h \
c:\qt\include\qbutton.h \
c:\qt\include\qtimer.h \
c:\qt\include\qpainter.h \
c:\qt\include\qregion.h \
c:\qt\include\qpen.h \
c:\qt\include\qbrush.h \
c:\qt\include\qpntarry.h \
c:\qt\include\qwmatrix.h \
c:\qt\include\qpixmap.h
main.obj: main.cpp \
hello.h \
c:\qt\include\qwidget.h \
c:\qt\include\qwindefs.h \
c:\qt\include\qobjdefs.h \
c:\qt\include\qglobal.h \
c:\qt\include\qobject.h \
c:\qt\include\qstring.h \
c:\qt\include\qarray.h \
c:\qt\include\qgarray.h \
c:\qt\include\qshared.h \
c:\qt\include\qgeneric.h \
c:\qt\include\qevent.h \
c:\qt\include\qrect.h \
c:\qt\include\qsize.h \
c:\qt\include\qpoint.h \
c:\qt\include\qpaintd.h \
c:\qt\include\qpalette.h \
c:\qt\include\qcolor.h \
c:\qt\include\qcursor.h \
c:\qt\include\qfont.h \
c:\qt\include\qfontmet.h \
c:\qt\include\qfontinf.h \
c:\qt\include\qapp.h
moc_hello.obj: moc_hello.cpp \
hello.h \
c:\qt\include\qwidget.h \
c:\qt\include\qwindefs.h \
c:\qt\include\qobjdefs.h \
c:\qt\include\qglobal.h \
c:\qt\include\qobject.h \
c:\qt\include\qstring.h \
c:\qt\include\qarray.h \
c:\qt\include\qgarray.h \
c:\qt\include\qshared.h \
c:\qt\include\qgeneric.h \
c:\qt\include\qevent.h \
c:\qt\include\qrect.h \
c:\qt\include\qsize.h \
c:\qt\include\qpoint.h \
c:\qt\include\qpaintd.h \
c:\qt\include\qpalette.h \
c:\qt\include\qcolor.h \
c:\qt\include\qcursor.h \
c:\qt\include\qfont.h \
c:\qt\include\qfontmet.h \
c:\qt\include\qfontinf.h
moc_hello.cpp: hello.h
$(MOC) hello.h -o moc_hello.cpp