tpsession initial import
[tpsession] / tpsession-0.1 / tests / smstest / qtc-gdbmacros / Makefile.Debug
1 #############################################################################
2 # Makefile for building: libgdbmacros.1.0.0.dylib
3 # Generated by qmake (2.01a) (Qt 4.5.0) on: Mon Jan 25 15:05:35 2010
4 # Project:  gdbmacros.pro
5 # Template: lib
6 #############################################################################
7
8 ####### Compiler, tools and options
9
10 CC            = gcc
11 CXX           = g++
12 DEFINES       = -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
13 CFLAGS        = -pipe -g -gdwarf-2 -Wall -W -fPIC $(DEFINES)
14 CXXFLAGS      = -pipe -g -gdwarf-2 -Wall -W -fPIC $(DEFINES)
15 INCPATH       = -I/usr/local/Qt4.5/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/usr/include -Idebug -I. -F/Library/Frameworks
16 LINK          = g++
17 LFLAGS        = -headerpad_max_install_names -single_module -dynamiclib -compatibility_version  1.0 -current_version    1.0.0 -install_name     libgdbmacros.1.dylib
18 LIBS          = $(SUBLIBS) -F/Library/Frameworks -L/Library/Frameworks -framework QtGui -framework Carbon -framework AppKit -framework QtCore -lz -lm -framework ApplicationServices
19 AR            = ar cq
20 RANLIB        = ranlib -s
21 QMAKE         = /usr/bin/qmake
22 TAR           = tar -cf
23 COMPRESS      = gzip -9f
24 COPY          = cp -f
25 SED           = sed
26 COPY_FILE     = cp -f
27 COPY_DIR      = cp -f -R
28 INSTALL_FILE  = $(COPY_FILE)
29 INSTALL_DIR   = $(COPY_DIR)
30 INSTALL_PROGRAM = $(COPY_FILE)
31 DEL_FILE      = rm -f
32 SYMLINK       = ln -sf
33 DEL_DIR       = rmdir
34 MOVE          = mv -f
35 CHK_DIR_EXISTS= test -d
36 MKDIR         = mkdir -p
37 export MACOSX_DEPLOYMENT_TARGET = 10.3
38
39 ####### Output directory
40
41 OBJECTS_DIR   = debug/
42
43 ####### Files
44
45 SOURCES       = gdbmacros.cpp 
46 OBJECTS       = debug/gdbmacros.o
47 DIST          = /usr/local/Qt4.5/mkspecs/common/unix.conf \
48                 /usr/local/Qt4.5/mkspecs/common/mac.conf \
49                 /usr/local/Qt4.5/mkspecs/common/mac-g++.conf \
50                 /usr/local/Qt4.5/mkspecs/qconfig.pri \
51                 /usr/local/Qt4.5/mkspecs/features/qt_functions.prf \
52                 /usr/local/Qt4.5/mkspecs/features/qt_config.prf \
53                 /usr/local/Qt4.5/mkspecs/features/exclusive_builds.prf \
54                 /usr/local/Qt4.5/mkspecs/features/default_pre.prf \
55                 /usr/local/Qt4.5/mkspecs/features/mac/default_pre.prf \
56                 /usr/local/Qt4.5/mkspecs/features/mac/dwarf2.prf \
57                 /usr/local/Qt4.5/mkspecs/features/debug.prf \
58                 /usr/local/Qt4.5/mkspecs/features/debug_and_release.prf \
59                 /usr/local/Qt4.5/mkspecs/features/default_post.prf \
60                 /usr/local/Qt4.5/mkspecs/features/mac/default_post.prf \
61                 /usr/local/Qt4.5/mkspecs/features/mac/objective_c.prf \
62                 /usr/local/Qt4.5/mkspecs/features/build_pass.prf \
63                 /usr/local/Qt4.5/mkspecs/features/shared.prf \
64                 /usr/local/Qt4.5/mkspecs/features/dll.prf \
65                 /usr/local/Qt4.5/mkspecs/features/warn_on.prf \
66                 /usr/local/Qt4.5/mkspecs/features/qt.prf \
67                 /usr/local/Qt4.5/mkspecs/features/unix/thread.prf \
68                 /usr/local/Qt4.5/mkspecs/features/moc.prf \
69                 /usr/local/Qt4.5/mkspecs/features/mac/rez.prf \
70                 /usr/local/Qt4.5/mkspecs/features/mac/sdk.prf \
71                 /usr/local/Qt4.5/mkspecs/features/resources.prf \
72                 /usr/local/Qt4.5/mkspecs/features/uic.prf \
73                 /usr/local/Qt4.5/mkspecs/features/yacc.prf \
74                 /usr/local/Qt4.5/mkspecs/features/lex.prf \
75                 gdbmacros.pro
76 QMAKE_TARGET  = gdbmacros
77 DESTDIR       = 
78 TARGET        = libgdbmacros.1.0.0.dylib
79 TARGETA       = libgdbmacros.a
80 TARGETD       = libgdbmacros.1.0.0.dylib
81 TARGET0       = libgdbmacros.dylib
82 TARGET1       = libgdbmacros.1.dylib
83 TARGET2       = libgdbmacros.1.0.dylib
84
85 ####### Custom Compiler Variables
86 QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \
87                 -g \
88                 -gdwarf-2 \
89                 -Wall \
90                 -W
91
92
93 first: all
94 ####### Implicit rules
95
96 .SUFFIXES: .o .c .cpp .cc .cxx .C
97
98 .cpp.o:
99         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
100
101 .cc.o:
102         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
103
104 .cxx.o:
105         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
106
107 .C.o:
108         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
109
110 .c.o:
111         $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
112
113 ####### Build rules
114
115 all: Makefile.Debug  $(TARGET)
116
117 $(TARGET):  $(OBJECTS) $(SUBLIBS) $(OBJCOMP)  
118         -$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)
119         $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
120         -ln -s $(TARGET) $(TARGET0)
121         -ln -s $(TARGET) $(TARGET1)
122         -ln -s $(TARGET) $(TARGET2)
123
124
125
126 staticlib: $(TARGETA)
127
128 $(TARGETA):  $(OBJECTS) $(OBJCOMP) 
129         -$(DEL_FILE) $(TARGETA) 
130         $(AR) $(TARGETA) $(OBJECTS)
131         $(RANLIB) $(TARGETA)
132
133 qmake:  FORCE
134         @$(QMAKE) -spec /usr/local/Qt4.5/mkspecs/macx-g++ -macx CONFIG+=debug_and_release -o Makefile.Debug gdbmacros.pro
135
136 dist: 
137         @$(CHK_DIR_EXISTS) debug/gdbmacros1.0.0 || $(MKDIR) debug/gdbmacros1.0.0 
138         $(COPY_FILE) --parents $(SOURCES) $(DIST) debug/gdbmacros1.0.0/ && $(COPY_FILE) --parents gdbmacros.cpp debug/gdbmacros1.0.0/ && (cd `dirname debug/gdbmacros1.0.0` && $(TAR) gdbmacros1.0.0.tar gdbmacros1.0.0 && $(COMPRESS) gdbmacros1.0.0.tar) && $(MOVE) `dirname debug/gdbmacros1.0.0`/gdbmacros1.0.0.tar.gz . && $(DEL_FILE) -r debug/gdbmacros1.0.0
139
140
141 clean:compiler_clean 
142         -$(DEL_FILE) $(OBJECTS)
143         -$(DEL_FILE) *~ core *.core
144
145
146 ####### Sub-libraries
147
148 distclean: clean
149         -$(DEL_FILE) $(TARGET) 
150         -$(DEL_FILE) $(TARGET0) $(TARGET1) $(TARGET2) $(TARGETA)
151         -$(DEL_FILE) Makefile.Debug
152
153
154 mocclean: compiler_moc_header_clean compiler_moc_source_clean
155
156 mocables: compiler_moc_header_make_all compiler_moc_source_make_all
157
158 compiler_objective_c_make_all:
159 compiler_objective_c_clean:
160 compiler_moc_header_make_all:
161 compiler_moc_header_clean:
162 compiler_rcc_make_all:
163 compiler_rcc_clean:
164 compiler_image_collection_make_all: qmake_image_collection.cpp
165 compiler_image_collection_clean:
166         -$(DEL_FILE) qmake_image_collection.cpp
167 compiler_moc_source_make_all:
168 compiler_moc_source_clean:
169 compiler_rez_source_make_all:
170 compiler_rez_source_clean:
171 compiler_uic_make_all:
172 compiler_uic_clean:
173 compiler_yacc_decl_make_all:
174 compiler_yacc_decl_clean:
175 compiler_yacc_impl_make_all:
176 compiler_yacc_impl_clean:
177 compiler_lex_make_all:
178 compiler_lex_clean:
179 compiler_clean: 
180
181 ####### Compile
182
183 debug/gdbmacros.o: gdbmacros.cpp 
184         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/gdbmacros.o gdbmacros.cpp
185
186 ####### Install
187
188 install:   FORCE
189
190 uninstall:   FORCE
191
192 FORCE:
193