zeroconf/zeroconfsharing/Makefile
changeset 22 ad3edfbaa1d4
parent 21 ff5174af067c
equal deleted inserted replaced
21:ff5174af067c 22:ad3edfbaa1d4
     1 # ==============================================================================
     1 # ==============================================================================
     2 # Generated by qmake (2.01a) (Qt 4.6.3) on: Wed Jul 21 14:16:31 2010
     2 # Generated by qmake (2.01a) (Qt 4.6.3) on: Wed Jul 21 14:29:50 2010
     3 # This file is generated by qmake and should not be modified by the
     3 # This file is generated by qmake and should not be modified by the
     4 # user.
     4 # user.
     5 #  Name        : Makefile
     5 #  Name        : Makefile
     6 #  Description : Wrapper Makefile for calling Symbian build tools
     6 #  Description : Wrapper Makefile for calling Symbian build tools
     7 #
     7 #
     8 # ==============================================================================
     8 # ==============================================================================
     9 
     9 
    10 
    10 
    11 MAKEFILE          = Makefile
    11 MAKEFILE          = Makefile
    12 QMAKE             = x:\epoc32\tools\qt\qmake
    12 QMAKE             = x:\epoc32\tools\qt\qmake.exe
    13 DEL_FILE          = del
    13 DEL_FILE          = del
    14 DEL_DIR           = rmdir
    14 DEL_DIR           = rmdir
    15 CHK_DIR_EXISTS    = if not exist
    15 CHK_DIR_EXISTS    = if not exist
    16 MKDIR             = mkdir
    16 MKDIR             = mkdir
    17 MOVE              = move
    17 MOVE              = move
    19 RELEASE_PLATFORMS = gcce armv5 armv6
    19 RELEASE_PLATFORMS = gcce armv5 armv6
    20 MAKE              = make
    20 MAKE              = make
    21 SBS               = sbs
    21 SBS               = sbs
    22 
    22 
    23 DEFINES	 = -DSYMBIAN -DUNICODE -DQT_KEYPAD_NAVIGATION -DQT_SOFTKEYS_ENABLED -DQT_USE_MATH_H_FLOATS -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
    23 DEFINES	 = -DSYMBIAN -DUNICODE -DQT_KEYPAD_NAVIGATION -DQT_SOFTKEYS_ENABLED -DQT_USE_MATH_H_FLOATS -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
    24 INCPATH	 =  -I"X:/epoc32/include/mw/QtCore"  -I"X:/epoc32/include/mw/QtNetwork"  -I"X:/epoc32/include/mw/QtGui"  -I"X:/epoc32/include/mw"  -I"X:/sf/mw/qt/mkspecs/common/symbian"  -I"X:/epoc32/include"  -I"X:/epoc32/include/stdapis"  -I"X:/epoc32/include/stdapis/sys"  -I"X:/epoc32/include/platform/mw"  -I"X:/epoc32/include/platform"  -I"X:/epoc32/include/app"  -I"X:/epoc32/include/platform/app"  -I"X:/epoc32/include/platform/loc"  -I"X:/epoc32/include/platform/mw/loc"  -I"X:/epoc32/include/platform/app/loc"  -I"X:/epoc32/include/platform/loc/sc"  -I"X:/epoc32/include/platform/mw/loc/sc"  -I"X:/epoc32/include/platform/app/loc/sc"  -I"X:/epoc32/include/stdapis/stlportv5"  -I"X:/zeroconfsharing" 
    24 INCPATH	 =  -I"X:/epoc32/include/mw/QtCore"  -I"X:/epoc32/include/mw/QtNetwork"  -I"X:/epoc32/include/mw/QtGui"  -I"X:/epoc32/include/mw"  -I"X:/sf/mw/qt/mkspecs/common/symbian"  -I"X:/epoc32/include"  -I"X:/epoc32/include/stdapis"  -I"X:/epoc32/include/stdapis/sys"  -I"X:/epoc32/include/platform/mw"  -I"X:/epoc32/include/platform"  -I"X:/epoc32/include/app"  -I"X:/epoc32/include/platform/app"  -I"X:/epoc32/include/platform/loc"  -I"X:/epoc32/include/platform/mw/loc"  -I"X:/epoc32/include/platform/app/loc"  -I"X:/epoc32/include/platform/loc/sc"  -I"X:/epoc32/include/platform/mw/loc/sc"  -I"X:/epoc32/include/platform/app/loc/sc"  -I"X:/epoc32/include/stdapis/stlportv5"  -I"X:/FCL/srvdiscovery/zeroconf/zeroconfsharing" 
    25 first: default
    25 first: default
    26 default: debug-winscw
    26 default: debug-winscw
    27 all: debug release
    27 all: debug release
    28 
    28 
    29 qmake:
    29 qmake:
    30 	$(QMAKE) -spec symbian-sbsv2 -o "bld.inf" "X:/zeroconfsharing/zeroconfsharing.pro"
    30 	$(QMAKE) -spec symbian-sbsv2 -o "bld.inf" "X:/FCL/srvdiscovery/zeroconf/zeroconfsharing/zeroconfsharing.pro"
    31 
    31 
    32 bld.inf:
    32 bld.inf:
    33 	$(QMAKE)
    33 	$(QMAKE)
    34 
    34 
    35 debug: bld.inf
    35 debug: bld.inf
    68 	-$(DEL_FILE) moc_zeroconfsharing.cpp moc_downloadicon.cpp 2> NUL
    68 	-$(DEL_FILE) moc_zeroconfsharing.cpp moc_downloadicon.cpp 2> NUL
    69 moc_zeroconfsharing.cpp: ui_mainwindow.h \
    69 moc_zeroconfsharing.cpp: ui_mainwindow.h \
    70 		zeroconfclient.h \
    70 		zeroconfclient.h \
    71 		musicprovider.h \
    71 		musicprovider.h \
    72 		zeroconfsharing.h
    72 		zeroconfsharing.h
    73 	/epoc32/tools/qt/moc $(DEFINES) $(INCPATH) -DSYMBIAN x:\zeroconfsharing\zeroconfsharing.h -o x:\zeroconfsharing\moc_zeroconfsharing.cpp
    73 	/epoc32/tools/qt/moc $(DEFINES) $(INCPATH) -DSYMBIAN x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing.h -o x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\moc_zeroconfsharing.cpp
    74 
    74 
    75 moc_downloadicon.cpp: ui_mainwindow.h \
    75 moc_downloadicon.cpp: ui_mainwindow.h \
    76 		downloadicon.h
    76 		downloadicon.h
    77 	/epoc32/tools/qt/moc $(DEFINES) $(INCPATH) -DSYMBIAN x:\zeroconfsharing\downloadicon.h -o x:\zeroconfsharing\moc_downloadicon.cpp
    77 	/epoc32/tools/qt/moc $(DEFINES) $(INCPATH) -DSYMBIAN x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\downloadicon.h -o x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\moc_downloadicon.cpp
    78 
    78 
    79 compiler_rcc_make_all: qrc_TabIcon.cpp
    79 compiler_rcc_make_all: qrc_TabIcon.cpp
    80 compiler_rcc_clean:
    80 compiler_rcc_clean:
    81 	-$(DEL_FILE) qrc_TabIcon.cpp 2> NUL
    81 	-$(DEL_FILE) qrc_TabIcon.cpp 2> NUL
    82 qrc_TabIcon.cpp: TabIcon.qrc
    82 qrc_TabIcon.cpp: TabIcon.qrc
    83 	\epoc32\tools\qt\rcc -name TabIcon x:\zeroconfsharing\TabIcon.qrc -o x:\zeroconfsharing\qrc_TabIcon.cpp
    83 	\epoc32\tools\qt\rcc -name TabIcon x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\TabIcon.qrc -o x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\qrc_TabIcon.cpp
    84 
    84 
    85 compiler_image_collection_make_all: qmake_image_collection.cpp
    85 compiler_image_collection_make_all: qmake_image_collection.cpp
    86 compiler_image_collection_clean:
    86 compiler_image_collection_clean:
    87 	-$(DEL_FILE) qmake_image_collection.cpp 2> NUL
    87 	-$(DEL_FILE) qmake_image_collection.cpp 2> NUL
    88 compiler_moc_source_make_all:
    88 compiler_moc_source_make_all:
    89 compiler_moc_source_clean:
    89 compiler_moc_source_clean:
    90 compiler_uic_make_all: ui_mainwindow.h
    90 compiler_uic_make_all: ui_mainwindow.h
    91 compiler_uic_clean:
    91 compiler_uic_clean:
    92 	-$(DEL_FILE) ui_mainwindow.h 2> NUL
    92 	-$(DEL_FILE) ui_mainwindow.h 2> NUL
    93 ui_mainwindow.h: mainwindow.ui
    93 ui_mainwindow.h: mainwindow.ui
    94 	\epoc32\tools\qt\uic x:\zeroconfsharing\mainwindow.ui -o x:\zeroconfsharing\ui_mainwindow.h
    94 	\epoc32\tools\qt\uic x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\mainwindow.ui -o x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\ui_mainwindow.h
    95 
    95 
    96 compiler_yacc_decl_make_all:
    96 compiler_yacc_decl_make_all:
    97 compiler_yacc_decl_clean:
    97 compiler_yacc_decl_clean:
    98 compiler_yacc_impl_make_all:
    98 compiler_yacc_impl_make_all:
    99 compiler_yacc_impl_clean:
    99 compiler_yacc_impl_clean:
   129 
   129 
   130 fail_sis_nocache:
   130 fail_sis_nocache:
   131 	$(error Project has to be built or QT_SIS_TARGET environment variable has to be set before calling 'SIS' target)
   131 	$(error Project has to be built or QT_SIS_TARGET environment variable has to be set before calling 'SIS' target)
   132 
   132 
   133 dodistclean:
   133 dodistclean:
   134 	-@ if EXIST "x:\zeroconfsharing\zeroconfsharing_template.pkg" $(DEL_FILE)  "x:\zeroconfsharing\zeroconfsharing_template.pkg"
   134 	-@ if EXIST "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing_template.pkg" $(DEL_FILE)  "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing_template.pkg"
   135 	-@ if EXIST "x:\zeroconfsharing\zeroconfsharing_installer.pkg" $(DEL_FILE)  "x:\zeroconfsharing\zeroconfsharing_installer.pkg"
   135 	-@ if EXIST "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing_installer.pkg" $(DEL_FILE)  "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing_installer.pkg"
   136 	-@ if EXIST "x:\zeroconfsharing\Makefile" $(DEL_FILE)  "x:\zeroconfsharing\Makefile"
   136 	-@ if EXIST "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\Makefile" $(DEL_FILE)  "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\Makefile"
   137 	-@ if EXIST "x:\zeroconfsharing\zeroconfsharing_0xEA84AF50.mmp" $(DEL_FILE)  "x:\zeroconfsharing\zeroconfsharing_0xEA84AF50.mmp"
   137 	-@ if EXIST "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing_0xEA84AF50.mmp" $(DEL_FILE)  "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing_0xEA84AF50.mmp"
   138 	-@ if EXIST "x:\zeroconfsharing\zeroconfsharing_reg.rss" $(DEL_FILE)  "x:\zeroconfsharing\zeroconfsharing_reg.rss"
   138 	-@ if EXIST "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing_reg.rss" $(DEL_FILE)  "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing_reg.rss"
   139 	-@ if EXIST "x:\zeroconfsharing\zeroconfsharing.rss" $(DEL_FILE)  "x:\zeroconfsharing\zeroconfsharing.rss"
   139 	-@ if EXIST "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing.rss" $(DEL_FILE)  "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing.rss"
   140 	-@ if EXIST "x:\zeroconfsharing\zeroconfsharing.loc" $(DEL_FILE)  "x:\zeroconfsharing\zeroconfsharing.loc"
   140 	-@ if EXIST "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing.loc" $(DEL_FILE)  "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\zeroconfsharing.loc"
   141 	-@ if EXIST "x:\zeroconfsharing\bld.inf" $(DEL_FILE)  "x:\zeroconfsharing\bld.inf"
   141 	-@ if EXIST "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\bld.inf" $(DEL_FILE)  "x:\FCL\srvdiscovery\zeroconf\zeroconfsharing\bld.inf"
   142 
   142 
   143 distclean: clean dodistclean
   143 distclean: clean dodistclean
   144 
   144 
   145 clean: bld.inf
   145 clean: bld.inf
   146 	-$(SBS) reallyclean
   146 	-$(SBS) reallyclean