1 #############################################################################
2 # Makefile for building: bin/VimLine
3 # Generated by qmake (2.01a) (Qt 4.4.0) on: ?? ???. 27 21:20:30 2008
6 # Command: /usr/bin/qmake -unix -o Makefile VimLine.pro
7 #############################################################################
9 ####### Compiler, tools and options
13 DEFINES
= -DQT_NO_DEBUG
-DQT_GUI_LIB
-DQT_CORE_LIB
-DQT_SHARED
14 CFLAGS
= -pipe
-O2
-Wall
-W
-D_REENTRANT
$(DEFINES
)
15 CXXFLAGS
= -pipe
-O2
-Wall
-W
-D_REENTRANT
$(DEFINES
)
16 INCPATH
= -I
/usr
/share
/qt4
/mkspecs
/default
-I.
-I
/usr
/include/QtCore
-I
/usr
/include/QtCore
-I
/usr
/include/QtGui
-I
/usr
/include/QtGui
-I
/usr
/include -Ibuild
-Ibuild
19 LIBS
= $(SUBLIBS
) -L
/usr
/lib
-lQtGui
-L
/usr
/lib
-L
/usr
/X11R6
/lib
-lpng
-lSM
-lICE
-lXi
-lXrender
-lXrandr
-lXfixes
-lXcursor
-lXinerama
-lfreetype
-lfontconfig
-lXext
-lX11
-lQtCore
-lz
-lm
-lrt
-ldl
-lpthread
22 QMAKE
= /usr
/bin
/qmake
29 INSTALL_FILE
= install -m
644 -p
30 INSTALL_DIR
= $(COPY_DIR
)
31 INSTALL_PROGRAM
= install -m
755 -p
36 CHK_DIR_EXISTS
= test -d
39 ####### Output directory
45 SOURCES
= src
/dialogimpl.
cpp \
46 src
/main.
cpp build
/moc_dialogimpl.
cpp
47 OBJECTS
= build
/dialogimpl.o \
49 build
/moc_dialogimpl.o
50 DIST
= /usr
/share
/qt4
/mkspecs
/common
/g
++.conf \
51 /usr
/share
/qt4
/mkspecs
/common
/unix.conf \
52 /usr
/share
/qt4
/mkspecs
/common
/linux.conf \
53 /usr
/share
/qt4
/mkspecs
/qconfig.pri \
54 /usr
/share
/qt4
/mkspecs
/features
/qt_functions.prf \
55 /usr
/share
/qt4
/mkspecs
/features
/qt_config.prf \
56 /usr
/share
/qt4
/mkspecs
/features
/exclusive_builds.prf \
57 /usr
/share
/qt4
/mkspecs
/features
/default_pre.prf \
58 /usr
/share
/qt4
/mkspecs
/features
/release.prf \
59 /usr
/share
/qt4
/mkspecs
/features
/default_post.prf \
60 /usr
/share
/qt4
/mkspecs
/features
/warn_on.prf \
61 /usr
/share
/qt4
/mkspecs
/features
/qt.prf \
62 /usr
/share
/qt4
/mkspecs
/features
/unix
/thread.prf \
63 /usr
/share
/qt4
/mkspecs
/features
/moc.prf \
64 /usr
/share
/qt4
/mkspecs
/features
/resources.prf \
65 /usr
/share
/qt4
/mkspecs
/features
/uic.prf \
66 /usr
/share
/qt4
/mkspecs
/features
/yacc.prf \
67 /usr
/share
/qt4
/mkspecs
/features
/lex.prf \
69 QMAKE_TARGET
= VimLine
74 ####### Implicit rules
76 .SUFFIXES
: .o .c .
cpp .
cc .
cxx .C
79 $(CXX
) -c
$(CXXFLAGS
) $(INCPATH
) -o
"$@" "$<"
82 $(CXX
) -c
$(CXXFLAGS
) $(INCPATH
) -o
"$@" "$<"
85 $(CXX
) -c
$(CXXFLAGS
) $(INCPATH
) -o
"$@" "$<"
88 $(CXX
) -c
$(CXXFLAGS
) $(INCPATH
) -o
"$@" "$<"
91 $(CC
) -c
$(CFLAGS
) $(INCPATH
) -o
"$@" "$<"
95 all: Makefile
$(TARGET
)
97 $(TARGET
): build
/ui_dialog.h
$(OBJECTS
)
98 @
$(CHK_DIR_EXISTS
) bin
/ ||
$(MKDIR
) bin
/
99 $(LINK
) $(LFLAGS
) -o
$(TARGET
) $(OBJECTS
) $(OBJCOMP
) $(LIBS
)
101 Makefile
: VimLine.pro
/usr
/share
/qt4
/mkspecs
/default
/qmake.conf
/usr
/share
/qt4
/mkspecs
/common
/g
++.conf \
102 /usr
/share
/qt4
/mkspecs
/common
/unix.conf \
103 /usr
/share
/qt4
/mkspecs
/common
/linux.conf \
104 /usr
/share
/qt4
/mkspecs
/qconfig.pri \
105 /usr
/share
/qt4
/mkspecs
/features
/qt_functions.prf \
106 /usr
/share
/qt4
/mkspecs
/features
/qt_config.prf \
107 /usr
/share
/qt4
/mkspecs
/features
/exclusive_builds.prf \
108 /usr
/share
/qt4
/mkspecs
/features
/default_pre.prf \
109 /usr
/share
/qt4
/mkspecs
/features
/release.prf \
110 /usr
/share
/qt4
/mkspecs
/features
/default_post.prf \
111 /usr
/share
/qt4
/mkspecs
/features
/warn_on.prf \
112 /usr
/share
/qt4
/mkspecs
/features
/qt.prf \
113 /usr
/share
/qt4
/mkspecs
/features
/unix
/thread.prf \
114 /usr
/share
/qt4
/mkspecs
/features
/moc.prf \
115 /usr
/share
/qt4
/mkspecs
/features
/resources.prf \
116 /usr
/share
/qt4
/mkspecs
/features
/uic.prf \
117 /usr
/share
/qt4
/mkspecs
/features
/yacc.prf \
118 /usr
/share
/qt4
/mkspecs
/features
/lex.prf \
119 /usr
/lib
/libQtGui.prl \
120 /usr
/lib
/libQtCore.prl
121 $(QMAKE
) -unix
-o Makefile VimLine.pro
122 /usr
/share
/qt4
/mkspecs
/common
/g
++.conf
:
123 /usr
/share
/qt4
/mkspecs
/common
/unix.conf
:
124 /usr
/share
/qt4
/mkspecs
/common
/linux.conf
:
125 /usr
/share
/qt4
/mkspecs
/qconfig.pri
:
126 /usr
/share
/qt4
/mkspecs
/features
/qt_functions.prf
:
127 /usr
/share
/qt4
/mkspecs
/features
/qt_config.prf
:
128 /usr
/share
/qt4
/mkspecs
/features
/exclusive_builds.prf
:
129 /usr
/share
/qt4
/mkspecs
/features
/default_pre.prf
:
130 /usr
/share
/qt4
/mkspecs
/features
/release.prf
:
131 /usr
/share
/qt4
/mkspecs
/features
/default_post.prf
:
132 /usr
/share
/qt4
/mkspecs
/features
/warn_on.prf
:
133 /usr
/share
/qt4
/mkspecs
/features
/qt.prf
:
134 /usr
/share
/qt4
/mkspecs
/features
/unix
/thread.prf
:
135 /usr
/share
/qt4
/mkspecs
/features
/moc.prf
:
136 /usr
/share
/qt4
/mkspecs
/features
/resources.prf
:
137 /usr
/share
/qt4
/mkspecs
/features
/uic.prf
:
138 /usr
/share
/qt4
/mkspecs
/features
/yacc.prf
:
139 /usr
/share
/qt4
/mkspecs
/features
/lex.prf
:
140 /usr
/lib
/libQtGui.prl
:
141 /usr
/lib
/libQtCore.prl
:
143 @
$(QMAKE
) -unix
-o Makefile VimLine.pro
146 @
$(CHK_DIR_EXISTS
) build
/VimLine1.0
.0 ||
$(MKDIR
) build
/VimLine1.0
.0
147 $(COPY_FILE
) --parents
$(SOURCES
) $(DIST
) build
/VimLine1.0
.0/ && $(COPY_FILE
) --parents src
/dialogimpl.h build
/VimLine1.0
.0/ && $(COPY_FILE
) --parents src
/dialogimpl.
cpp src
/main.
cpp build
/VimLine1.0
.0/ && $(COPY_FILE
) --parents ui
/dialog.ui build
/VimLine1.0
.0/ && (cd
`dirname build/VimLine1.0.0` && $(TAR
) VimLine1.0
.0.
tar VimLine1.0
.0 && $(COMPRESS
) VimLine1.0
.0.
tar) && $(MOVE
) `dirname build/VimLine1.0.0`/VimLine1.0
.0.
tar.gz .
&& $(DEL_FILE
) -r build
/VimLine1.0
.0
151 -$(DEL_FILE
) $(OBJECTS
)
152 -$(DEL_FILE
) *~ core
*.core
155 ####### Sub-libraries
158 -$(DEL_FILE
) $(TARGET
)
159 -$(DEL_FILE
) Makefile
162 mocclean
: compiler_moc_header_clean compiler_moc_source_clean
164 mocables
: compiler_moc_header_make_all compiler_moc_source_make_all
166 compiler_moc_header_make_all
: build
/moc_dialogimpl.
cpp
167 compiler_moc_header_clean
:
168 -$(DEL_FILE
) build
/moc_dialogimpl.
cpp
169 build
/moc_dialogimpl.
cpp: build
/ui_dialog.h \
171 /usr
/bin
/moc
$(DEFINES
) $(INCPATH
) src
/dialogimpl.h
-o build
/moc_dialogimpl.
cpp
173 compiler_rcc_make_all
:
175 compiler_image_collection_make_all
: qmake_image_collection.
cpp
176 compiler_image_collection_clean
:
177 -$(DEL_FILE
) qmake_image_collection.
cpp
178 compiler_moc_source_make_all
:
179 compiler_moc_source_clean
:
180 compiler_uic_make_all
: build
/ui_dialog.h
182 -$(DEL_FILE
) build
/ui_dialog.h
183 build
/ui_dialog.h
: ui
/dialog.ui
184 /usr
/bin
/uic ui
/dialog.ui
-o build
/ui_dialog.h
186 compiler_yacc_decl_make_all
:
187 compiler_yacc_decl_clean
:
188 compiler_yacc_impl_make_all
:
189 compiler_yacc_impl_clean
:
190 compiler_lex_make_all
:
192 compiler_clean
: compiler_moc_header_clean compiler_uic_clean
196 build
/dialogimpl.o
: src
/dialogimpl.
cpp src
/dialogimpl.h \
198 $(CXX
) -c
$(CXXFLAGS
) $(INCPATH
) -o build
/dialogimpl.o src
/dialogimpl.
cpp
200 build
/main.o
: src
/main.
cpp src
/dialogimpl.h \
202 $(CXX
) -c
$(CXXFLAGS
) $(INCPATH
) -o build
/main.o src
/main.
cpp
204 build
/moc_dialogimpl.o
: build
/moc_dialogimpl.
cpp
205 $(CXX
) -c
$(CXXFLAGS
) $(INCPATH
) -o build
/moc_dialogimpl.o build
/moc_dialogimpl.
cpp