############################################################################# # Makefile for building: listbox # Generated by qmake (1.07a) (Qt 3.3.6) on: Fri Sep 1 22:02:53 2006 # Project: listbox.pro # Template: app # Command: $(QMAKE) -spec /usr/lib/qt/mkspecs/linux-g++ -o Makefile listbox.pro ############################################################################# ####### Compiler, tools and options CC = gcc CXX = g++ LEX = flex YACC = yacc CFLAGS = -pipe -fno-exceptions -Wall -W -O2 -march=i486 -mtune=i686 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED CXXFLAGS = -pipe -fno-exceptions -Wall -W -O2 -march=i486 -mtune=i686 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED LEXFLAGS = YACCFLAGS= -d INCPATH = -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ LINK = g++ LFLAGS = -fno-exceptions -Wl,-rpath,/usr/lib/qt/lib LIBS = $(SUBLIBS) -L/usr/lib/qt/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lqt-mt -lmng -ljpeg -lpng -lz -lGLU -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread AR = ar cqs RANLIB = MOC = /usr/lib/qt/bin/moc UIC = /usr/lib/qt/bin/uic -L /usr/lib/qt/plugins QMAKE = /usr/lib/qt/bin/qmake TAR = tar -cf GZIP = gzip -9f COPY = cp -f COPY_FILE= $(COPY) COPY_DIR = $(COPY) -r INSTALL_FILE= $(COPY_FILE) INSTALL_DIR = $(COPY_DIR) DEL_FILE = rm -f SYMLINK = ln -sf DEL_DIR = rmdir MOVE = mv -f CHK_DIR_EXISTS= test -d MKDIR = mkdir -p ####### Output directory OBJECTS_DIR = .obj/release-shared-mt/ ####### Files HEADERS = listbox.h SOURCES = listbox.cpp \ main.cpp OBJECTS = .obj/release-shared-mt/listbox.o \ .obj/release-shared-mt/main.o FORMS = UICDECLS = UICIMPLS = SRCMOC = .moc/release-shared-mt/moc_listbox.cpp OBJMOC = .obj/release-shared-mt/moc_listbox.o DIST = listbox.pro QMAKE_TARGET = listbox DESTDIR = TARGET = listbox first: all ####### Implicit rules .SUFFIXES: .c .o .cpp .cc .cxx .C .cpp.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< .cc.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< .cxx.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) $(OBJCOMP) $(LIBS) mocables: $(SRCMOC) uicables: $(UICDECLS) $(UICIMPLS) $(MOC): ( cd /usr/lib/qt/src/moc && $(MAKE) ) Makefile: listbox.pro ../../.qmake.cache /usr/lib/qt/mkspecs/linux-g++/qmake.conf ../../lib/libqt-mt.prl $(QMAKE) -spec /usr/lib/qt/mkspecs/linux-g++ -o Makefile listbox.pro qmake: @$(QMAKE) -spec /usr/lib/qt/mkspecs/linux-g++ -o Makefile listbox.pro dist: @mkdir -p .obj/release-shared-mt/listbox && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .obj/release-shared-mt/listbox/ && ( cd `dirname .obj/release-shared-mt/listbox` && $(TAR) listbox.tar listbox && $(GZIP) listbox.tar ) && $(MOVE) `dirname .obj/release-shared-mt/listbox`/listbox.tar.gz . && $(DEL_FILE) -r .obj/release-shared-mt/listbox mocclean: -$(DEL_FILE) $(OBJMOC) -$(DEL_FILE) $(SRCMOC) uiclean: yaccclean: lexclean: clean: mocclean -$(DEL_FILE) $(OBJECTS) -$(DEL_FILE) *~ core *.core ####### Sub-libraries distclean: clean -$(DEL_FILE) $(TARGET) $(TARGET) FORCE: ####### Compile .obj/release-shared-mt/listbox.o: listbox.cpp listbox.h \ ../../include/qlabel.h \ ../../include/qradiobutton.h \ ../../include/qcheckbox.h \ ../../include/qspinbox.h \ ../../include/qlistbox.h \ ../../include/qbuttongroup.h \ ../../include/qlayout.h \ ../../include/qpushbutton.h \ ../../include/qwidget.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/qwinexport.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/qmap.h \ ../../include/qptrlist.h \ ../../include/qdatastream.h \ ../../include/qvaluelist.h \ ../../include/qiodevice.h \ ../../include/qtl.h \ ../../include/qtextstream.h \ ../../include/qglist.h \ ../../include/qptrcollection.h \ ../../include/qcolor.h \ ../../include/qbrush.h \ ../../include/qstringlist.h \ ../../include/qstrlist.h \ ../../include/qframe.h \ ../../include/qbutton.h \ ../../include/qkeysequence.h \ ../../include/qrangecontrol.h \ ../../include/qscrollview.h \ ../../include/qpixmap.h \ ../../include/qscrollbar.h \ ../../include/qgroupbox.h \ ../../include/qiconset.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-shared-mt/listbox.o listbox.cpp .obj/release-shared-mt/main.o: main.cpp listbox.h \ ../../include/qapplication.h \ ../../include/qwidget.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/qwinexport.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/qmap.h \ ../../include/qptrlist.h \ ../../include/qdatastream.h \ ../../include/qvaluelist.h \ ../../include/qiodevice.h \ ../../include/qtl.h \ ../../include/qtextstream.h \ ../../include/qglist.h \ ../../include/qptrcollection.h \ ../../include/qcolor.h \ ../../include/qbrush.h \ ../../include/qstringlist.h \ ../../include/qstrlist.h \ ../../include/qdesktopwidget.h \ ../../include/qasciidict.h \ ../../include/qtranslator.h \ ../../include/qgdict.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-shared-mt/main.o main.cpp .obj/release-shared-mt/moc_listbox.o: .moc/release-shared-mt/moc_listbox.cpp listbox.h ../../include/qwidget.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/qwinexport.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/qmap.h \ ../../include/qptrlist.h \ ../../include/qdatastream.h \ ../../include/qvaluelist.h \ ../../include/qiodevice.h \ ../../include/qtl.h \ ../../include/qtextstream.h \ ../../include/qglist.h \ ../../include/qptrcollection.h \ ../../include/qcolor.h \ ../../include/qbrush.h \ ../../include/qstringlist.h \ ../../include/qstrlist.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-shared-mt/moc_listbox.o .moc/release-shared-mt/moc_listbox.cpp .moc/release-shared-mt/moc_listbox.cpp: $(MOC) listbox.h $(MOC) listbox.h -o .moc/release-shared-mt/moc_listbox.cpp ####### Install install: uninstall: