############################################################################# # Makefile for building: libSOMA_servicepluginloader.so # Generated by qmake (2.01a) (Qt 4.5.3) on: Wed Oct 28 18:02:57 2009 # Project: SOMA.pro # Template: lib # Command: /usr/bin/qmake -unix -o Makefile SOMA.pro ############################################################################# ####### Compiler, tools and options CC = gcc CXX = g++ DEFINES = -DQT_PLUGIN -DQT_PHONON_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED CFLAGS = -pipe -g -O0 -Wall -W -D_REENTRANT -fPIC $(DEFINES) CXXFLAGS = -pipe -g -g -O0 -Wall -W -D_REENTRANT -fPIC $(DEFINES) INCPATH = -I/targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++-opengl -I. -I/targets/FREMANTLE_X86/usr/include/qt4/QtCore -I/targets/FREMANTLE_X86/usr/include/qt4/QtNetwork -I/targets/FREMANTLE_X86/usr/include/qt4/QtGui -I/targets/FREMANTLE_X86/usr/include/qt4/phonon -I/targets/FREMANTLE_X86/usr/include/qt4 -I.. -I../build LINK = g++ LFLAGS = -shared LIBS = $(SUBLIBS) -L/usr/lib -Wl,-rpath-link=/usr/lib -lphonon -lQtGui -L/home/artt/git/qt-maemo/lib -L/usr/lib -Wl,-rpath-link=/usr/lib -pthread -lpng -lfreetype -lgobject-2.0 -lSM -lICE -Wl,-rpath-link=/usr/lib -lz -pthread -lgthread-2.0 -lrt -lglib-2.0 -lXrender -lfontconfig -lXext -lX11 -lm -ldl -lQtNetwork -lQtCore -lpthread AR = ar cqs RANLIB = QMAKE = /usr/bin/qmake TAR = tar -cf COMPRESS = gzip -9f COPY = cp -f SED = sed COPY_FILE = $(COPY) COPY_DIR = $(COPY) -r INSTALL_FILE = install -m 644 -p INSTALL_DIR = $(COPY_DIR) INSTALL_PROGRAM = install -m 755 -p 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 = ../build/ ####### Files SOURCES = ../qtmadsservice.cpp \ SOMA_servicepluginloader.cpp \ SOMA_serviceplugin.cpp ../build/moc_qtmadsservice.cpp \ ../build/moc_SOMA_serviceplugin.cpp OBJECTS = ../build/qtmadsservice.o \ ../build/SOMA_servicepluginloader.o \ ../build/SOMA_serviceplugin.o \ ../build/moc_qtmadsservice.o \ ../build/moc_SOMA_serviceplugin.o DIST = /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/debug.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf \ SOMA.pro QMAKE_TARGET = SOMA_servicepluginloader DESTDIR = ../../plugins/ TARGET = libSOMA_servicepluginloader.so TARGETD = libSOMA_servicepluginloader.so first: all ####### Implicit rules .SUFFIXES: .o .c .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 ../../plugins/$(TARGET) ../../plugins/$(TARGET): $(OBJECTS) $(SUBLIBS) $(OBJCOMP) @$(CHK_DIR_EXISTS) ../../plugins/ || $(MKDIR) ../../plugins/ -$(DEL_FILE) $(TARGET) $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP) -$(MOVE) $(TARGET) ../../plugins/ Makefile: SOMA.pro /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/linux-g++-opengl/qmake.conf /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/debug.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf \ /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf \ /usr/lib/libphonon.prl \ /usr/lib/libQtGui.prl \ /usr/lib/libQtCore.prl \ /usr/lib/libQtNetwork.prl $(QMAKE) -unix -o Makefile SOMA.pro /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/g++.conf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/unix.conf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/common/linux.conf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/qconfig.pri: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_functions.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt_config.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/exclusive_builds.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_pre.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/debug.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/default_post.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/warn_on.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/qt.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/unix/thread.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/moc.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/resources.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/uic.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/yacc.prf: /targets/FREMANTLE_X86/usr/share/qt4/mkspecs/features/lex.prf: /usr/lib/libphonon.prl: /usr/lib/libQtGui.prl: /usr/lib/libQtCore.prl: /usr/lib/libQtNetwork.prl: qmake: FORCE @$(QMAKE) -unix -o Makefile SOMA.pro dist: @$(CHK_DIR_EXISTS) ../build/SOMA_servicepluginloader1.0.0 || $(MKDIR) ../build/SOMA_servicepluginloader1.0.0 $(COPY_FILE) --parents $(SOURCES) $(DIST) ../build/SOMA_servicepluginloader1.0.0/ && $(COPY_FILE) --parents ../qtmadsservice.h SOMA_serviceplugin.h ../build/SOMA_servicepluginloader1.0.0/ && $(COPY_FILE) --parents ../qtmadsservice.cpp SOMA_servicepluginloader.cpp SOMA_serviceplugin.cpp ../build/SOMA_servicepluginloader1.0.0/ && (cd `dirname ../build/SOMA_servicepluginloader1.0.0` && $(TAR) SOMA_servicepluginloader1.0.0.tar SOMA_servicepluginloader1.0.0 && $(COMPRESS) SOMA_servicepluginloader1.0.0.tar) && $(MOVE) `dirname ../build/SOMA_servicepluginloader1.0.0`/SOMA_servicepluginloader1.0.0.tar.gz . && $(DEL_FILE) -r ../build/SOMA_servicepluginloader1.0.0 clean:compiler_clean -$(DEL_FILE) $(OBJECTS) -$(DEL_FILE) *~ core *.core ####### Sub-libraries distclean: clean -$(DEL_FILE) $(TARGET) -$(DEL_FILE) Makefile 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: ../build/moc_qtmadsservice.cpp ../build/moc_SOMA_serviceplugin.cpp compiler_moc_header_clean: -$(DEL_FILE) ../build/moc_qtmadsservice.cpp ../build/moc_SOMA_serviceplugin.cpp ../build/moc_qtmadsservice.cpp: ../qtmadsadwidget.h \ ../qtmadsservice.h /usr/bin/moc $(DEFINES) $(INCPATH) ../qtmadsservice.h -o ../build/moc_qtmadsservice.cpp ../build/moc_SOMA_serviceplugin.cpp: SOMA_serviceplugin.h /usr/bin/moc $(DEFINES) $(INCPATH) SOMA_serviceplugin.h -o ../build/moc_SOMA_serviceplugin.cpp compiler_rcc_make_all: compiler_rcc_clean: 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: compiler_uic_clean: 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 ####### Compile ../build/qtmadsservice.o: ../qtmadsservice.cpp ../qtmadsservice.h \ ../qtmadsadwidget.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../build/qtmadsservice.o ../qtmadsservice.cpp ../build/SOMA_servicepluginloader.o: SOMA_servicepluginloader.cpp SOMA_servicepluginloader.h \ SOMA_serviceplugin.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../build/SOMA_servicepluginloader.o SOMA_servicepluginloader.cpp ../build/SOMA_serviceplugin.o: SOMA_serviceplugin.cpp SOMA_serviceplugin.h \ ../qtmadsservice.h \ ../qtmadsadwidget.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../build/SOMA_serviceplugin.o SOMA_serviceplugin.cpp ../build/moc_qtmadsservice.o: ../build/moc_qtmadsservice.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../build/moc_qtmadsservice.o ../build/moc_qtmadsservice.cpp ../build/moc_SOMA_serviceplugin.o: ../build/moc_SOMA_serviceplugin.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../build/moc_SOMA_serviceplugin.o ../build/moc_SOMA_serviceplugin.cpp ####### Install install: FORCE uninstall: FORCE FORCE: