home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / widgets / Makefile < prev    next >
Makefile  |  2001-10-31  |  17KB  |  576 lines

  1. #############################################################################
  2. # Makefile for building: widgets
  3. # Generated by qmake on: Wed Oct 31 19:40:04 2001
  4. # Project:  widgets.pro
  5. # Template: app
  6. # Command: $(QMAKE) widgets.pro
  7. #############################################################################
  8.  
  9. ####### Compiler, tools and options
  10.  
  11. CC       = gcc
  12. CXX      = g++
  13. LEX      = flex
  14. YACC     = yacc
  15. CFLAGS   = -pipe -DOS2 -Zmtd -D__ST_MT_ERRNO_ -Zomf -fno-exceptions -Wall -W -O2 -DQT_NO_DEBUG
  16. CXXFLAGS = -pipe -DOS2 -Zmtd -D__ST_MT_ERRNO_ -Zomf -fno-exceptions -Wall -W -O2 -DQT_NO_DEBUG
  17. LEXFLAGS = 
  18. YACCFLAGS= -d
  19. INCPATH  = -I../aclock -I../dclock -IF:/XFree86/include -I$(QTDIR)/include -I.moc/release/ -IG:/qtrel/mkspecs/emx-gcc
  20. LINK     = g++
  21. LFLAGS   = -Zomf -Zcrtdll -Zexe -Zmtd -fno-exceptions
  22. LIBS     = $(SUBLIBS) -L$(QTDIR)/lib -LF:/XFree86/lib -lqt -lICE -lSM -ldl -lXext -lX11 -lm
  23. AR       = ar cqs
  24. RANLIB   = 
  25. MOC      = $(QTDIR)/bin/moc
  26. UIC      = $(QTDIR)/bin/uic
  27. QMAKE    = qmake
  28. TAR      = tar -cf
  29. GZIP     = gzip -9f
  30. COPY     = cp -f
  31. COPY_FILE= $(COPY) -p
  32. COPY_DIR = $(COPY) -pR
  33. DEL      = rm -f
  34. MOVE     = mv
  35.  
  36. ####### Output directory
  37.  
  38. OBJECTS_DIR = .obj/release/
  39.  
  40. ####### Files
  41.  
  42. HEADERS = widgets.h \
  43.         ../aclock/aclock.h \
  44.         ../dclock/dclock.h
  45. SOURCES = main.cpp \
  46.         widgets.cpp \
  47.         ../aclock/aclock.cpp \
  48.         ../dclock/dclock.cpp
  49. OBJECTS = .obj/release/main.o \
  50.         .obj/release/widgets.o \
  51.         .obj/release/aclock.o \
  52.         .obj/release/dclock.o
  53. FORMS = 
  54. UICDECLS = 
  55. UICIMPLS = 
  56. SRCMOC   = .moc/release/moc_widgets.cpp \
  57.         .moc/release/moc_aclock.cpp \
  58.         .moc/release/moc_dclock.cpp
  59. OBJMOC = .obj/release/moc_widgets.o \
  60.         .obj/release/moc_aclock.o \
  61.         .obj/release/moc_dclock.o
  62. DIST       = 
  63. QMAKE_TARGET = widgets
  64. DESTDIR  = 
  65. TARGET   = widgets
  66.  
  67. first: all
  68. ####### Implicit rules
  69.  
  70. .SUFFIXES: .cpp .cxx .cc .C .c
  71.  
  72. .cpp.o:
  73.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  74.  
  75. .cxx.o:
  76.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  77.  
  78. .cc.o:
  79.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  80.  
  81. .C.o:
  82.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  83.  
  84. .c.o:
  85.     $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
  86.  
  87. ####### Build rules
  88.  
  89. all: Makefile $(TARGET)
  90.  
  91. $(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) 
  92.     $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)
  93.  
  94. mocables: $(SRCMOC)
  95.  
  96. $(MOC): 
  97.     ( cd $(QTDIR)/src/moc ; $(MAKE) )
  98.  
  99. Makefile: widgets.pro ../../.qmake.cache 
  100.     $(QMAKE) widgets.pro
  101. qmake: 
  102.     @$(QMAKE) widgets.pro
  103.  
  104. dist: 
  105.     @mkdir -p .obj/release/widgets && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .obj/release/widgets/ && ( cd `dirname .obj/release/widgets` && $(TAR) widgets.tar widgets && $(GZIP) widgets.tar ) && mv `dirname .obj/release/widgets`/widgets.tar.gz . && rm -rf .obj/release/widgets
  106.  
  107. mocclean:
  108.     -rm -f $(OBJMOC)
  109.     -rm -f $(SRCMOC)
  110.  
  111. uiclean:
  112.  
  113. clean: mocclean
  114.     -rm -f $(OBJECTS) 
  115.     -rm -f *~ core *.core
  116.  
  117.  
  118. ####### Sub-libraries
  119.  
  120. distclean: clean
  121.     -rm -f $(TARGET) $(TARGET)
  122.     
  123.  
  124. ####### Compile
  125.  
  126. .obj/release/main.o: main.cpp ../../include/qapplication.h \
  127.         ../../include/qstylefactory.h \
  128.         widgets.h \
  129.         ../../include/qdesktopwidget.h \
  130.         ../../include/qasciidict.h \
  131.         ../../include/qpalette.h \
  132.         ../../include/qtranslator.h \
  133.         ../../include/qstrlist.h \
  134.         ../../include/qstringlist.h \
  135.         ../../include/quuid.h \
  136.         ../../include/qwidget.h \
  137.         ../../include/qwindowdefs.h \
  138.         ../../include/qobject.h \
  139.         ../../include/qpaintdevice.h \
  140.         ../../include/qfont.h \
  141.         ../../include/qfontmetrics.h \
  142.         ../../include/qfontinfo.h \
  143.         ../../include/qsizepolicy.h \
  144.         ../../include/qobjectdefs.h \
  145.         ../../include/qstring.h \
  146.         ../../include/qnamespace.h \
  147.         ../../include/qglobal.h \
  148.         ../../include/qconfig-minimal.h \
  149.         ../../include/qconfig-small.h \
  150.         ../../include/qconfig-medium.h \
  151.         ../../include/qconfig-large.h \
  152.         ../../include/qconfig.h \
  153.         ../../include/qmodules.h \
  154.         ../../include/qfeatures.h \
  155.         ../../include/qcstring.h \
  156.         ../../include/qmemarray.h \
  157.         ../../include/qgarray.h \
  158.         ../../include/qshared.h \
  159.         ../../include/qevent.h \
  160.         ../../include/qregion.h \
  161.         ../../include/qmime.h \
  162.         ../../include/qpair.h \
  163.         ../../include/qrect.h \
  164.         ../../include/qsize.h \
  165.         ../../include/qpoint.h \
  166.         ../../include/qmap.h \
  167.         ../../include/qptrlist.h \
  168.         ../../include/qdatastream.h \
  169.         ../../include/qtl.h \
  170.         ../../include/qiodevice.h \
  171.         ../../include/qtextstream.h \
  172.         ../../include/qglist.h \
  173.         ../../include/qptrcollection.h \
  174.         ../../include/qcolor.h \
  175.         ../../include/qbrush.h \
  176.         ../../include/qgdict.h \
  177.         ../../include/qvaluelist.h \
  178.         ../../include/qmainwindow.h \
  179.         ../../include/qmovie.h \
  180.         ../../include/qlistview.h \
  181.         ../../include/qtoolbar.h \
  182.         ../../include/qdockwindow.h \
  183.         ../../include/qframe.h \
  184.         ../../include/qpixmap.h \
  185.         ../../include/qscrollview.h \
  186.         ../../include/qscrollbar.h \
  187.         ../../include/qrangecontrol.h
  188.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/main.o main.cpp
  189.  
  190. .obj/release/widgets.o: widgets.cpp ../../include/qmessagebox.h \
  191.         ../../include/qpixmap.h \
  192.         ../../include/qlayout.h \
  193.         ../../include/qapplication.h \
  194.         ../../include/qtoolbar.h \
  195.         ../../include/qmenubar.h \
  196.         ../../include/qpopupmenu.h \
  197.         ../../include/qbuttongroup.h \
  198.         ../../include/qcheckbox.h \
  199.         ../../include/qcombobox.h \
  200.         ../../include/qframe.h \
  201.         ../../include/qgroupbox.h \
  202.         ../../include/qlabel.h \
  203.         ../../include/qlcdnumber.h \
  204.         ../../include/qmultilineedit.h \
  205.         ../../include/qlineedit.h \
  206.         ../../include/qlistbox.h \
  207.         ../../include/qpushbutton.h \
  208.         ../../include/qradiobutton.h \
  209.         ../../include/qslider.h \
  210.         ../../include/qtooltip.h \
  211.         ../../include/qspinbox.h \
  212.         ../../include/qstatusbar.h \
  213.         ../../include/qwhatsthis.h \
  214.         ../../include/qtoolbutton.h \
  215.         ../../include/qvbox.h \
  216.         ../../include/qtabbar.h \
  217.         ../../include/qtabwidget.h \
  218.         ../../include/qwidgetstack.h \
  219.         ../../include/qprogressbar.h \
  220.         ../../include/qsplitter.h \
  221.         ../../include/qlistview.h \
  222.         ../../include/qheader.h \
  223.         ../../include/qtextview.h \
  224.         ../../include/qfiledialog.h \
  225.         ../../include/qaccel.h \
  226.         ../../include/qmetaobject.h \
  227.         ../../include/qpainter.h \
  228.         widgets.h \
  229.         ../aclock/aclock.h \
  230.         ../dclock/dclock.h \
  231.         ../application/fileopen.xpm \
  232.         ../application/filesave.xpm \
  233.         ../application/fileprint.xpm \
  234.         ../../include/qdialog.h \
  235.         ../../include/qwidget.h \
  236.         ../../include/qwindowdefs.h \
  237.         ../../include/qobject.h \
  238.         ../../include/qpaintdevice.h \
  239.         ../../include/qpalette.h \
  240.         ../../include/qfont.h \
  241.         ../../include/qfontmetrics.h \
  242.         ../../include/qfontinfo.h \
  243.         ../../include/qsizepolicy.h \
  244.         ../../include/qobjectdefs.h \
  245.         ../../include/qstring.h \
  246.         ../../include/qnamespace.h \
  247.         ../../include/qglobal.h \
  248.         ../../include/qconfig-minimal.h \
  249.         ../../include/qconfig-small.h \
  250.         ../../include/qconfig-medium.h \
  251.         ../../include/qconfig-large.h \
  252.         ../../include/qconfig.h \
  253.         ../../include/qmodules.h \
  254.         ../../include/qfeatures.h \
  255.         ../../include/qcstring.h \
  256.         ../../include/qmemarray.h \
  257.         ../../include/qgarray.h \
  258.         ../../include/qshared.h \
  259.         ../../include/qevent.h \
  260.         ../../include/qregion.h \
  261.         ../../include/qmime.h \
  262.         ../../include/qpair.h \
  263.         ../../include/qrect.h \
  264.         ../../include/qsize.h \
  265.         ../../include/qpoint.h \
  266.         ../../include/qmap.h \
  267.         ../../include/qptrlist.h \
  268.         ../../include/qdatastream.h \
  269.         ../../include/qtl.h \
  270.         ../../include/qiodevice.h \
  271.         ../../include/qtextstream.h \
  272.         ../../include/qglist.h \
  273.         ../../include/qptrcollection.h \
  274.         ../../include/qcolor.h \
  275.         ../../include/qbrush.h \
  276.         ../../include/qdesktopwidget.h \
  277.         ../../include/qasciidict.h \
  278.         ../../include/qtranslator.h \
  279.         ../../include/qstrlist.h \
  280.         ../../include/qstringlist.h \
  281.         ../../include/quuid.h \
  282.         ../../include/qgdict.h \
  283.         ../../include/qvaluelist.h \
  284.         ../../include/qdockwindow.h \
  285.         ../../include/qmenudata.h \
  286.         ../../include/qiconset.h \
  287.         ../../include/qkeysequence.h \
  288.         ../../include/qsignal.h \
  289.         ../../include/qvariant.h \
  290.         ../../include/qbutton.h \
  291.         ../../include/qbitarray.h \
  292.         ../../include/qtextedit.h \
  293.         ../../include/qscrollview.h \
  294.         ../../include/qstylesheet.h \
  295.         ../../include/qptrvector.h \
  296.         ../../include/qscrollbar.h \
  297.         ../../include/qrangecontrol.h \
  298.         ../../include/qdict.h \
  299.         ../../include/qgvector.h \
  300.         ../../include/qcursor.h \
  301.         ../../include/qhbox.h \
  302.         ../../include/qintdict.h \
  303.         ../../include/qptrdict.h \
  304.         ../../include/qdir.h \
  305.         ../../include/qurloperator.h \
  306.         ../../include/qurlinfo.h \
  307.         ../../include/qfileinfo.h \
  308.         ../../include/qfile.h \
  309.         ../../include/qdatetime.h \
  310.         ../../include/qurl.h \
  311.         ../../include/qnetworkprotocol.h \
  312.         ../../include/qconnection.h \
  313.         ../../include/qpen.h \
  314.         ../../include/qpointarray.h \
  315.         ../../include/qwmatrix.h \
  316.         ../../include/qmainwindow.h \
  317.         ../../include/qmovie.h
  318.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/widgets.o widgets.cpp
  319.  
  320. .obj/release/aclock.o: ../aclock/aclock.cpp ../aclock/aclock.h \
  321.         ../../include/qtimer.h \
  322.         ../../include/qpainter.h \
  323.         ../../include/qbitmap.h \
  324.         ../../include/qwidget.h \
  325.         ../../include/qdatetime.h \
  326.         ../../include/qwindowdefs.h \
  327.         ../../include/qobject.h \
  328.         ../../include/qpaintdevice.h \
  329.         ../../include/qpalette.h \
  330.         ../../include/qfont.h \
  331.         ../../include/qfontmetrics.h \
  332.         ../../include/qfontinfo.h \
  333.         ../../include/qsizepolicy.h \
  334.         ../../include/qobjectdefs.h \
  335.         ../../include/qstring.h \
  336.         ../../include/qnamespace.h \
  337.         ../../include/qglobal.h \
  338.         ../../include/qconfig-minimal.h \
  339.         ../../include/qconfig-small.h \
  340.         ../../include/qconfig-medium.h \
  341.         ../../include/qconfig-large.h \
  342.         ../../include/qconfig.h \
  343.         ../../include/qmodules.h \
  344.         ../../include/qfeatures.h \
  345.         ../../include/qcstring.h \
  346.         ../../include/qmemarray.h \
  347.         ../../include/qgarray.h \
  348.         ../../include/qshared.h \
  349.         ../../include/qevent.h \
  350.         ../../include/qregion.h \
  351.         ../../include/qmime.h \
  352.         ../../include/qpair.h \
  353.         ../../include/qrect.h \
  354.         ../../include/qsize.h \
  355.         ../../include/qpoint.h \
  356.         ../../include/qmap.h \
  357.         ../../include/qptrlist.h \
  358.         ../../include/qdatastream.h \
  359.         ../../include/qtl.h \
  360.         ../../include/qiodevice.h \
  361.         ../../include/qtextstream.h \
  362.         ../../include/qglist.h \
  363.         ../../include/qptrcollection.h \
  364.         ../../include/qcolor.h \
  365.         ../../include/qbrush.h \
  366.         ../../include/qpen.h \
  367.         ../../include/qpointarray.h \
  368.         ../../include/qwmatrix.h \
  369.         ../../include/qpixmap.h
  370.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/aclock.o ../aclock/aclock.cpp
  371.  
  372. .obj/release/dclock.o: ../dclock/dclock.cpp ../dclock/dclock.h \
  373.         ../../include/qdatetime.h \
  374.         ../../include/qlcdnumber.h \
  375.         ../../include/qframe.h \
  376.         ../../include/qbitarray.h \
  377.         ../../include/qwidget.h \
  378.         ../../include/qwindowdefs.h \
  379.         ../../include/qobject.h \
  380.         ../../include/qpaintdevice.h \
  381.         ../../include/qpalette.h \
  382.         ../../include/qfont.h \
  383.         ../../include/qfontmetrics.h \
  384.         ../../include/qfontinfo.h \
  385.         ../../include/qsizepolicy.h \
  386.         ../../include/qobjectdefs.h \
  387.         ../../include/qstring.h \
  388.         ../../include/qnamespace.h \
  389.         ../../include/qglobal.h \
  390.         ../../include/qconfig-minimal.h \
  391.         ../../include/qconfig-small.h \
  392.         ../../include/qconfig-medium.h \
  393.         ../../include/qconfig-large.h \
  394.         ../../include/qconfig.h \
  395.         ../../include/qmodules.h \
  396.         ../../include/qfeatures.h \
  397.         ../../include/qcstring.h \
  398.         ../../include/qmemarray.h \
  399.         ../../include/qgarray.h \
  400.         ../../include/qshared.h \
  401.         ../../include/qevent.h \
  402.         ../../include/qregion.h \
  403.         ../../include/qmime.h \
  404.         ../../include/qpair.h \
  405.         ../../include/qrect.h \
  406.         ../../include/qsize.h \
  407.         ../../include/qpoint.h \
  408.         ../../include/qmap.h \
  409.         ../../include/qptrlist.h \
  410.         ../../include/qdatastream.h \
  411.         ../../include/qtl.h \
  412.         ../../include/qiodevice.h \
  413.         ../../include/qtextstream.h \
  414.         ../../include/qglist.h \
  415.         ../../include/qptrcollection.h \
  416.         ../../include/qcolor.h \
  417.         ../../include/qbrush.h
  418.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/dclock.o ../dclock/dclock.cpp
  419.  
  420. .obj/release/moc_widgets.o: .moc/release/moc_widgets.cpp widgets.h ../../include/qmainwindow.h \
  421.         ../../include/qmovie.h \
  422.         ../../include/qlistview.h \
  423.         ../../include/qwidget.h \
  424.         ../../include/qtoolbar.h \
  425.         ../../include/qptrlist.h \
  426.         ../../include/qtextstream.h \
  427.         ../../include/qwindowdefs.h \
  428.         ../../include/qobject.h \
  429.         ../../include/qpaintdevice.h \
  430.         ../../include/qpalette.h \
  431.         ../../include/qfont.h \
  432.         ../../include/qfontmetrics.h \
  433.         ../../include/qfontinfo.h \
  434.         ../../include/qsizepolicy.h \
  435.         ../../include/qobjectdefs.h \
  436.         ../../include/qstring.h \
  437.         ../../include/qnamespace.h \
  438.         ../../include/qglobal.h \
  439.         ../../include/qconfig-minimal.h \
  440.         ../../include/qconfig-small.h \
  441.         ../../include/qconfig-medium.h \
  442.         ../../include/qconfig-large.h \
  443.         ../../include/qconfig.h \
  444.         ../../include/qmodules.h \
  445.         ../../include/qfeatures.h \
  446.         ../../include/qcstring.h \
  447.         ../../include/qmemarray.h \
  448.         ../../include/qgarray.h \
  449.         ../../include/qshared.h \
  450.         ../../include/qevent.h \
  451.         ../../include/qregion.h \
  452.         ../../include/qmime.h \
  453.         ../../include/qpair.h \
  454.         ../../include/qrect.h \
  455.         ../../include/qsize.h \
  456.         ../../include/qpoint.h \
  457.         ../../include/qmap.h \
  458.         ../../include/qdatastream.h \
  459.         ../../include/qtl.h \
  460.         ../../include/qiodevice.h \
  461.         ../../include/qglist.h \
  462.         ../../include/qptrcollection.h \
  463.         ../../include/qcolor.h \
  464.         ../../include/qbrush.h \
  465.         ../../include/qdockwindow.h \
  466.         ../../include/qframe.h \
  467.         ../../include/qpixmap.h \
  468.         ../../include/qscrollview.h \
  469.         ../../include/qscrollbar.h \
  470.         ../../include/qrangecontrol.h
  471.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_widgets.o .moc/release/moc_widgets.cpp
  472.  
  473. .obj/release/moc_aclock.o: .moc/release/moc_aclock.cpp ../aclock/aclock.h ../../include/qwidget.h \
  474.         ../../include/qdatetime.h \
  475.         ../../include/qwindowdefs.h \
  476.         ../../include/qobject.h \
  477.         ../../include/qpaintdevice.h \
  478.         ../../include/qpalette.h \
  479.         ../../include/qfont.h \
  480.         ../../include/qfontmetrics.h \
  481.         ../../include/qfontinfo.h \
  482.         ../../include/qsizepolicy.h \
  483.         ../../include/qobjectdefs.h \
  484.         ../../include/qstring.h \
  485.         ../../include/qnamespace.h \
  486.         ../../include/qglobal.h \
  487.         ../../include/qconfig-minimal.h \
  488.         ../../include/qconfig-small.h \
  489.         ../../include/qconfig-medium.h \
  490.         ../../include/qconfig-large.h \
  491.         ../../include/qconfig.h \
  492.         ../../include/qmodules.h \
  493.         ../../include/qfeatures.h \
  494.         ../../include/qcstring.h \
  495.         ../../include/qmemarray.h \
  496.         ../../include/qgarray.h \
  497.         ../../include/qshared.h \
  498.         ../../include/qevent.h \
  499.         ../../include/qregion.h \
  500.         ../../include/qmime.h \
  501.         ../../include/qpair.h \
  502.         ../../include/qrect.h \
  503.         ../../include/qsize.h \
  504.         ../../include/qpoint.h \
  505.         ../../include/qmap.h \
  506.         ../../include/qptrlist.h \
  507.         ../../include/qdatastream.h \
  508.         ../../include/qtl.h \
  509.         ../../include/qiodevice.h \
  510.         ../../include/qtextstream.h \
  511.         ../../include/qglist.h \
  512.         ../../include/qptrcollection.h \
  513.         ../../include/qcolor.h \
  514.         ../../include/qbrush.h
  515.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_aclock.o .moc/release/moc_aclock.cpp
  516.  
  517. .obj/release/moc_dclock.o: .moc/release/moc_dclock.cpp ../dclock/dclock.h ../../include/qlcdnumber.h \
  518.         ../../include/qframe.h \
  519.         ../../include/qbitarray.h \
  520.         ../../include/qwidget.h \
  521.         ../../include/qwindowdefs.h \
  522.         ../../include/qobject.h \
  523.         ../../include/qpaintdevice.h \
  524.         ../../include/qpalette.h \
  525.         ../../include/qfont.h \
  526.         ../../include/qfontmetrics.h \
  527.         ../../include/qfontinfo.h \
  528.         ../../include/qsizepolicy.h \
  529.         ../../include/qobjectdefs.h \
  530.         ../../include/qstring.h \
  531.         ../../include/qnamespace.h \
  532.         ../../include/qglobal.h \
  533.         ../../include/qconfig-minimal.h \
  534.         ../../include/qconfig-small.h \
  535.         ../../include/qconfig-medium.h \
  536.         ../../include/qconfig-large.h \
  537.         ../../include/qconfig.h \
  538.         ../../include/qmodules.h \
  539.         ../../include/qfeatures.h \
  540.         ../../include/qcstring.h \
  541.         ../../include/qmemarray.h \
  542.         ../../include/qgarray.h \
  543.         ../../include/qshared.h \
  544.         ../../include/qevent.h \
  545.         ../../include/qregion.h \
  546.         ../../include/qmime.h \
  547.         ../../include/qpair.h \
  548.         ../../include/qrect.h \
  549.         ../../include/qsize.h \
  550.         ../../include/qpoint.h \
  551.         ../../include/qmap.h \
  552.         ../../include/qptrlist.h \
  553.         ../../include/qdatastream.h \
  554.         ../../include/qtl.h \
  555.         ../../include/qiodevice.h \
  556.         ../../include/qtextstream.h \
  557.         ../../include/qglist.h \
  558.         ../../include/qptrcollection.h \
  559.         ../../include/qcolor.h \
  560.         ../../include/qbrush.h
  561.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_dclock.o .moc/release/moc_dclock.cpp
  562.  
  563. .moc/release/moc_widgets.cpp: $(MOC) widgets.h
  564.     $(MOC) widgets.h -o .moc/release/moc_widgets.cpp
  565.  
  566. .moc/release/moc_aclock.cpp: $(MOC) ../aclock/aclock.h
  567.     $(MOC) ../aclock/aclock.h -o .moc/release/moc_aclock.cpp
  568.  
  569. .moc/release/moc_dclock.cpp: $(MOC) ../dclock/dclock.h
  570.     $(MOC) ../dclock/dclock.h -o .moc/release/moc_dclock.cpp
  571.  
  572. ####### Install
  573.  
  574. install: all 
  575.  
  576.