############################################################################# # Makefile for building: SpiceRack # Generated by qmake (2.01a) (Qt 4.5.3) on: Sat Feb 6 22:29:26 2010 # Project: SpiceRack.pro # Template: app ############################################################################# ####### Compiler, tools and options CC = gcc CXX = g++ DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQWT_DLL -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN CFLAGS = -g -Wall $(DEFINES) CXXFLAGS = -g -frtti -fexceptions -mthreads -Wall $(DEFINES) INCPATH = -I"c:\Qt\2009.04\qt\include\QtCore" -I"c:\Qt\2009.04\qt\include\QtGui" -I"c:\Qt\2009.04\qt\include" -I"c:\qt\4.4.1\\include\qwt" -I"c:\Qt\2009.04\qt\include\ActiveQt" -I"debug" -I"." -I"c:\Qt\2009.04\qt\mkspecs\default" LINK = g++ LFLAGS = -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows LIBS = -L"c:\Qt\2009.04\qt\lib" -lmingw32 -lqtmaind debug\gingericon_res.o -lqwt5 -lQtGuid4 -lQtCored4 QMAKE = c:\Qt\2009.04\qt\bin\qmake.exe IDC = c:\Qt\2009.04\qt\bin\idc.exe IDL = midl ZIP = zip -r -9 DEF_FILE = RES_FILE = debug\gingericon_res.o COPY = copy /y COPY_FILE = $(COPY) COPY_DIR = xcopy /s /q /y /i DEL_FILE = del DEL_DIR = rmdir MOVE = move CHK_DIR_EXISTS= if not exist MKDIR = mkdir INSTALL_FILE = $(COPY_FILE) INSTALL_PROGRAM = $(COPY_FILE) INSTALL_DIR = $(COPY_DIR) ####### Output directory OBJECTS_DIR = debug ####### Files SOURCES = LinkWind.cpp \ GingerWind.cpp \ main.cpp \ ProgramMain.cpp \ RefWind.cpp \ TFtUsbDev.cpp \ TmpWind.cpp \ GpsWind.cpp \ PrsWind.cpp \ RadioCtlWind.cpp debug\moc_GingerWind.cpp \ debug\moc_ProgramMain.cpp \ debug\moc_RefWind.cpp \ debug\moc_LinkWind.cpp \ debug\moc_PrsWind.cpp \ debug\moc_TmpWind.cpp \ debug\moc_GpsWind.cpp \ debug\moc_RadioCtlWind.cpp \ debug\qrc_GingerGui.cpp OBJECTS = debug/LinkWind.o \ debug/GingerWind.o \ debug/main.o \ debug/ProgramMain.o \ debug/RefWind.o \ debug/TFtUsbDev.o \ debug/TmpWind.o \ debug/GpsWind.o \ debug/PrsWind.o \ debug/RadioCtlWind.o \ debug/moc_GingerWind.o \ debug/moc_ProgramMain.o \ debug/moc_RefWind.o \ debug/moc_LinkWind.o \ debug/moc_PrsWind.o \ debug/moc_TmpWind.o \ debug/moc_GpsWind.o \ debug/moc_RadioCtlWind.o \ debug/qrc_GingerGui.o DIST = QMAKE_TARGET = SpiceRack DESTDIR = debug\ #avoid trailing-slash linebreak TARGET = SpiceRack.exe DESTDIR_TARGET = debug\SpiceRack.exe ####### Implicit rules .SUFFIXES: .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: $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< ####### Build rules first: all all: Makefile.Debug $(DESTDIR_TARGET) $(DESTDIR_TARGET): ui_GingerRef.h ui_Mainwind.h ui_prs_plot.h ui_tmp_plot.h ui_gps_plot.h ui_RadioControl.h ui_Link_plot.h $(OBJECTS) debug/gingericon_res.o $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.SpiceRack.Debug $(LIBS) debug/gingericon_res.o: gingericon.rc windres -i gingericon.rc -o debug\gingericon_res.o --include-dir=. qmake: FORCE @$(QMAKE) -win32 -o Makefile.Debug SpiceRack.pro dist: $(ZIP) SpiceRack.zip $(SOURCES) $(DIST) SpiceRack.pro c:\Qt\2009.04\qt\mkspecs\qconfig.pri c:\Qt\2009.04\qt\mkspecs\features\qt_functions.prf c:\Qt\2009.04\qt\mkspecs\features\qt_config.prf c:\Qt\2009.04\qt\mkspecs\features\exclusive_builds.prf c:\Qt\2009.04\qt\mkspecs\features\default_pre.prf c:\Qt\2009.04\qt\mkspecs\features\win32\default_pre.prf c:\Qt\2009.04\qt\mkspecs\features\debug.prf c:\Qt\2009.04\qt\mkspecs\features\debug_and_release.prf c:\Qt\2009.04\qt\mkspecs\features\default_post.prf c:\Qt\2009.04\qt\mkspecs\features\win32\default_post.prf c:\Qt\2009.04\qt\mkspecs\features\build_pass.prf c:\Qt\2009.04\qt\mkspecs\features\win32\rtti.prf c:\Qt\2009.04\qt\mkspecs\features\win32\exceptions.prf c:\Qt\2009.04\qt\mkspecs\features\win32\stl.prf c:\Qt\2009.04\qt\mkspecs\features\shared.prf c:\Qt\2009.04\qt\mkspecs\features\warn_on.prf c:\Qt\2009.04\qt\mkspecs\features\qt.prf c:\Qt\2009.04\qt\mkspecs\features\win32\thread.prf c:\Qt\2009.04\qt\mkspecs\features\moc.prf c:\Qt\2009.04\qt\mkspecs\features\win32\windows.prf c:\Qt\2009.04\qt\mkspecs\features\resources.prf c:\Qt\2009.04\qt\mkspecs\features\uic.prf c:\Qt\2009.04\qt\mkspecs\features\yacc.prf c:\Qt\2009.04\qt\mkspecs\features\lex.prf c:\Qt\2009.04\qt\mkspecs\features\include_source_dir.prf c:\Qt\2009.04\qt\lib\qtmaind.prl HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES clean: compiler_clean -$(DEL_FILE) debug\LinkWind.o debug\GingerWind.o debug\main.o debug\ProgramMain.o debug\RefWind.o debug\TFtUsbDev.o debug\TmpWind.o debug\GpsWind.o debug\PrsWind.o debug\RadioCtlWind.o debug\moc_GingerWind.o debug\moc_ProgramMain.o debug\moc_RefWind.o debug\moc_LinkWind.o debug\moc_PrsWind.o debug\moc_TmpWind.o debug\moc_GpsWind.o debug\moc_RadioCtlWind.o debug\qrc_GingerGui.o -$(DEL_FILE) debug\gingericon_res.o distclean: clean -$(DEL_FILE) $(DESTDIR_TARGET) -$(DEL_FILE) Makefile.Debug mocclean: compiler_moc_header_clean compiler_moc_source_clean mocables: compiler_moc_header_make_all compiler_moc_source_make_all compiler_moc_header_make_all: debug/moc_GingerWind.cpp debug/moc_ProgramMain.cpp debug/moc_RefWind.cpp debug/moc_LinkWind.cpp debug/moc_PrsWind.cpp debug/moc_TmpWind.cpp debug/moc_GpsWind.cpp debug/moc_RadioCtlWind.cpp compiler_moc_header_clean: -$(DEL_FILE) debug\moc_GingerWind.cpp debug\moc_ProgramMain.cpp debug\moc_RefWind.cpp debug\moc_LinkWind.cpp debug\moc_PrsWind.cpp debug\moc_TmpWind.cpp debug\moc_GpsWind.cpp debug\moc_RadioCtlWind.cpp debug/moc_GingerWind.cpp: ui_Mainwind.h \ GingerWind.h C:/Qt/2009.04/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 GingerWind.h -o debug\moc_GingerWind.cpp debug/moc_ProgramMain.cpp: ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ programmain.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ ui_Link_plot.h \ ProgramMain.h \ RadioCtlWind.h \ ui_RadioControl.h \ ui_tmp_plot.h \ ProgramMain.h C:/Qt/2009.04/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 ProgramMain.h -o debug\moc_ProgramMain.cpp debug/moc_RefWind.cpp: ui_GingerRef.h \ RefWind.h C:/Qt/2009.04/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 RefWind.h -o debug\moc_RefWind.cpp debug/moc_LinkWind.cpp: ui_Link_plot.h \ ProgramMain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ programmain.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ RadioCtlWind.h \ ui_RadioControl.h \ ui_tmp_plot.h \ LinkWind.h C:/Qt/2009.04/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 LinkWind.h -o debug\moc_LinkWind.cpp debug/moc_PrsWind.cpp: programmain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ ui_tmp_plot.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ ui_Link_plot.h \ ProgramMain.h \ RadioCtlWind.h \ ui_RadioControl.h \ PrsWind.h C:/Qt/2009.04/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 PrsWind.h -o debug\moc_PrsWind.cpp debug/moc_TmpWind.cpp: programmain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ ui_tmp_plot.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ ui_Link_plot.h \ ProgramMain.h \ RadioCtlWind.h \ ui_RadioControl.h \ TmpWind.h C:/Qt/2009.04/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 TmpWind.h -o debug\moc_TmpWind.cpp debug/moc_GpsWind.cpp: programmain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ ui_tmp_plot.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ ui_Link_plot.h \ ProgramMain.h \ RadioCtlWind.h \ ui_RadioControl.h \ GpsWind.h C:/Qt/2009.04/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 GpsWind.h -o debug\moc_GpsWind.cpp debug/moc_RadioCtlWind.cpp: ProgramMain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ programmain.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ ui_Link_plot.h \ RadioCtlWind.h \ ui_RadioControl.h \ ui_tmp_plot.h \ RadioCtlWind.h C:/Qt/2009.04/qt/bin\moc.exe $(DEFINES) $(INCPATH) -D__GNUC__ -DWIN32 RadioCtlWind.h -o debug\moc_RadioCtlWind.cpp compiler_rcc_make_all: debug/qrc_GingerGui.cpp compiler_rcc_clean: -$(DEL_FILE) debug\qrc_GingerGui.cpp debug/qrc_GingerGui.cpp: GingerGui.qrc \ thermometericon2.jpeg \ antenna.jpg \ thermometericon.jpeg \ thermometericon.jpeg \ balloon.jpg \ gps.jpg \ thermometer-256x256.png \ radioTransmitterIcon.gif \ ginger.ico \ favicon(2).ico \ favicon.ico c:\Qt\2009.04\qt\bin\rcc.exe -name GingerGui GingerGui.qrc -o debug\qrc_GingerGui.cpp compiler_image_collection_make_all: qmake_image_collection.cpp compiler_image_collection_clean: -$(DEL_FILE) qmake_image_collection.cpp compiler_moc_source_make_all: compiler_moc_source_clean: compiler_uic_make_all: ui_GingerRef.h ui_Mainwind.h ui_prs_plot.h ui_tmp_plot.h ui_gps_plot.h ui_RadioControl.h ui_Link_plot.h compiler_uic_clean: -$(DEL_FILE) ui_GingerRef.h ui_Mainwind.h ui_prs_plot.h ui_tmp_plot.h ui_gps_plot.h ui_RadioControl.h ui_Link_plot.h ui_GingerRef.h: GingerRef.ui c:\Qt\2009.04\qt\bin\uic.exe GingerRef.ui -o ui_GingerRef.h ui_Mainwind.h: Mainwind.ui c:\Qt\2009.04\qt\bin\uic.exe Mainwind.ui -o ui_Mainwind.h ui_prs_plot.h: prs_plot.ui c:\Qt\2009.04\qt\bin\uic.exe prs_plot.ui -o ui_prs_plot.h ui_tmp_plot.h: tmp_plot.ui c:\Qt\2009.04\qt\bin\uic.exe tmp_plot.ui -o ui_tmp_plot.h ui_gps_plot.h: gps_plot.ui c:\Qt\2009.04\qt\bin\uic.exe gps_plot.ui -o ui_gps_plot.h ui_RadioControl.h: RadioControl.ui c:\Qt\2009.04\qt\bin\uic.exe RadioControl.ui -o ui_RadioControl.h ui_Link_plot.h: Link_plot.ui c:\Qt\2009.04\qt\bin\uic.exe Link_plot.ui -o ui_Link_plot.h compiler_yacc_decl_make_all: compiler_yacc_decl_clean: compiler_yacc_impl_make_all: compiler_yacc_impl_clean: compiler_lex_make_all: compiler_lex_clean: compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean ####### Compile debug/LinkWind.o: LinkWind.cpp LinkWind.h \ ui_Link_plot.h \ ProgramMain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ programmain.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ RadioCtlWind.h \ ui_RadioControl.h \ ui_tmp_plot.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\LinkWind.o LinkWind.cpp debug/GingerWind.o: GingerWind.cpp GingerWind.h \ ui_Mainwind.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\GingerWind.o GingerWind.cpp debug/main.o: main.cpp ftd2xx.h \ TFtUsbDev.h \ ProgramMain.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ programmain.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ ui_Link_plot.h \ RadioCtlWind.h \ ui_RadioControl.h \ ui_tmp_plot.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o main.cpp debug/ProgramMain.o: ProgramMain.cpp ProgramMain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ programmain.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ ui_Link_plot.h \ RadioCtlWind.h \ ui_RadioControl.h \ ui_tmp_plot.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\ProgramMain.o ProgramMain.cpp debug/RefWind.o: RefWind.cpp RefWind.h \ ui_GingerRef.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\RefWind.o RefWind.cpp debug/TFtUsbDev.o: TFtUsbDev.cpp TFtUsbDev.h \ ftd2xx.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\TFtUsbDev.o TFtUsbDev.cpp debug/TmpWind.o: TmpWind.cpp TmpWind.h \ programmain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ ui_Link_plot.h \ ProgramMain.h \ RadioCtlWind.h \ ui_RadioControl.h \ ui_tmp_plot.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\TmpWind.o TmpWind.cpp debug/GpsWind.o: GpsWind.cpp GpsWind.h \ programmain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ ui_tmp_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ ui_Link_plot.h \ ProgramMain.h \ RadioCtlWind.h \ ui_RadioControl.h \ ui_Gps_plot.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\GpsWind.o GpsWind.cpp debug/PrsWind.o: PrsWind.cpp PrsWind.h \ programmain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ ui_tmp_plot.h \ GpsWind.h \ ui_Gps_plot.h \ LinkWind.h \ ui_Link_plot.h \ ProgramMain.h \ RadioCtlWind.h \ ui_RadioControl.h \ ui_prs_plot.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\PrsWind.o PrsWind.cpp debug/RadioCtlWind.o: RadioCtlWind.cpp RadioCtlWind.h \ ProgramMain.h \ ftd2xx.h \ TftUsbDev.h \ TtyDev.h \ GingerWind.h \ ui_Mainwind.h \ RefWind.h \ ui_GingerRef.h \ TmpWind.h \ programmain.h \ GpsWind.h \ ui_Gps_plot.h \ PrsWind.h \ ui_prs_plot.h \ LinkWind.h \ ui_Link_plot.h \ ui_tmp_plot.h \ ui_RadioControl.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\RadioCtlWind.o RadioCtlWind.cpp debug/moc_GingerWind.o: debug/moc_GingerWind.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_GingerWind.o debug\moc_GingerWind.cpp debug/moc_ProgramMain.o: debug/moc_ProgramMain.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_ProgramMain.o debug\moc_ProgramMain.cpp debug/moc_RefWind.o: debug/moc_RefWind.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_RefWind.o debug\moc_RefWind.cpp debug/moc_LinkWind.o: debug/moc_LinkWind.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_LinkWind.o debug\moc_LinkWind.cpp debug/moc_PrsWind.o: debug/moc_PrsWind.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_PrsWind.o debug\moc_PrsWind.cpp debug/moc_TmpWind.o: debug/moc_TmpWind.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_TmpWind.o debug\moc_TmpWind.cpp debug/moc_GpsWind.o: debug/moc_GpsWind.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_GpsWind.o debug\moc_GpsWind.cpp debug/moc_RadioCtlWind.o: debug/moc_RadioCtlWind.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_RadioCtlWind.o debug\moc_RadioCtlWind.cpp debug/qrc_GingerGui.o: debug/qrc_GingerGui.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\qrc_GingerGui.o debug\qrc_GingerGui.cpp ####### Install install: FORCE uninstall: FORCE FORCE: