home *** CD-ROM | disk | FTP | other *** search
Makefile | 2001-10-31 | 10.8 KB | 378 lines |
- #############################################################################
- # Makefile for building: helpviewer
- # Generated by qmake on: Wed Oct 31 19:36:43 2001
- # Project: helpviewer.pro
- # Template: app
- # Command: $(QMAKE) helpviewer.pro
- #############################################################################
-
- ####### Compiler, tools and options
-
- CC = gcc
- CXX = g++
- LEX = flex
- YACC = yacc
- CFLAGS = -pipe -DOS2 -Zmtd -D__ST_MT_ERRNO_ -Zomf -fno-exceptions -Wall -W -O2 -DQT_NO_DEBUG
- CXXFLAGS = -pipe -DOS2 -Zmtd -D__ST_MT_ERRNO_ -Zomf -fno-exceptions -Wall -W -O2 -DQT_NO_DEBUG
- LEXFLAGS =
- YACCFLAGS= -d
- INCPATH = -IF:/XFree86/include -I$(QTDIR)/include -I.moc/release/ -IG:/qtrel/mkspecs/emx-gcc
- LINK = g++
- LFLAGS = -Zomf -Zcrtdll -Zexe -Zmtd -fno-exceptions
- LIBS = $(SUBLIBS) -L$(QTDIR)/lib -LF:/XFree86/lib -lqt -lICE -lSM -ldl -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 = rm -f
- MOVE = mv
-
- ####### Output directory
-
- OBJECTS_DIR = .obj/release/
-
- ####### Files
-
- HEADERS = helpwindow.h
- SOURCES = helpwindow.cpp \
- main.cpp
- OBJECTS = .obj/release/helpwindow.o \
- .obj/release/main.o
- FORMS =
- UICDECLS =
- UICIMPLS =
- SRCMOC = .moc/release/moc_helpwindow.cpp
- OBJMOC = .obj/release/moc_helpwindow.o
- DIST =
- QMAKE_TARGET = helpviewer
- DESTDIR =
- TARGET = helpviewer
-
- first: all
- ####### Implicit rules
-
- .SUFFIXES: .cpp .cxx .cc .C .c
-
- .cpp.o:
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
-
- .cxx.o:
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
-
- .cc.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: helpviewer.pro ../../.qmake.cache
- $(QMAKE) helpviewer.pro
- qmake:
- @$(QMAKE) helpviewer.pro
-
- dist:
- @mkdir -p .obj/release/helpviewer && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .obj/release/helpviewer/ && ( cd `dirname .obj/release/helpviewer` && $(TAR) helpviewer.tar helpviewer && $(GZIP) helpviewer.tar ) && mv `dirname .obj/release/helpviewer`/helpviewer.tar.gz . && rm -rf .obj/release/helpviewer
-
- mocclean:
- -rm -f $(OBJMOC)
- -rm -f $(SRCMOC)
-
- uiclean:
-
- clean: mocclean
- -rm -f $(OBJECTS)
- -rm -f *~ core *.core
-
-
- ####### Sub-libraries
-
- distclean: clean
- -rm -f $(TARGET) $(TARGET)
-
-
- ####### Compile
-
- .obj/release/helpwindow.o: helpwindow.cpp helpwindow.h \
- ../../include/qstatusbar.h \
- ../../include/qpixmap.h \
- ../../include/qpopupmenu.h \
- ../../include/qmenubar.h \
- ../../include/qtoolbar.h \
- ../../include/qtoolbutton.h \
- ../../include/qiconset.h \
- ../../include/qfile.h \
- ../../include/qtextstream.h \
- ../../include/qstylesheet.h \
- ../../include/qmessagebox.h \
- ../../include/qfiledialog.h \
- ../../include/qapplication.h \
- ../../include/qcombobox.h \
- ../../include/qevent.h \
- ../../include/qlineedit.h \
- ../../include/qobjectlist.h \
- ../../include/qfileinfo.h \
- ../../include/qdatastream.h \
- ../../include/qprinter.h \
- ../../include/qsimplerichtext.h \
- ../../include/qpainter.h \
- ../../include/qpaintdevicemetrics.h \
- ../../src/kernel/qrichtext_p.h \
- ../../include/qmainwindow.h \
- ../../include/qtextbrowser.h \
- ../../include/qstringlist.h \
- ../../include/qmap.h \
- ../../include/qdir.h \
- ../../include/qwidget.h \
- ../../include/qptrlist.h \
- ../../include/qwindowdefs.h \
- ../../include/qobject.h \
- ../../include/qpaintdevice.h \
- ../../include/qpalette.h \
- ../../include/qfont.h \
- ../../include/qfontmetrics.h \
- ../../include/qfontinfo.h \
- ../../include/qsizepolicy.h \
- ../../include/qobjectdefs.h \
- ../../include/qstring.h \
- ../../include/qnamespace.h \
- ../../include/qglobal.h \
- ../../include/qconfig-minimal.h \
- ../../include/qconfig-small.h \
- ../../include/qconfig-medium.h \
- ../../include/qconfig-large.h \
- ../../include/qconfig.h \
- ../../include/qmodules.h \
- ../../include/qfeatures.h \
- ../../include/qcstring.h \
- ../../include/qmemarray.h \
- ../../include/qgarray.h \
- ../../include/qshared.h \
- ../../include/qregion.h \
- ../../include/qmime.h \
- ../../include/qpair.h \
- ../../include/qrect.h \
- ../../include/qsize.h \
- ../../include/qpoint.h \
- ../../include/qtl.h \
- ../../include/qiodevice.h \
- ../../include/qglist.h \
- ../../include/qptrcollection.h \
- ../../include/qcolor.h \
- ../../include/qbrush.h \
- ../../include/qdockwindow.h \
- ../../include/qframe.h \
- ../../include/qscrollview.h \
- ../../include/qtextedit.h \
- ../../include/qscrollbar.h \
- ../../include/qrangecontrol.h \
- ../../include/qptrvector.h \
- ../../include/qvaluelist.h \
- ../../include/qdict.h \
- ../../include/qgvector.h \
- ../../include/qgdict.h \
- ../../include/qstrlist.h \
- ../../include/qdatetime.h \
- ../../include/qmenudata.h \
- ../../include/qkeysequence.h \
- ../../include/qsignal.h \
- ../../include/qvariant.h \
- ../../include/qbutton.h \
- ../../include/qdialog.h \
- ../../include/qurloperator.h \
- ../../include/qurlinfo.h \
- ../../include/qurl.h \
- ../../include/qnetworkprotocol.h \
- ../../include/qdesktopwidget.h \
- ../../include/qasciidict.h \
- ../../include/qtranslator.h \
- ../../include/quuid.h \
- ../../include/qt_windows.h \
- ../../include/qpen.h \
- ../../include/qpointarray.h \
- ../../include/qwmatrix.h \
- ../../src/kernel/qrect.h \
- ../../src/kernel/qfontmetrics.h \
- ../../include/qintdict.h \
- ../../src/kernel/qfont.h \
- ../../src/kernel/qcolor.h \
- ../../src/kernel/qsize.h \
- ../../include/qvaluestack.h \
- ../../src/kernel/qobject.h \
- ../../src/kernel/qpixmap.h \
- ../../src/kernel/qstylesheet.h \
- ../../src/kernel/qpainter.h \
- ../../src/kernel/qlayout.h \
- ../../include/private/qcomplextext_p.h \
- ../../src/kernel/qapplication.h \
- ../../src/kernel/qsizepolicy.h \
- ../../src/kernel/qwidget.h
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/helpwindow.o helpwindow.cpp
-
- .obj/release/main.o: main.cpp helpwindow.h \
- ../../include/qapplication.h \
- ../../include/qwindowsstyle.h \
- ../../include/qstylesheet.h \
- ../../include/qmainwindow.h \
- ../../include/qtextbrowser.h \
- ../../include/qstringlist.h \
- ../../include/qmap.h \
- ../../include/qdir.h \
- ../../include/qwidget.h \
- ../../include/qtoolbar.h \
- ../../include/qptrlist.h \
- ../../include/qtextstream.h \
- ../../include/qwindowdefs.h \
- ../../include/qobject.h \
- ../../include/qpaintdevice.h \
- ../../include/qpalette.h \
- ../../include/qfont.h \
- ../../include/qfontmetrics.h \
- ../../include/qfontinfo.h \
- ../../include/qsizepolicy.h \
- ../../include/qobjectdefs.h \
- ../../include/qstring.h \
- ../../include/qnamespace.h \
- ../../include/qglobal.h \
- ../../include/qconfig-minimal.h \
- ../../include/qconfig-small.h \
- ../../include/qconfig-medium.h \
- ../../include/qconfig-large.h \
- ../../include/qconfig.h \
- ../../include/qmodules.h \
- ../../include/qfeatures.h \
- ../../include/qcstring.h \
- ../../include/qmemarray.h \
- ../../include/qgarray.h \
- ../../include/qshared.h \
- ../../include/qevent.h \
- ../../include/qregion.h \
- ../../include/qmime.h \
- ../../include/qpair.h \
- ../../include/qrect.h \
- ../../include/qsize.h \
- ../../include/qpoint.h \
- ../../include/qdatastream.h \
- ../../include/qtl.h \
- ../../include/qiodevice.h \
- ../../include/qglist.h \
- ../../include/qptrcollection.h \
- ../../include/qcolor.h \
- ../../include/qbrush.h \
- ../../include/qdockwindow.h \
- ../../include/qframe.h \
- ../../include/qpixmap.h \
- ../../include/qscrollview.h \
- ../../include/qtextedit.h \
- ../../include/qscrollbar.h \
- ../../include/qrangecontrol.h \
- ../../include/qptrvector.h \
- ../../include/qvaluelist.h \
- ../../include/qdict.h \
- ../../include/qgvector.h \
- ../../include/qgdict.h \
- ../../include/qstrlist.h \
- ../../include/qfileinfo.h \
- ../../include/qfile.h \
- ../../include/qdatetime.h \
- ../../include/qdesktopwidget.h \
- ../../include/qasciidict.h \
- ../../include/qtranslator.h \
- ../../include/quuid.h \
- ../../include/qcommonstyle.h \
- ../../include/qstyle.h
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/main.o main.cpp
-
- .obj/release/moc_helpwindow.o: .moc/release/moc_helpwindow.cpp helpwindow.h ../../include/qmainwindow.h \
- ../../include/qtextbrowser.h \
- ../../include/qstringlist.h \
- ../../include/qmap.h \
- ../../include/qdir.h \
- ../../include/qwidget.h \
- ../../include/qtoolbar.h \
- ../../include/qptrlist.h \
- ../../include/qtextstream.h \
- ../../include/qwindowdefs.h \
- ../../include/qobject.h \
- ../../include/qpaintdevice.h \
- ../../include/qpalette.h \
- ../../include/qfont.h \
- ../../include/qfontmetrics.h \
- ../../include/qfontinfo.h \
- ../../include/qsizepolicy.h \
- ../../include/qobjectdefs.h \
- ../../include/qstring.h \
- ../../include/qnamespace.h \
- ../../include/qglobal.h \
- ../../include/qconfig-minimal.h \
- ../../include/qconfig-small.h \
- ../../include/qconfig-medium.h \
- ../../include/qconfig-large.h \
- ../../include/qconfig.h \
- ../../include/qmodules.h \
- ../../include/qfeatures.h \
- ../../include/qcstring.h \
- ../../include/qmemarray.h \
- ../../include/qgarray.h \
- ../../include/qshared.h \
- ../../include/qevent.h \
- ../../include/qregion.h \
- ../../include/qmime.h \
- ../../include/qpair.h \
- ../../include/qrect.h \
- ../../include/qsize.h \
- ../../include/qpoint.h \
- ../../include/qdatastream.h \
- ../../include/qtl.h \
- ../../include/qiodevice.h \
- ../../include/qglist.h \
- ../../include/qptrcollection.h \
- ../../include/qcolor.h \
- ../../include/qbrush.h \
- ../../include/qdockwindow.h \
- ../../include/qframe.h \
- ../../include/qpixmap.h \
- ../../include/qscrollview.h \
- ../../include/qtextedit.h \
- ../../include/qscrollbar.h \
- ../../include/qrangecontrol.h \
- ../../include/qstylesheet.h \
- ../../include/qptrvector.h \
- ../../include/qvaluelist.h \
- ../../include/qdict.h \
- ../../include/qgvector.h \
- ../../include/qgdict.h \
- ../../include/qstrlist.h \
- ../../include/qfileinfo.h \
- ../../include/qfile.h \
- ../../include/qdatetime.h
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_helpwindow.o .moc/release/moc_helpwindow.cpp
-
- .moc/release/moc_helpwindow.cpp: $(MOC) helpwindow.h
- $(MOC) helpwindow.h -o .moc/release/moc_helpwindow.cpp
-
- ####### Install
-
- install: all
-
-