smf/smfservermodule/util/qjson/tests/Makefile
changeset 18 013a02bf2bb0
parent 17 106a4bfcb866
child 19 c412f0526c34
equal deleted inserted replaced
17:106a4bfcb866 18:013a02bf2bb0
     1 #############################################################################
       
     2 # Makefile for building: tests
       
     3 # Generated by qmake (2.01a) (Qt 4.6.2) on: Wed May 19 14:07:21 2010
       
     4 # Project:  tests.pro
       
     5 # Template: app
       
     6 # Command: /usr/bin/qmake-qt4 -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile tests.pro
       
     7 #############################################################################
       
     8 
       
     9 ####### Compiler, tools and options
       
    10 
       
    11 CC            = gcc
       
    12 CXX           = g++
       
    13 DEFINES       = 
       
    14 CFLAGS        = -pipe $(DEFINES)
       
    15 CXXFLAGS      = -pipe $(DEFINES)
       
    16 INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I.
       
    17 LINK          = g++
       
    18 LFLAGS        = 
       
    19 LIBS          = $(SUBLIBS)    
       
    20 AR            = ar cqs
       
    21 RANLIB        = 
       
    22 QMAKE         = /usr/bin/qmake-qt4
       
    23 TAR           = tar -cf
       
    24 COMPRESS      = gzip -9f
       
    25 COPY          = cp -f
       
    26 SED           = sed
       
    27 COPY_FILE     = $(COPY)
       
    28 COPY_DIR      = $(COPY) -r
       
    29 STRIP         = strip
       
    30 INSTALL_FILE  = install -m 644 -p
       
    31 INSTALL_DIR   = $(COPY_DIR)
       
    32 INSTALL_PROGRAM = install -m 755 -p
       
    33 DEL_FILE      = rm -f
       
    34 SYMLINK       = ln -f -s
       
    35 DEL_DIR       = rmdir
       
    36 MOVE          = mv -f
       
    37 CHK_DIR_EXISTS= test -d
       
    38 MKDIR         = mkdir -p
       
    39 
       
    40 ####### Output directory
       
    41 
       
    42 OBJECTS_DIR   = ./
       
    43 
       
    44 ####### Files
       
    45 
       
    46 SOURCES       =  
       
    47 OBJECTS       = 
       
    48 DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
       
    49 		/usr/share/qt4/mkspecs/common/unix.conf \
       
    50 		/usr/share/qt4/mkspecs/common/linux.conf \
       
    51 		/usr/share/qt4/mkspecs/qconfig.pri \
       
    52 		/usr/share/qt4/mkspecs/features/qt_functions.prf \
       
    53 		/usr/share/qt4/mkspecs/features/qt_config.prf \
       
    54 		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
       
    55 		/usr/share/qt4/mkspecs/features/default_pre.prf \
       
    56 		tests.pro
       
    57 QMAKE_TARGET  = tests
       
    58 DESTDIR       = 
       
    59 TARGET        = tests
       
    60 
       
    61 first: all
       
    62 ####### Implicit rules
       
    63 
       
    64 .SUFFIXES: .o .c .cpp .cc .cxx .C
       
    65 
       
    66 .cpp.o:
       
    67 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
       
    68 
       
    69 .cc.o:
       
    70 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
       
    71 
       
    72 .cxx.o:
       
    73 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
       
    74 
       
    75 .C.o:
       
    76 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
       
    77 
       
    78 .c.o:
       
    79 	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
       
    80 
       
    81 ####### Build rules
       
    82 
       
    83 all: Makefile $(TARGET)
       
    84 
       
    85 $(TARGET):  $(OBJECTS)  
       
    86 	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
       
    87 
       
    88 Makefile: tests.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
       
    89 		/usr/share/qt4/mkspecs/common/unix.conf \
       
    90 		/usr/share/qt4/mkspecs/common/linux.conf \
       
    91 		/usr/share/qt4/mkspecs/qconfig.pri \
       
    92 		/usr/share/qt4/mkspecs/features/qt_functions.prf \
       
    93 		/usr/share/qt4/mkspecs/features/qt_config.prf \
       
    94 		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
       
    95 		/usr/share/qt4/mkspecs/features/default_pre.prf
       
    96 	$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile tests.pro
       
    97 /usr/share/qt4/mkspecs/common/g++.conf:
       
    98 /usr/share/qt4/mkspecs/common/unix.conf:
       
    99 /usr/share/qt4/mkspecs/common/linux.conf:
       
   100 /usr/share/qt4/mkspecs/qconfig.pri:
       
   101 /usr/share/qt4/mkspecs/features/qt_functions.prf:
       
   102 /usr/share/qt4/mkspecs/features/qt_config.prf:
       
   103 /usr/share/qt4/mkspecs/features/exclusive_builds.prf:
       
   104 /usr/share/qt4/mkspecs/features/default_pre.prf:
       
   105 qmake:  FORCE
       
   106 	@$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++ -unix CONFIG+=debug -o Makefile tests.pro
       
   107 
       
   108 dist: 
       
   109 	@$(CHK_DIR_EXISTS) .tmp/tests1.0.0 || $(MKDIR) .tmp/tests1.0.0 
       
   110 	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/tests1.0.0/ && (cd `dirname .tmp/tests1.0.0` && $(TAR) tests1.0.0.tar tests1.0.0 && $(COMPRESS) tests1.0.0.tar) && $(MOVE) `dirname .tmp/tests1.0.0`/tests1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/tests1.0.0
       
   111 
       
   112 
       
   113 clean:compiler_clean 
       
   114 	-$(DEL_FILE) *~ core *.core
       
   115 
       
   116 
       
   117 ####### Sub-libraries
       
   118 
       
   119 distclean: clean
       
   120 	-$(DEL_FILE) $(TARGET) 
       
   121 	-$(DEL_FILE) Makefile
       
   122 
       
   123 
       
   124 compiler_clean: 
       
   125 
       
   126 ####### Compile
       
   127 
       
   128 ####### Install
       
   129 
       
   130 install:   FORCE
       
   131 
       
   132 uninstall:   FORCE
       
   133 
       
   134 FORCE:
       
   135