home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / themes / Makefile < prev    next >
Makefile  |  2001-10-31  |  40KB  |  1,265 lines

  1. #############################################################################
  2. # Makefile for building: themes
  3. # Generated by qmake on: Wed Oct 31 19:39:43 2001
  4. # Project:  themes.pro
  5. # Template: app
  6. # Command: $(QMAKE) themes.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  = -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 = themes.h \
  43.         ../buttongroups/buttongroups.h \
  44.         ../lineedits/lineedits.h \
  45.         ../listboxcombo/listboxcombo.h \
  46.         ../checklists/checklists.h \
  47.         ../progressbar/progressbar.h \
  48.         ../rangecontrols/rangecontrols.h \
  49.         ../richtext/richtext.h \
  50.         wood.h \
  51.         metal.h
  52. SOURCES = themes.cpp \
  53.         main.cpp \
  54.         ../buttongroups/buttongroups.cpp \
  55.         ../lineedits/lineedits.cpp \
  56.         ../listboxcombo/listboxcombo.cpp \
  57.         ../checklists/checklists.cpp \
  58.         ../progressbar/progressbar.cpp \
  59.         ../rangecontrols/rangecontrols.cpp \
  60.         ../richtext/richtext.cpp \
  61.         wood.cpp \
  62.         metal.cpp
  63. OBJECTS = .obj/release/themes.o \
  64.         .obj/release/main.o \
  65.         .obj/release/buttongroups.o \
  66.         .obj/release/lineedits.o \
  67.         .obj/release/listboxcombo.o \
  68.         .obj/release/checklists.o \
  69.         .obj/release/progressbar.o \
  70.         .obj/release/rangecontrols.o \
  71.         .obj/release/richtext.o \
  72.         .obj/release/wood.o \
  73.         .obj/release/metal.o
  74. FORMS = 
  75. UICDECLS = 
  76. UICIMPLS = 
  77. SRCMOC   = .moc/release/moc_themes.cpp \
  78.         .moc/release/moc_buttongroups.cpp \
  79.         .moc/release/moc_lineedits.cpp \
  80.         .moc/release/moc_listboxcombo.cpp \
  81.         .moc/release/moc_checklists.cpp \
  82.         .moc/release/moc_progressbar.cpp \
  83.         .moc/release/moc_rangecontrols.cpp \
  84.         .moc/release/moc_richtext.cpp
  85. OBJMOC = .obj/release/moc_themes.o \
  86.         .obj/release/moc_buttongroups.o \
  87.         .obj/release/moc_lineedits.o \
  88.         .obj/release/moc_listboxcombo.o \
  89.         .obj/release/moc_checklists.o \
  90.         .obj/release/moc_progressbar.o \
  91.         .obj/release/moc_rangecontrols.o \
  92.         .obj/release/moc_richtext.o
  93. DIST       = 
  94. QMAKE_TARGET = themes
  95. DESTDIR  = 
  96. TARGET   = themes
  97.  
  98. first: all
  99. ####### Implicit rules
  100.  
  101. .SUFFIXES: .cpp .cxx .cc .C .c
  102.  
  103. .cpp.o:
  104.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  105.  
  106. .cxx.o:
  107.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  108.  
  109. .cc.o:
  110.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  111.  
  112. .C.o:
  113.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
  114.  
  115. .c.o:
  116.     $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
  117.  
  118. ####### Build rules
  119.  
  120. all: Makefile $(TARGET)
  121.  
  122. $(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) 
  123.     $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)
  124.  
  125. mocables: $(SRCMOC)
  126.  
  127. $(MOC): 
  128.     ( cd $(QTDIR)/src/moc ; $(MAKE) )
  129.  
  130. Makefile: themes.pro ../../.qmake.cache 
  131.     $(QMAKE) themes.pro
  132. qmake: 
  133.     @$(QMAKE) themes.pro
  134.  
  135. dist: 
  136.     @mkdir -p .obj/release/themes && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .obj/release/themes/ && ( cd `dirname .obj/release/themes` && $(TAR) themes.tar themes && $(GZIP) themes.tar ) && mv `dirname .obj/release/themes`/themes.tar.gz . && rm -rf .obj/release/themes
  137.  
  138. mocclean:
  139.     -rm -f $(OBJMOC)
  140.     -rm -f $(SRCMOC)
  141.  
  142. uiclean:
  143.  
  144. clean: mocclean
  145.     -rm -f $(OBJECTS) 
  146.     -rm -f *~ core *.core
  147.  
  148.  
  149. ####### Sub-libraries
  150.  
  151. distclean: clean
  152.     -rm -f $(TARGET) $(TARGET)
  153.     
  154.  
  155. ####### Compile
  156.  
  157. .obj/release/themes.o: themes.cpp themes.h \
  158.         wood.h \
  159.         metal.h \
  160.         ../buttongroups/buttongroups.h \
  161.         ../lineedits/lineedits.h \
  162.         ../listboxcombo/listboxcombo.h \
  163.         ../checklists/checklists.h \
  164.         ../progressbar/progressbar.h \
  165.         ../rangecontrols/rangecontrols.h \
  166.         ../richtext/richtext.h \
  167.         ../../include/qtabwidget.h \
  168.         ../../include/qapplication.h \
  169.         ../../include/qpopupmenu.h \
  170.         ../../include/qmenubar.h \
  171.         ../../include/qmessagebox.h \
  172.         ../../include/qfont.h \
  173.         ../../include/qmainwindow.h \
  174.         ../../include/qwidget.h \
  175.         ../../include/qtoolbar.h \
  176.         ../../include/qptrlist.h \
  177.         ../../include/qtextstream.h \
  178.         ../../include/qwindowdefs.h \
  179.         ../../include/qobject.h \
  180.         ../../include/qpaintdevice.h \
  181.         ../../include/qpalette.h \
  182.         ../../include/qfontmetrics.h \
  183.         ../../include/qfontinfo.h \
  184.         ../../include/qsizepolicy.h \
  185.         ../../include/qobjectdefs.h \
  186.         ../../include/qstring.h \
  187.         ../../include/qnamespace.h \
  188.         ../../include/qglobal.h \
  189.         ../../include/qconfig-minimal.h \
  190.         ../../include/qconfig-small.h \
  191.         ../../include/qconfig-medium.h \
  192.         ../../include/qconfig-large.h \
  193.         ../../include/qconfig.h \
  194.         ../../include/qmodules.h \
  195.         ../../include/qfeatures.h \
  196.         ../../include/qcstring.h \
  197.         ../../include/qmemarray.h \
  198.         ../../include/qgarray.h \
  199.         ../../include/qshared.h \
  200.         ../../include/qevent.h \
  201.         ../../include/qregion.h \
  202.         ../../include/qmime.h \
  203.         ../../include/qpair.h \
  204.         ../../include/qrect.h \
  205.         ../../include/qsize.h \
  206.         ../../include/qpoint.h \
  207.         ../../include/qmap.h \
  208.         ../../include/qdatastream.h \
  209.         ../../include/qtl.h \
  210.         ../../include/qiodevice.h \
  211.         ../../include/qglist.h \
  212.         ../../include/qptrcollection.h \
  213.         ../../include/qcolor.h \
  214.         ../../include/qbrush.h \
  215.         ../../include/qdockwindow.h \
  216.         ../../include/qframe.h \
  217.         ../../include/qwindowsstyle.h \
  218.         ../../include/qcommonstyle.h \
  219.         ../../include/qstyle.h \
  220.         ../../include/qgroupbox.h \
  221.         ../../include/qvbox.h \
  222.         ../../include/qhbox.h \
  223.         ../../include/qbuttongroup.h \
  224.         ../../include/qtimer.h \
  225.         ../../include/qiconset.h \
  226.         ../../include/qpixmap.h \
  227.         ../../include/qdesktopwidget.h \
  228.         ../../include/qasciidict.h \
  229.         ../../include/qtranslator.h \
  230.         ../../include/qstrlist.h \
  231.         ../../include/qstringlist.h \
  232.         ../../include/quuid.h \
  233.         ../../include/qgdict.h \
  234.         ../../include/qvaluelist.h \
  235.         ../../include/qmenudata.h \
  236.         ../../include/qkeysequence.h \
  237.         ../../include/qsignal.h \
  238.         ../../include/qvariant.h \
  239.         ../../include/qdialog.h
  240.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/themes.o themes.cpp
  241.  
  242. .obj/release/main.o: main.cpp ../../include/qapplication.h \
  243.         ../../include/qwindowsstyle.h \
  244.         themes.h \
  245.         metal.h \
  246.         ../../include/qdesktopwidget.h \
  247.         ../../include/qasciidict.h \
  248.         ../../include/qpalette.h \
  249.         ../../include/qtranslator.h \
  250.         ../../include/qstrlist.h \
  251.         ../../include/qstringlist.h \
  252.         ../../include/quuid.h \
  253.         ../../include/qwidget.h \
  254.         ../../include/qwindowdefs.h \
  255.         ../../include/qobject.h \
  256.         ../../include/qpaintdevice.h \
  257.         ../../include/qfont.h \
  258.         ../../include/qfontmetrics.h \
  259.         ../../include/qfontinfo.h \
  260.         ../../include/qsizepolicy.h \
  261.         ../../include/qobjectdefs.h \
  262.         ../../include/qstring.h \
  263.         ../../include/qnamespace.h \
  264.         ../../include/qglobal.h \
  265.         ../../include/qconfig-minimal.h \
  266.         ../../include/qconfig-small.h \
  267.         ../../include/qconfig-medium.h \
  268.         ../../include/qconfig-large.h \
  269.         ../../include/qconfig.h \
  270.         ../../include/qmodules.h \
  271.         ../../include/qfeatures.h \
  272.         ../../include/qcstring.h \
  273.         ../../include/qmemarray.h \
  274.         ../../include/qgarray.h \
  275.         ../../include/qshared.h \
  276.         ../../include/qevent.h \
  277.         ../../include/qregion.h \
  278.         ../../include/qmime.h \
  279.         ../../include/qpair.h \
  280.         ../../include/qrect.h \
  281.         ../../include/qsize.h \
  282.         ../../include/qpoint.h \
  283.         ../../include/qmap.h \
  284.         ../../include/qptrlist.h \
  285.         ../../include/qdatastream.h \
  286.         ../../include/qtl.h \
  287.         ../../include/qiodevice.h \
  288.         ../../include/qtextstream.h \
  289.         ../../include/qglist.h \
  290.         ../../include/qptrcollection.h \
  291.         ../../include/qcolor.h \
  292.         ../../include/qbrush.h \
  293.         ../../include/qgdict.h \
  294.         ../../include/qvaluelist.h \
  295.         ../../include/qcommonstyle.h \
  296.         ../../include/qstyle.h \
  297.         ../../include/qmainwindow.h \
  298.         ../../include/qtoolbar.h \
  299.         ../../include/qdockwindow.h \
  300.         ../../include/qframe.h
  301.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/main.o main.cpp
  302.  
  303. .obj/release/buttongroups.o: ../buttongroups/buttongroups.cpp ../buttongroups/buttongroups.h \
  304.         ../../include/qbuttongroup.h \
  305.         ../../include/qlayout.h \
  306.         ../../include/qradiobutton.h \
  307.         ../../include/qcheckbox.h \
  308.         ../../include/qgroupbox.h \
  309.         ../../include/qpushbutton.h \
  310.         ../../include/qwidget.h \
  311.         ../../include/qwindowdefs.h \
  312.         ../../include/qobject.h \
  313.         ../../include/qpaintdevice.h \
  314.         ../../include/qpalette.h \
  315.         ../../include/qfont.h \
  316.         ../../include/qfontmetrics.h \
  317.         ../../include/qfontinfo.h \
  318.         ../../include/qsizepolicy.h \
  319.         ../../include/qobjectdefs.h \
  320.         ../../include/qstring.h \
  321.         ../../include/qnamespace.h \
  322.         ../../include/qglobal.h \
  323.         ../../include/qconfig-minimal.h \
  324.         ../../include/qconfig-small.h \
  325.         ../../include/qconfig-medium.h \
  326.         ../../include/qconfig-large.h \
  327.         ../../include/qconfig.h \
  328.         ../../include/qmodules.h \
  329.         ../../include/qfeatures.h \
  330.         ../../include/qcstring.h \
  331.         ../../include/qmemarray.h \
  332.         ../../include/qgarray.h \
  333.         ../../include/qshared.h \
  334.         ../../include/qevent.h \
  335.         ../../include/qregion.h \
  336.         ../../include/qmime.h \
  337.         ../../include/qpair.h \
  338.         ../../include/qrect.h \
  339.         ../../include/qsize.h \
  340.         ../../include/qpoint.h \
  341.         ../../include/qmap.h \
  342.         ../../include/qptrlist.h \
  343.         ../../include/qdatastream.h \
  344.         ../../include/qtl.h \
  345.         ../../include/qiodevice.h \
  346.         ../../include/qtextstream.h \
  347.         ../../include/qglist.h \
  348.         ../../include/qptrcollection.h \
  349.         ../../include/qcolor.h \
  350.         ../../include/qbrush.h \
  351.         ../../include/qframe.h \
  352.         ../../include/qbutton.h \
  353.         ../../include/qkeysequence.h \
  354.         ../../include/qiconset.h \
  355.         ../../include/qpixmap.h
  356.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/buttongroups.o ../buttongroups/buttongroups.cpp
  357.  
  358. .obj/release/lineedits.o: ../lineedits/lineedits.cpp ../lineedits/lineedits.h \
  359.         ../../include/qlineedit.h \
  360.         ../../include/qcombobox.h \
  361.         ../../include/qframe.h \
  362.         ../../include/qvalidator.h \
  363.         ../../include/qlabel.h \
  364.         ../../include/qlayout.h \
  365.         ../../include/qhbox.h \
  366.         ../../include/qgroupbox.h \
  367.         ../../include/qwidget.h \
  368.         ../../include/qwindowdefs.h \
  369.         ../../include/qobject.h \
  370.         ../../include/qpaintdevice.h \
  371.         ../../include/qpalette.h \
  372.         ../../include/qfont.h \
  373.         ../../include/qfontmetrics.h \
  374.         ../../include/qfontinfo.h \
  375.         ../../include/qsizepolicy.h \
  376.         ../../include/qobjectdefs.h \
  377.         ../../include/qstring.h \
  378.         ../../include/qnamespace.h \
  379.         ../../include/qglobal.h \
  380.         ../../include/qconfig-minimal.h \
  381.         ../../include/qconfig-small.h \
  382.         ../../include/qconfig-medium.h \
  383.         ../../include/qconfig-large.h \
  384.         ../../include/qconfig.h \
  385.         ../../include/qmodules.h \
  386.         ../../include/qfeatures.h \
  387.         ../../include/qcstring.h \
  388.         ../../include/qmemarray.h \
  389.         ../../include/qgarray.h \
  390.         ../../include/qshared.h \
  391.         ../../include/qevent.h \
  392.         ../../include/qregion.h \
  393.         ../../include/qmime.h \
  394.         ../../include/qpair.h \
  395.         ../../include/qrect.h \
  396.         ../../include/qsize.h \
  397.         ../../include/qpoint.h \
  398.         ../../include/qmap.h \
  399.         ../../include/qptrlist.h \
  400.         ../../include/qdatastream.h \
  401.         ../../include/qtl.h \
  402.         ../../include/qiodevice.h \
  403.         ../../include/qtextstream.h \
  404.         ../../include/qglist.h \
  405.         ../../include/qptrcollection.h \
  406.         ../../include/qcolor.h \
  407.         ../../include/qbrush.h \
  408.         ../../include/qregexp.h \
  409.         ../../include/qstringlist.h \
  410.         ../../include/qvaluelist.h \
  411.         ../../include/qstrlist.h
  412.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/lineedits.o ../lineedits/lineedits.cpp
  413.  
  414. .obj/release/listboxcombo.o: ../listboxcombo/listboxcombo.cpp ../listboxcombo/listboxcombo.h \
  415.         ../../include/qcombobox.h \
  416.         ../../include/qlistbox.h \
  417.         ../../include/qhbox.h \
  418.         ../../include/qpushbutton.h \
  419.         ../../include/qstring.h \
  420.         ../../include/qpixmap.h \
  421.         ../../include/qlabel.h \
  422.         ../../include/qimage.h \
  423.         ../../include/qpainter.h \
  424.         ../../include/qstyle.h \
  425.         ../../include/qvbox.h \
  426.         ../../include/qwidget.h \
  427.         ../../include/qframe.h \
  428.         ../../include/qwindowdefs.h \
  429.         ../../include/qobject.h \
  430.         ../../include/qpaintdevice.h \
  431.         ../../include/qpalette.h \
  432.         ../../include/qfont.h \
  433.         ../../include/qfontmetrics.h \
  434.         ../../include/qfontinfo.h \
  435.         ../../include/qsizepolicy.h \
  436.         ../../include/qobjectdefs.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/qptrlist.h \
  459.         ../../include/qdatastream.h \
  460.         ../../include/qtl.h \
  461.         ../../include/qiodevice.h \
  462.         ../../include/qtextstream.h \
  463.         ../../include/qglist.h \
  464.         ../../include/qptrcollection.h \
  465.         ../../include/qcolor.h \
  466.         ../../include/qbrush.h \
  467.         ../../include/qscrollview.h \
  468.         ../../include/qscrollbar.h \
  469.         ../../include/qrangecontrol.h \
  470.         ../../include/qbutton.h \
  471.         ../../include/qiconset.h \
  472.         ../../include/qkeysequence.h \
  473.         ../../include/qstrlist.h \
  474.         ../../include/qstringlist.h \
  475.         ../../include/qvaluelist.h \
  476.         ../../include/qpen.h \
  477.         ../../include/qpointarray.h \
  478.         ../../include/qwmatrix.h
  479.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/listboxcombo.o ../listboxcombo/listboxcombo.cpp
  480.  
  481. .obj/release/checklists.o: ../checklists/checklists.cpp ../checklists/checklists.h \
  482.         ../../include/qlistview.h \
  483.         ../../include/qvbox.h \
  484.         ../../include/qlabel.h \
  485.         ../../include/qvaluelist.h \
  486.         ../../include/qstring.h \
  487.         ../../include/qpushbutton.h \
  488.         ../../include/qlayout.h \
  489.         ../../include/qwidget.h \
  490.         ../../include/qwindowdefs.h \
  491.         ../../include/qobject.h \
  492.         ../../include/qpaintdevice.h \
  493.         ../../include/qpalette.h \
  494.         ../../include/qfont.h \
  495.         ../../include/qfontmetrics.h \
  496.         ../../include/qfontinfo.h \
  497.         ../../include/qsizepolicy.h \
  498.         ../../include/qobjectdefs.h \
  499.         ../../include/qnamespace.h \
  500.         ../../include/qglobal.h \
  501.         ../../include/qconfig-minimal.h \
  502.         ../../include/qconfig-small.h \
  503.         ../../include/qconfig-medium.h \
  504.         ../../include/qconfig-large.h \
  505.         ../../include/qconfig.h \
  506.         ../../include/qmodules.h \
  507.         ../../include/qfeatures.h \
  508.         ../../include/qcstring.h \
  509.         ../../include/qmemarray.h \
  510.         ../../include/qgarray.h \
  511.         ../../include/qshared.h \
  512.         ../../include/qevent.h \
  513.         ../../include/qregion.h \
  514.         ../../include/qmime.h \
  515.         ../../include/qpair.h \
  516.         ../../include/qrect.h \
  517.         ../../include/qsize.h \
  518.         ../../include/qpoint.h \
  519.         ../../include/qmap.h \
  520.         ../../include/qptrlist.h \
  521.         ../../include/qdatastream.h \
  522.         ../../include/qtl.h \
  523.         ../../include/qiodevice.h \
  524.         ../../include/qtextstream.h \
  525.         ../../include/qglist.h \
  526.         ../../include/qptrcollection.h \
  527.         ../../include/qcolor.h \
  528.         ../../include/qbrush.h \
  529.         ../../include/qscrollview.h \
  530.         ../../include/qframe.h \
  531.         ../../include/qscrollbar.h \
  532.         ../../include/qrangecontrol.h \
  533.         ../../include/qhbox.h \
  534.         ../../include/qbutton.h \
  535.         ../../include/qiconset.h \
  536.         ../../include/qkeysequence.h \
  537.         ../../include/qpixmap.h
  538.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/checklists.o ../checklists/checklists.cpp
  539.  
  540. .obj/release/progressbar.o: ../progressbar/progressbar.cpp ../progressbar/progressbar.h \
  541.         ../../include/qradiobutton.h \
  542.         ../../include/qpushbutton.h \
  543.         ../../include/qprogressbar.h \
  544.         ../../include/qlayout.h \
  545.         ../../include/qmotifstyle.h \
  546.         ../../include/qbuttongroup.h \
  547.         ../../include/qtimer.h \
  548.         ../../include/qgroupbox.h \
  549.         ../../include/qframe.h \
  550.         ../../include/qwidget.h \
  551.         ../../include/qwindowdefs.h \
  552.         ../../include/qobject.h \
  553.         ../../include/qpaintdevice.h \
  554.         ../../include/qpalette.h \
  555.         ../../include/qfont.h \
  556.         ../../include/qfontmetrics.h \
  557.         ../../include/qfontinfo.h \
  558.         ../../include/qsizepolicy.h \
  559.         ../../include/qobjectdefs.h \
  560.         ../../include/qstring.h \
  561.         ../../include/qnamespace.h \
  562.         ../../include/qglobal.h \
  563.         ../../include/qconfig-minimal.h \
  564.         ../../include/qconfig-small.h \
  565.         ../../include/qconfig-medium.h \
  566.         ../../include/qconfig-large.h \
  567.         ../../include/qconfig.h \
  568.         ../../include/qmodules.h \
  569.         ../../include/qfeatures.h \
  570.         ../../include/qcstring.h \
  571.         ../../include/qmemarray.h \
  572.         ../../include/qgarray.h \
  573.         ../../include/qshared.h \
  574.         ../../include/qevent.h \
  575.         ../../include/qregion.h \
  576.         ../../include/qmime.h \
  577.         ../../include/qpair.h \
  578.         ../../include/qrect.h \
  579.         ../../include/qsize.h \
  580.         ../../include/qpoint.h \
  581.         ../../include/qmap.h \
  582.         ../../include/qptrlist.h \
  583.         ../../include/qdatastream.h \
  584.         ../../include/qtl.h \
  585.         ../../include/qiodevice.h \
  586.         ../../include/qtextstream.h \
  587.         ../../include/qglist.h \
  588.         ../../include/qptrcollection.h \
  589.         ../../include/qcolor.h \
  590.         ../../include/qbrush.h \
  591.         ../../include/qbutton.h \
  592.         ../../include/qkeysequence.h \
  593.         ../../include/qiconset.h \
  594.         ../../include/qpixmap.h \
  595.         ../../include/qcommonstyle.h \
  596.         ../../include/qstyle.h
  597.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/progressbar.o ../progressbar/progressbar.cpp
  598.  
  599. .obj/release/rangecontrols.o: ../rangecontrols/rangecontrols.cpp ../rangecontrols/rangecontrols.h \
  600.         ../../include/qhbox.h \
  601.         ../../include/qlcdnumber.h \
  602.         ../../include/qspinbox.h \
  603.         ../../include/qlabel.h \
  604.         ../../include/qstring.h \
  605.         ../../include/qslider.h \
  606.         ../../include/qcheckbox.h \
  607.         ../../include/qvbox.h \
  608.         ../../include/qwidget.h \
  609.         ../../include/qframe.h \
  610.         ../../include/qwindowdefs.h \
  611.         ../../include/qobject.h \
  612.         ../../include/qpaintdevice.h \
  613.         ../../include/qpalette.h \
  614.         ../../include/qfont.h \
  615.         ../../include/qfontmetrics.h \
  616.         ../../include/qfontinfo.h \
  617.         ../../include/qsizepolicy.h \
  618.         ../../include/qobjectdefs.h \
  619.         ../../include/qnamespace.h \
  620.         ../../include/qglobal.h \
  621.         ../../include/qconfig-minimal.h \
  622.         ../../include/qconfig-small.h \
  623.         ../../include/qconfig-medium.h \
  624.         ../../include/qconfig-large.h \
  625.         ../../include/qconfig.h \
  626.         ../../include/qmodules.h \
  627.         ../../include/qfeatures.h \
  628.         ../../include/qcstring.h \
  629.         ../../include/qmemarray.h \
  630.         ../../include/qgarray.h \
  631.         ../../include/qshared.h \
  632.         ../../include/qevent.h \
  633.         ../../include/qregion.h \
  634.         ../../include/qmime.h \
  635.         ../../include/qpair.h \
  636.         ../../include/qrect.h \
  637.         ../../include/qsize.h \
  638.         ../../include/qpoint.h \
  639.         ../../include/qmap.h \
  640.         ../../include/qptrlist.h \
  641.         ../../include/qdatastream.h \
  642.         ../../include/qtl.h \
  643.         ../../include/qiodevice.h \
  644.         ../../include/qtextstream.h \
  645.         ../../include/qglist.h \
  646.         ../../include/qptrcollection.h \
  647.         ../../include/qcolor.h \
  648.         ../../include/qbrush.h \
  649.         ../../include/qbitarray.h \
  650.         ../../include/qrangecontrol.h \
  651.         ../../include/qbutton.h \
  652.         ../../include/qkeysequence.h
  653.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/rangecontrols.o ../rangecontrols/rangecontrols.cpp
  654.  
  655. .obj/release/richtext.o: ../richtext/richtext.cpp ../richtext/richtext.h \
  656.         ../../include/qhbox.h \
  657.         ../../include/qpushbutton.h \
  658.         ../../include/qtextview.h \
  659.         ../../include/qbrush.h \
  660.         ../../include/qapplication.h \
  661.         ../../include/qvbox.h \
  662.         ../../include/qwidget.h \
  663.         ../../include/qframe.h \
  664.         ../../include/qwindowdefs.h \
  665.         ../../include/qobject.h \
  666.         ../../include/qpaintdevice.h \
  667.         ../../include/qpalette.h \
  668.         ../../include/qfont.h \
  669.         ../../include/qfontmetrics.h \
  670.         ../../include/qfontinfo.h \
  671.         ../../include/qsizepolicy.h \
  672.         ../../include/qobjectdefs.h \
  673.         ../../include/qstring.h \
  674.         ../../include/qnamespace.h \
  675.         ../../include/qglobal.h \
  676.         ../../include/qconfig-minimal.h \
  677.         ../../include/qconfig-small.h \
  678.         ../../include/qconfig-medium.h \
  679.         ../../include/qconfig-large.h \
  680.         ../../include/qconfig.h \
  681.         ../../include/qmodules.h \
  682.         ../../include/qfeatures.h \
  683.         ../../include/qcstring.h \
  684.         ../../include/qmemarray.h \
  685.         ../../include/qgarray.h \
  686.         ../../include/qshared.h \
  687.         ../../include/qevent.h \
  688.         ../../include/qregion.h \
  689.         ../../include/qmime.h \
  690.         ../../include/qpair.h \
  691.         ../../include/qrect.h \
  692.         ../../include/qsize.h \
  693.         ../../include/qpoint.h \
  694.         ../../include/qmap.h \
  695.         ../../include/qptrlist.h \
  696.         ../../include/qdatastream.h \
  697.         ../../include/qtl.h \
  698.         ../../include/qiodevice.h \
  699.         ../../include/qtextstream.h \
  700.         ../../include/qglist.h \
  701.         ../../include/qptrcollection.h \
  702.         ../../include/qcolor.h \
  703.         ../../include/qbutton.h \
  704.         ../../include/qiconset.h \
  705.         ../../include/qkeysequence.h \
  706.         ../../include/qpixmap.h \
  707.         ../../include/qtextedit.h \
  708.         ../../include/qscrollview.h \
  709.         ../../include/qstylesheet.h \
  710.         ../../include/qptrvector.h \
  711.         ../../include/qvaluelist.h \
  712.         ../../include/qscrollbar.h \
  713.         ../../include/qrangecontrol.h \
  714.         ../../include/qdict.h \
  715.         ../../include/qgvector.h \
  716.         ../../include/qgdict.h \
  717.         ../../include/qdesktopwidget.h \
  718.         ../../include/qasciidict.h \
  719.         ../../include/qtranslator.h \
  720.         ../../include/qstrlist.h \
  721.         ../../include/qstringlist.h \
  722.         ../../include/quuid.h
  723.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/richtext.o ../richtext/richtext.cpp
  724.  
  725. .obj/release/wood.o: wood.cpp wood.h \
  726.         ../../include/qapplication.h \
  727.         ../../include/qcombobox.h \
  728.         ../../include/qpainter.h \
  729.         ../../include/qdrawutil.h \
  730.         ../../include/qpixmap.h \
  731.         ../../include/qpalette.h \
  732.         ../../include/qwidget.h \
  733.         ../../include/qlabel.h \
  734.         ../../include/qimage.h \
  735.         ../../include/qpushbutton.h \
  736.         ../../include/qrangecontrol.h \
  737.         ../../include/qscrollbar.h \
  738.         ../../include/qstylefactory.h \
  739.         ../../include/qwindowsstyle.h \
  740.         ../../include/qcommonstyle.h \
  741.         ../../include/qstyle.h \
  742.         ../../include/qobject.h \
  743.         ../../include/qobjectdefs.h \
  744.         ../../include/qwindowdefs.h \
  745.         ../../include/qstring.h \
  746.         ../../include/qevent.h \
  747.         ../../include/qnamespace.h \
  748.         ../../include/qglobal.h \
  749.         ../../include/qconfig-minimal.h \
  750.         ../../include/qconfig-small.h \
  751.         ../../include/qconfig-medium.h \
  752.         ../../include/qconfig-large.h \
  753.         ../../include/qconfig.h \
  754.         ../../include/qmodules.h \
  755.         ../../include/qfeatures.h \
  756.         ../../include/qcstring.h \
  757.         ../../include/qmemarray.h \
  758.         ../../include/qgarray.h \
  759.         ../../include/qshared.h \
  760.         ../../include/qregion.h \
  761.         ../../include/qmime.h \
  762.         ../../include/qpair.h \
  763.         ../../include/qrect.h \
  764.         ../../include/qsize.h \
  765.         ../../include/qpoint.h \
  766.         ../../include/qmap.h \
  767.         ../../include/qptrlist.h \
  768.         ../../include/qdatastream.h \
  769.         ../../include/qtl.h \
  770.         ../../include/qiodevice.h \
  771.         ../../include/qtextstream.h \
  772.         ../../include/qglist.h \
  773.         ../../include/qptrcollection.h \
  774.         ../../include/qcolor.h \
  775.         ../../include/qbrush.h \
  776.         ../../include/qdesktopwidget.h \
  777.         ../../include/qasciidict.h \
  778.         ../../include/qtranslator.h \
  779.         ../../include/qstrlist.h \
  780.         ../../include/qstringlist.h \
  781.         ../../include/quuid.h \
  782.         ../../include/qpaintdevice.h \
  783.         ../../include/qfont.h \
  784.         ../../include/qfontmetrics.h \
  785.         ../../include/qfontinfo.h \
  786.         ../../include/qsizepolicy.h \
  787.         ../../include/qgdict.h \
  788.         ../../include/qvaluelist.h \
  789.         ../../include/qpen.h \
  790.         ../../include/qpointarray.h \
  791.         ../../include/qwmatrix.h \
  792.         ../../include/qframe.h \
  793.         ../../include/qbutton.h \
  794.         ../../include/qiconset.h \
  795.         ../../include/qkeysequence.h
  796.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/wood.o wood.cpp
  797.  
  798. .obj/release/metal.o: metal.cpp metal.h \
  799.         ../../include/qapplication.h \
  800.         ../../include/qcombobox.h \
  801.         ../../include/qpainter.h \
  802.         ../../include/qdrawutil.h \
  803.         ../../include/qpixmap.h \
  804.         ../../include/qpalette.h \
  805.         ../../include/qwidget.h \
  806.         ../../include/qlabel.h \
  807.         ../../include/qimage.h \
  808.         ../../include/qpushbutton.h \
  809.         ../../include/qrangecontrol.h \
  810.         ../../include/qscrollbar.h \
  811.         ../../include/qslider.h \
  812.         stonedark.xpm \
  813.         stone1.xpm \
  814.         marble.xpm \
  815.         ../../include/qwindowsstyle.h \
  816.         ../../include/qcommonstyle.h \
  817.         ../../include/qstyle.h \
  818.         ../../include/qobject.h \
  819.         ../../include/qobjectdefs.h \
  820.         ../../include/qwindowdefs.h \
  821.         ../../include/qstring.h \
  822.         ../../include/qevent.h \
  823.         ../../include/qnamespace.h \
  824.         ../../include/qglobal.h \
  825.         ../../include/qconfig-minimal.h \
  826.         ../../include/qconfig-small.h \
  827.         ../../include/qconfig-medium.h \
  828.         ../../include/qconfig-large.h \
  829.         ../../include/qconfig.h \
  830.         ../../include/qmodules.h \
  831.         ../../include/qfeatures.h \
  832.         ../../include/qcstring.h \
  833.         ../../include/qmemarray.h \
  834.         ../../include/qgarray.h \
  835.         ../../include/qshared.h \
  836.         ../../include/qregion.h \
  837.         ../../include/qmime.h \
  838.         ../../include/qpair.h \
  839.         ../../include/qrect.h \
  840.         ../../include/qsize.h \
  841.         ../../include/qpoint.h \
  842.         ../../include/qmap.h \
  843.         ../../include/qptrlist.h \
  844.         ../../include/qdatastream.h \
  845.         ../../include/qtl.h \
  846.         ../../include/qiodevice.h \
  847.         ../../include/qtextstream.h \
  848.         ../../include/qglist.h \
  849.         ../../include/qptrcollection.h \
  850.         ../../include/qcolor.h \
  851.         ../../include/qbrush.h \
  852.         ../../include/qdesktopwidget.h \
  853.         ../../include/qasciidict.h \
  854.         ../../include/qtranslator.h \
  855.         ../../include/qstrlist.h \
  856.         ../../include/qstringlist.h \
  857.         ../../include/quuid.h \
  858.         ../../include/qpaintdevice.h \
  859.         ../../include/qfont.h \
  860.         ../../include/qfontmetrics.h \
  861.         ../../include/qfontinfo.h \
  862.         ../../include/qsizepolicy.h \
  863.         ../../include/qgdict.h \
  864.         ../../include/qvaluelist.h \
  865.         ../../include/qpen.h \
  866.         ../../include/qpointarray.h \
  867.         ../../include/qwmatrix.h \
  868.         ../../include/qframe.h \
  869.         ../../include/qbutton.h \
  870.         ../../include/qiconset.h \
  871.         ../../include/qkeysequence.h
  872.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/metal.o metal.cpp
  873.  
  874. .obj/release/moc_themes.o: .moc/release/moc_themes.cpp themes.h ../../include/qmainwindow.h \
  875.         ../../include/qfont.h \
  876.         ../../include/qwidget.h \
  877.         ../../include/qtoolbar.h \
  878.         ../../include/qptrlist.h \
  879.         ../../include/qtextstream.h \
  880.         ../../include/qwindowdefs.h \
  881.         ../../include/qobject.h \
  882.         ../../include/qpaintdevice.h \
  883.         ../../include/qpalette.h \
  884.         ../../include/qfontmetrics.h \
  885.         ../../include/qfontinfo.h \
  886.         ../../include/qsizepolicy.h \
  887.         ../../include/qobjectdefs.h \
  888.         ../../include/qstring.h \
  889.         ../../include/qnamespace.h \
  890.         ../../include/qglobal.h \
  891.         ../../include/qconfig-minimal.h \
  892.         ../../include/qconfig-small.h \
  893.         ../../include/qconfig-medium.h \
  894.         ../../include/qconfig-large.h \
  895.         ../../include/qconfig.h \
  896.         ../../include/qmodules.h \
  897.         ../../include/qfeatures.h \
  898.         ../../include/qcstring.h \
  899.         ../../include/qmemarray.h \
  900.         ../../include/qgarray.h \
  901.         ../../include/qshared.h \
  902.         ../../include/qevent.h \
  903.         ../../include/qregion.h \
  904.         ../../include/qmime.h \
  905.         ../../include/qpair.h \
  906.         ../../include/qrect.h \
  907.         ../../include/qsize.h \
  908.         ../../include/qpoint.h \
  909.         ../../include/qmap.h \
  910.         ../../include/qdatastream.h \
  911.         ../../include/qtl.h \
  912.         ../../include/qiodevice.h \
  913.         ../../include/qglist.h \
  914.         ../../include/qptrcollection.h \
  915.         ../../include/qcolor.h \
  916.         ../../include/qbrush.h \
  917.         ../../include/qdockwindow.h \
  918.         ../../include/qframe.h
  919.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_themes.o .moc/release/moc_themes.cpp
  920.  
  921. .obj/release/moc_buttongroups.o: .moc/release/moc_buttongroups.cpp ../buttongroups/buttongroups.h ../../include/qwidget.h \
  922.         ../../include/qwindowdefs.h \
  923.         ../../include/qobject.h \
  924.         ../../include/qpaintdevice.h \
  925.         ../../include/qpalette.h \
  926.         ../../include/qfont.h \
  927.         ../../include/qfontmetrics.h \
  928.         ../../include/qfontinfo.h \
  929.         ../../include/qsizepolicy.h \
  930.         ../../include/qobjectdefs.h \
  931.         ../../include/qstring.h \
  932.         ../../include/qnamespace.h \
  933.         ../../include/qglobal.h \
  934.         ../../include/qconfig-minimal.h \
  935.         ../../include/qconfig-small.h \
  936.         ../../include/qconfig-medium.h \
  937.         ../../include/qconfig-large.h \
  938.         ../../include/qconfig.h \
  939.         ../../include/qmodules.h \
  940.         ../../include/qfeatures.h \
  941.         ../../include/qcstring.h \
  942.         ../../include/qmemarray.h \
  943.         ../../include/qgarray.h \
  944.         ../../include/qshared.h \
  945.         ../../include/qevent.h \
  946.         ../../include/qregion.h \
  947.         ../../include/qmime.h \
  948.         ../../include/qpair.h \
  949.         ../../include/qrect.h \
  950.         ../../include/qsize.h \
  951.         ../../include/qpoint.h \
  952.         ../../include/qmap.h \
  953.         ../../include/qptrlist.h \
  954.         ../../include/qdatastream.h \
  955.         ../../include/qtl.h \
  956.         ../../include/qiodevice.h \
  957.         ../../include/qtextstream.h \
  958.         ../../include/qglist.h \
  959.         ../../include/qptrcollection.h \
  960.         ../../include/qcolor.h \
  961.         ../../include/qbrush.h
  962.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_buttongroups.o .moc/release/moc_buttongroups.cpp
  963.  
  964. .obj/release/moc_lineedits.o: .moc/release/moc_lineedits.cpp ../lineedits/lineedits.h ../../include/qgroupbox.h \
  965.         ../../include/qframe.h \
  966.         ../../include/qwidget.h \
  967.         ../../include/qwindowdefs.h \
  968.         ../../include/qobject.h \
  969.         ../../include/qpaintdevice.h \
  970.         ../../include/qpalette.h \
  971.         ../../include/qfont.h \
  972.         ../../include/qfontmetrics.h \
  973.         ../../include/qfontinfo.h \
  974.         ../../include/qsizepolicy.h \
  975.         ../../include/qobjectdefs.h \
  976.         ../../include/qstring.h \
  977.         ../../include/qnamespace.h \
  978.         ../../include/qglobal.h \
  979.         ../../include/qconfig-minimal.h \
  980.         ../../include/qconfig-small.h \
  981.         ../../include/qconfig-medium.h \
  982.         ../../include/qconfig-large.h \
  983.         ../../include/qconfig.h \
  984.         ../../include/qmodules.h \
  985.         ../../include/qfeatures.h \
  986.         ../../include/qcstring.h \
  987.         ../../include/qmemarray.h \
  988.         ../../include/qgarray.h \
  989.         ../../include/qshared.h \
  990.         ../../include/qevent.h \
  991.         ../../include/qregion.h \
  992.         ../../include/qmime.h \
  993.         ../../include/qpair.h \
  994.         ../../include/qrect.h \
  995.         ../../include/qsize.h \
  996.         ../../include/qpoint.h \
  997.         ../../include/qmap.h \
  998.         ../../include/qptrlist.h \
  999.         ../../include/qdatastream.h \
  1000.         ../../include/qtl.h \
  1001.         ../../include/qiodevice.h \
  1002.         ../../include/qtextstream.h \
  1003.         ../../include/qglist.h \
  1004.         ../../include/qptrcollection.h \
  1005.         ../../include/qcolor.h \
  1006.         ../../include/qbrush.h
  1007.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_lineedits.o .moc/release/moc_lineedits.cpp
  1008.  
  1009. .obj/release/moc_listboxcombo.o: .moc/release/moc_listboxcombo.cpp ../listboxcombo/listboxcombo.h ../../include/qvbox.h \
  1010.         ../../include/qhbox.h \
  1011.         ../../include/qwidget.h \
  1012.         ../../include/qframe.h \
  1013.         ../../include/qwindowdefs.h \
  1014.         ../../include/qobject.h \
  1015.         ../../include/qpaintdevice.h \
  1016.         ../../include/qpalette.h \
  1017.         ../../include/qfont.h \
  1018.         ../../include/qfontmetrics.h \
  1019.         ../../include/qfontinfo.h \
  1020.         ../../include/qsizepolicy.h \
  1021.         ../../include/qobjectdefs.h \
  1022.         ../../include/qstring.h \
  1023.         ../../include/qnamespace.h \
  1024.         ../../include/qglobal.h \
  1025.         ../../include/qconfig-minimal.h \
  1026.         ../../include/qconfig-small.h \
  1027.         ../../include/qconfig-medium.h \
  1028.         ../../include/qconfig-large.h \
  1029.         ../../include/qconfig.h \
  1030.         ../../include/qmodules.h \
  1031.         ../../include/qfeatures.h \
  1032.         ../../include/qcstring.h \
  1033.         ../../include/qmemarray.h \
  1034.         ../../include/qgarray.h \
  1035.         ../../include/qshared.h \
  1036.         ../../include/qevent.h \
  1037.         ../../include/qregion.h \
  1038.         ../../include/qmime.h \
  1039.         ../../include/qpair.h \
  1040.         ../../include/qrect.h \
  1041.         ../../include/qsize.h \
  1042.         ../../include/qpoint.h \
  1043.         ../../include/qmap.h \
  1044.         ../../include/qptrlist.h \
  1045.         ../../include/qdatastream.h \
  1046.         ../../include/qtl.h \
  1047.         ../../include/qiodevice.h \
  1048.         ../../include/qtextstream.h \
  1049.         ../../include/qglist.h \
  1050.         ../../include/qptrcollection.h \
  1051.         ../../include/qcolor.h \
  1052.         ../../include/qbrush.h
  1053.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_listboxcombo.o .moc/release/moc_listboxcombo.cpp
  1054.  
  1055. .obj/release/moc_checklists.o: .moc/release/moc_checklists.cpp ../checklists/checklists.h ../../include/qwidget.h \
  1056.         ../../include/qwindowdefs.h \
  1057.         ../../include/qobject.h \
  1058.         ../../include/qpaintdevice.h \
  1059.         ../../include/qpalette.h \
  1060.         ../../include/qfont.h \
  1061.         ../../include/qfontmetrics.h \
  1062.         ../../include/qfontinfo.h \
  1063.         ../../include/qsizepolicy.h \
  1064.         ../../include/qobjectdefs.h \
  1065.         ../../include/qstring.h \
  1066.         ../../include/qnamespace.h \
  1067.         ../../include/qglobal.h \
  1068.         ../../include/qconfig-minimal.h \
  1069.         ../../include/qconfig-small.h \
  1070.         ../../include/qconfig-medium.h \
  1071.         ../../include/qconfig-large.h \
  1072.         ../../include/qconfig.h \
  1073.         ../../include/qmodules.h \
  1074.         ../../include/qfeatures.h \
  1075.         ../../include/qcstring.h \
  1076.         ../../include/qmemarray.h \
  1077.         ../../include/qgarray.h \
  1078.         ../../include/qshared.h \
  1079.         ../../include/qevent.h \
  1080.         ../../include/qregion.h \
  1081.         ../../include/qmime.h \
  1082.         ../../include/qpair.h \
  1083.         ../../include/qrect.h \
  1084.         ../../include/qsize.h \
  1085.         ../../include/qpoint.h \
  1086.         ../../include/qmap.h \
  1087.         ../../include/qptrlist.h \
  1088.         ../../include/qdatastream.h \
  1089.         ../../include/qtl.h \
  1090.         ../../include/qiodevice.h \
  1091.         ../../include/qtextstream.h \
  1092.         ../../include/qglist.h \
  1093.         ../../include/qptrcollection.h \
  1094.         ../../include/qcolor.h \
  1095.         ../../include/qbrush.h
  1096.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_checklists.o .moc/release/moc_checklists.cpp
  1097.  
  1098. .obj/release/moc_progressbar.o: .moc/release/moc_progressbar.cpp ../progressbar/progressbar.h ../../include/qbuttongroup.h \
  1099.         ../../include/qtimer.h \
  1100.         ../../include/qgroupbox.h \
  1101.         ../../include/qframe.h \
  1102.         ../../include/qwidget.h \
  1103.         ../../include/qwindowdefs.h \
  1104.         ../../include/qobject.h \
  1105.         ../../include/qpaintdevice.h \
  1106.         ../../include/qpalette.h \
  1107.         ../../include/qfont.h \
  1108.         ../../include/qfontmetrics.h \
  1109.         ../../include/qfontinfo.h \
  1110.         ../../include/qsizepolicy.h \
  1111.         ../../include/qobjectdefs.h \
  1112.         ../../include/qstring.h \
  1113.         ../../include/qnamespace.h \
  1114.         ../../include/qglobal.h \
  1115.         ../../include/qconfig-minimal.h \
  1116.         ../../include/qconfig-small.h \
  1117.         ../../include/qconfig-medium.h \
  1118.         ../../include/qconfig-large.h \
  1119.         ../../include/qconfig.h \
  1120.         ../../include/qmodules.h \
  1121.         ../../include/qfeatures.h \
  1122.         ../../include/qcstring.h \
  1123.         ../../include/qmemarray.h \
  1124.         ../../include/qgarray.h \
  1125.         ../../include/qshared.h \
  1126.         ../../include/qevent.h \
  1127.         ../../include/qregion.h \
  1128.         ../../include/qmime.h \
  1129.         ../../include/qpair.h \
  1130.         ../../include/qrect.h \
  1131.         ../../include/qsize.h \
  1132.         ../../include/qpoint.h \
  1133.         ../../include/qmap.h \
  1134.         ../../include/qptrlist.h \
  1135.         ../../include/qdatastream.h \
  1136.         ../../include/qtl.h \
  1137.         ../../include/qiodevice.h \
  1138.         ../../include/qtextstream.h \
  1139.         ../../include/qglist.h \
  1140.         ../../include/qptrcollection.h \
  1141.         ../../include/qcolor.h \
  1142.         ../../include/qbrush.h
  1143.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_progressbar.o .moc/release/moc_progressbar.cpp
  1144.  
  1145. .obj/release/moc_rangecontrols.o: .moc/release/moc_rangecontrols.cpp ../rangecontrols/rangecontrols.h ../../include/qvbox.h \
  1146.         ../../include/qhbox.h \
  1147.         ../../include/qwidget.h \
  1148.         ../../include/qframe.h \
  1149.         ../../include/qwindowdefs.h \
  1150.         ../../include/qobject.h \
  1151.         ../../include/qpaintdevice.h \
  1152.         ../../include/qpalette.h \
  1153.         ../../include/qfont.h \
  1154.         ../../include/qfontmetrics.h \
  1155.         ../../include/qfontinfo.h \
  1156.         ../../include/qsizepolicy.h \
  1157.         ../../include/qobjectdefs.h \
  1158.         ../../include/qstring.h \
  1159.         ../../include/qnamespace.h \
  1160.         ../../include/qglobal.h \
  1161.         ../../include/qconfig-minimal.h \
  1162.         ../../include/qconfig-small.h \
  1163.         ../../include/qconfig-medium.h \
  1164.         ../../include/qconfig-large.h \
  1165.         ../../include/qconfig.h \
  1166.         ../../include/qmodules.h \
  1167.         ../../include/qfeatures.h \
  1168.         ../../include/qcstring.h \
  1169.         ../../include/qmemarray.h \
  1170.         ../../include/qgarray.h \
  1171.         ../../include/qshared.h \
  1172.         ../../include/qevent.h \
  1173.         ../../include/qregion.h \
  1174.         ../../include/qmime.h \
  1175.         ../../include/qpair.h \
  1176.         ../../include/qrect.h \
  1177.         ../../include/qsize.h \
  1178.         ../../include/qpoint.h \
  1179.         ../../include/qmap.h \
  1180.         ../../include/qptrlist.h \
  1181.         ../../include/qdatastream.h \
  1182.         ../../include/qtl.h \
  1183.         ../../include/qiodevice.h \
  1184.         ../../include/qtextstream.h \
  1185.         ../../include/qglist.h \
  1186.         ../../include/qptrcollection.h \
  1187.         ../../include/qcolor.h \
  1188.         ../../include/qbrush.h
  1189.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_rangecontrols.o .moc/release/moc_rangecontrols.cpp
  1190.  
  1191. .obj/release/moc_richtext.o: .moc/release/moc_richtext.cpp ../richtext/richtext.h ../../include/qvbox.h \
  1192.         ../../include/qhbox.h \
  1193.         ../../include/qwidget.h \
  1194.         ../../include/qframe.h \
  1195.         ../../include/qwindowdefs.h \
  1196.         ../../include/qobject.h \
  1197.         ../../include/qpaintdevice.h \
  1198.         ../../include/qpalette.h \
  1199.         ../../include/qfont.h \
  1200.         ../../include/qfontmetrics.h \
  1201.         ../../include/qfontinfo.h \
  1202.         ../../include/qsizepolicy.h \
  1203.         ../../include/qobjectdefs.h \
  1204.         ../../include/qstring.h \
  1205.         ../../include/qnamespace.h \
  1206.         ../../include/qglobal.h \
  1207.         ../../include/qconfig-minimal.h \
  1208.         ../../include/qconfig-small.h \
  1209.         ../../include/qconfig-medium.h \
  1210.         ../../include/qconfig-large.h \
  1211.         ../../include/qconfig.h \
  1212.         ../../include/qmodules.h \
  1213.         ../../include/qfeatures.h \
  1214.         ../../include/qcstring.h \
  1215.         ../../include/qmemarray.h \
  1216.         ../../include/qgarray.h \
  1217.         ../../include/qshared.h \
  1218.         ../../include/qevent.h \
  1219.         ../../include/qregion.h \
  1220.         ../../include/qmime.h \
  1221.         ../../include/qpair.h \
  1222.         ../../include/qrect.h \
  1223.         ../../include/qsize.h \
  1224.         ../../include/qpoint.h \
  1225.         ../../include/qmap.h \
  1226.         ../../include/qptrlist.h \
  1227.         ../../include/qdatastream.h \
  1228.         ../../include/qtl.h \
  1229.         ../../include/qiodevice.h \
  1230.         ../../include/qtextstream.h \
  1231.         ../../include/qglist.h \
  1232.         ../../include/qptrcollection.h \
  1233.         ../../include/qcolor.h \
  1234.         ../../include/qbrush.h
  1235.     $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release/moc_richtext.o .moc/release/moc_richtext.cpp
  1236.  
  1237. .moc/release/moc_themes.cpp: $(MOC) themes.h
  1238.     $(MOC) themes.h -o .moc/release/moc_themes.cpp
  1239.  
  1240. .moc/release/moc_buttongroups.cpp: $(MOC) ../buttongroups/buttongroups.h
  1241.     $(MOC) ../buttongroups/buttongroups.h -o .moc/release/moc_buttongroups.cpp
  1242.  
  1243. .moc/release/moc_lineedits.cpp: $(MOC) ../lineedits/lineedits.h
  1244.     $(MOC) ../lineedits/lineedits.h -o .moc/release/moc_lineedits.cpp
  1245.  
  1246. .moc/release/moc_listboxcombo.cpp: $(MOC) ../listboxcombo/listboxcombo.h
  1247.     $(MOC) ../listboxcombo/listboxcombo.h -o .moc/release/moc_listboxcombo.cpp
  1248.  
  1249. .moc/release/moc_checklists.cpp: $(MOC) ../checklists/checklists.h
  1250.     $(MOC) ../checklists/checklists.h -o .moc/release/moc_checklists.cpp
  1251.  
  1252. .moc/release/moc_progressbar.cpp: $(MOC) ../progressbar/progressbar.h
  1253.     $(MOC) ../progressbar/progressbar.h -o .moc/release/moc_progressbar.cpp
  1254.  
  1255. .moc/release/moc_rangecontrols.cpp: $(MOC) ../rangecontrols/rangecontrols.h
  1256.     $(MOC) ../rangecontrols/rangecontrols.h -o .moc/release/moc_rangecontrols.cpp
  1257.  
  1258. .moc/release/moc_richtext.cpp: $(MOC) ../richtext/richtext.h
  1259.     $(MOC) ../richtext/richtext.h -o .moc/release/moc_richtext.cpp
  1260.  
  1261. ####### Install
  1262.  
  1263. install: all 
  1264.  
  1265.