initial import
[vym] / Makefile
1 #############################################################################
2 # Makefile for building: vym
3 # Generated by qmake (2.01a) (Qt 4.5.3) on: Sun Jan 10 20:03:54 2010
4 # Project:  vym.pro
5 # Template: app
6 # Command: /usr/bin/qmake -unix -o Makefile vym.pro
7 #############################################################################
8
9 ####### Compiler, tools and options
10
11 CC            = gcc
12 CXX           = g++
13 DEFINES       = -DVYM_DOCDIR=\"/usr/local/share/doc/packages/vym\" -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
14 CFLAGS        = -pipe -g -O0 -Wall -W -D_REENTRANT $(DEFINES)
15 CXXFLAGS      = -pipe -g -g -O0 -Wall -W -D_REENTRANT $(DEFINES)
16 INCPATH       = -I/targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/linux-g++-gles2 -I. -I/targets/FREMANTLE_ARMEL/usr/include/qt4/QtCore -I/targets/FREMANTLE_ARMEL/usr/include/qt4/QtNetwork -I/targets/FREMANTLE_ARMEL/usr/include/qt4/QtGui -I/targets/FREMANTLE_ARMEL/usr/include/qt4/QtXml -I/targets/FREMANTLE_ARMEL/usr/include/qt4/Qt3Support -I/targets/FREMANTLE_ARMEL/usr/include/qt4 -I. -I.
17 LINK          = g++
18 LFLAGS        = 
19 LIBS          = $(SUBLIBS)  -L/usr/lib -Wl,-rpath-link=/usr/lib -lQt3Support -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread
20 AR            = ar cqs
21 RANLIB        = 
22 QMAKE         = /usr/bin/qmake
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 INSTALL_FILE  = install -m 644 -p
30 INSTALL_DIR   = $(COPY_DIR)
31 INSTALL_PROGRAM = install -m 755 -p
32 DEL_FILE      = rm -f
33 SYMLINK       = ln -sf
34 DEL_DIR       = rmdir
35 MOVE          = mv -f
36 CHK_DIR_EXISTS= test -d
37 MKDIR         = mkdir -p
38
39 ####### Output directory
40
41 OBJECTS_DIR   = ./
42
43 ####### Files
44
45 SOURCES       = aboutdialog.cpp \
46                 animpoint.cpp \
47                 attribute.cpp \
48                 attributedelegate.cpp \
49                 attributedialog.cpp \
50                 attributewidget.cpp \
51                 branchobj.cpp \
52                 branchpropwindow.cpp \
53                 editxlinkdialog.cpp \
54                 exportoofiledialog.cpp \
55                 exports.cpp \
56                 exportxhtmldialog.cpp \
57                 extrainfodialog.cpp \
58                 file.cpp \
59                 findwindow.cpp \
60                 flagobj.cpp \
61                 flagrowobj.cpp \
62                 floatimageobj.cpp \
63                 floatobj.cpp \
64                 frameobj.cpp \
65                 geometry.cpp \
66                 headingobj.cpp \
67                 highlighter.cpp \
68                 historywindow.cpp \
69                 imageobj.cpp \
70                 imports.cpp \
71                 linkablemapobj.cpp \
72                 main.cpp \
73                 mainwindow.cpp \
74                 mapcenterobj.cpp \
75                 mapeditor.cpp \
76                 mapobj.cpp \
77                 misc.cpp \
78                 noteobj.cpp \
79                 options.cpp \
80                 ornamentedobj.cpp \
81                 parser.cpp \
82                 process.cpp \
83                 selection.cpp \
84                 showtextdialog.cpp \
85                 simplescripteditor.cpp \
86                 texteditor.cpp \
87                 version.cpp \
88                 vymmodel.cpp \
89                 xlinkobj.cpp \
90                 xml-base.cpp \
91                 xml-vym.cpp \
92                 xml-freemind.cpp \
93                 xmlobj.cpp \
94                 xsltproc.cpp \
95                 settings.cpp \
96                 warningdialog.cpp moc_aboutdialog.cpp \
97                 moc_attributedelegate.cpp \
98                 moc_attributedialog.cpp \
99                 moc_attributewidget.cpp \
100                 moc_branchpropwindow.cpp \
101                 moc_editxlinkdialog.cpp \
102                 moc_exportoofiledialog.cpp \
103                 moc_exportxhtmldialog.cpp \
104                 moc_extrainfodialog.cpp \
105                 moc_findwindow.cpp \
106                 moc_highlighter.cpp \
107                 moc_historywindow.cpp \
108                 moc_linkablemapobj.cpp \
109                 moc_mainwindow.cpp \
110                 moc_mapeditor.cpp \
111                 moc_process.cpp \
112                 moc_showtextdialog.cpp \
113                 moc_simplescripteditor.cpp \
114                 moc_texteditor.cpp \
115                 moc_vymmodel.cpp \
116                 moc_warningdialog.cpp
117 OBJECTS       = aboutdialog.o \
118                 animpoint.o \
119                 attribute.o \
120                 attributedelegate.o \
121                 attributedialog.o \
122                 attributewidget.o \
123                 branchobj.o \
124                 branchpropwindow.o \
125                 editxlinkdialog.o \
126                 exportoofiledialog.o \
127                 exports.o \
128                 exportxhtmldialog.o \
129                 extrainfodialog.o \
130                 file.o \
131                 findwindow.o \
132                 flagobj.o \
133                 flagrowobj.o \
134                 floatimageobj.o \
135                 floatobj.o \
136                 frameobj.o \
137                 geometry.o \
138                 headingobj.o \
139                 highlighter.o \
140                 historywindow.o \
141                 imageobj.o \
142                 imports.o \
143                 linkablemapobj.o \
144                 main.o \
145                 mainwindow.o \
146                 mapcenterobj.o \
147                 mapeditor.o \
148                 mapobj.o \
149                 misc.o \
150                 noteobj.o \
151                 options.o \
152                 ornamentedobj.o \
153                 parser.o \
154                 process.o \
155                 selection.o \
156                 showtextdialog.o \
157                 simplescripteditor.o \
158                 texteditor.o \
159                 version.o \
160                 vymmodel.o \
161                 xlinkobj.o \
162                 xml-base.o \
163                 xml-vym.o \
164                 xml-freemind.o \
165                 xmlobj.o \
166                 xsltproc.o \
167                 settings.o \
168                 warningdialog.o \
169                 moc_aboutdialog.o \
170                 moc_attributedelegate.o \
171                 moc_attributedialog.o \
172                 moc_attributewidget.o \
173                 moc_branchpropwindow.o \
174                 moc_editxlinkdialog.o \
175                 moc_exportoofiledialog.o \
176                 moc_exportxhtmldialog.o \
177                 moc_extrainfodialog.o \
178                 moc_findwindow.o \
179                 moc_highlighter.o \
180                 moc_historywindow.o \
181                 moc_linkablemapobj.o \
182                 moc_mainwindow.o \
183                 moc_mapeditor.o \
184                 moc_process.o \
185                 moc_showtextdialog.o \
186                 moc_simplescripteditor.o \
187                 moc_texteditor.o \
188                 moc_vymmodel.o \
189                 moc_warningdialog.o
190 DIST          = /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/g++.conf \
191                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/unix.conf \
192                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/linux.conf \
193                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/qconfig.pri \
194                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_functions.prf \
195                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_config.prf \
196                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
197                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_pre.prf \
198                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/debug.prf \
199                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_post.prf \
200                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/warn_on.prf \
201                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt.prf \
202                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/unix/thread.prf \
203                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/moc.prf \
204                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/resources.prf \
205                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/uic.prf \
206                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/yacc.prf \
207                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/lex.prf \
208                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/include_source_dir.prf \
209                 vym.pro
210 QMAKE_TARGET  = vym
211 DESTDIR       = 
212 TARGET        = vym
213
214 first: all
215 ####### Implicit rules
216
217 .SUFFIXES: .o .c .cpp .cc .cxx .C
218
219 .cpp.o:
220         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
221
222 .cc.o:
223         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
224
225 .cxx.o:
226         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
227
228 .C.o:
229         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
230
231 .c.o:
232         $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
233
234 ####### Build rules
235
236 all: Makefile $(TARGET)
237
238 $(TARGET): ui_attributewidget.h ui_branchpropwindow.h ui_exportxhtmldialog.h ui_extrainfodialog.h ui_editxlinkdialog.h ui_historywindow.h ui_simplescripteditor.h ui_showtextdialog.h ui_warningdialog.h $(OBJECTS)  
239         $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
240
241 Makefile: vym.pro  /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/linux-g++-gles2/qmake.conf /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/g++.conf \
242                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/unix.conf \
243                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/linux.conf \
244                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/qconfig.pri \
245                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_functions.prf \
246                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_config.prf \
247                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
248                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_pre.prf \
249                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/debug.prf \
250                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_post.prf \
251                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/warn_on.prf \
252                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt.prf \
253                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/unix/thread.prf \
254                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/moc.prf \
255                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/resources.prf \
256                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/uic.prf \
257                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/yacc.prf \
258                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/lex.prf \
259                 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/include_source_dir.prf \
260                 /usr/lib/libQt3Support.prl \
261                 /usr/lib/libQtXml.prl \
262                 /usr/lib/libQtGui.prl \
263                 /usr/lib/libQtNetwork.prl \
264                 /usr/lib/libQtCore.prl
265         $(QMAKE) -unix -o Makefile vym.pro
266 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/g++.conf:
267 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/unix.conf:
268 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/common/linux.conf:
269 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/qconfig.pri:
270 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_functions.prf:
271 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt_config.prf:
272 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
273 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_pre.prf:
274 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/debug.prf:
275 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/default_post.prf:
276 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/warn_on.prf:
277 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/qt.prf:
278 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/unix/thread.prf:
279 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/moc.prf:
280 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/resources.prf:
281 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/uic.prf:
282 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/yacc.prf:
283 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/lex.prf:
284 /targets/FREMANTLE_ARMEL/usr/share/qt4/mkspecs/features/include_source_dir.prf:
285 /usr/lib/libQt3Support.prl:
286 /usr/lib/libQtXml.prl:
287 /usr/lib/libQtGui.prl:
288 /usr/lib/libQtNetwork.prl:
289 /usr/lib/libQtCore.prl:
290 qmake:  FORCE
291         @$(QMAKE) -unix -o Makefile vym.pro
292
293 dist: 
294         @$(CHK_DIR_EXISTS) .tmp/vym1.0.0 || $(MKDIR) .tmp/vym1.0.0 
295         $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/vym1.0.0/ && $(COPY_FILE) --parents aboutdialog.h animpoint.h attribute.h attributedelegate.h attributedialog.h attributewidget.h branchobj.h branchpropwindow.h editxlinkdialog.h exportoofiledialog.h exportxhtmldialog.h exports.h extrainfodialog.h file.h findwindow.h flagobj.h flagrowobj.h floatimageobj.h floatobj.h frameobj.h geometry.h headingobj.h highlighter.h historywindow.h imageobj.h imports.h linkablemapobj.h mainwindow.h mapcenterobj.h mapeditor.h mapobj.h misc.h noteobj.h options.h ornamentedobj.h parser.h process.h selection.h showtextdialog.h simplescripteditor.h texteditor.h version.h vymmodel.h xlinkobj.h xml-base.h xml-vym.h xml-freemind.h xmlobj.h xsltproc.h settings.h warningdialog.h .tmp/vym1.0.0/ && $(COPY_FILE) --parents aboutdialog.cpp animpoint.cpp attribute.cpp attributedelegate.cpp attributedialog.cpp attributewidget.cpp branchobj.cpp branchpropwindow.cpp editxlinkdialog.cpp exportoofiledialog.cpp exports.cpp exportxhtmldialog.cpp extrainfodialog.cpp file.cpp findwindow.cpp flagobj.cpp flagrowobj.cpp floatimageobj.cpp floatobj.cpp frameobj.cpp geometry.cpp headingobj.cpp highlighter.cpp historywindow.cpp imageobj.cpp imports.cpp linkablemapobj.cpp main.cpp mainwindow.cpp mapcenterobj.cpp mapeditor.cpp mapobj.cpp misc.cpp noteobj.cpp options.cpp ornamentedobj.cpp parser.cpp process.cpp selection.cpp showtextdialog.cpp simplescripteditor.cpp texteditor.cpp version.cpp vymmodel.cpp xlinkobj.cpp xml-base.cpp xml-vym.cpp xml-freemind.cpp xmlobj.cpp xsltproc.cpp settings.cpp warningdialog.cpp .tmp/vym1.0.0/ && $(COPY_FILE) --parents attributewidget.ui branchpropwindow.ui exportxhtmldialog.ui extrainfodialog.ui editxlinkdialog.ui historywindow.ui simplescripteditor.ui showtextdialog.ui warningdialog.ui .tmp/vym1.0.0/ && $(COPY_FILE) --parents lang/vym_de.ts lang/vym_en.ts lang/vym_es.ts lang/vym_fr.ts lang/vym_it.ts lang/vym_pt_BR.ts lang/vym_ru.ts lang/vym_zh_CN.ts .tmp/vym1.0.0/ && (cd `dirname .tmp/vym1.0.0` && $(TAR) vym1.0.0.tar vym1.0.0 && $(COMPRESS) vym1.0.0.tar) && $(MOVE) `dirname .tmp/vym1.0.0`/vym1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/vym1.0.0
296
297
298 clean:compiler_clean 
299         -$(DEL_FILE) $(OBJECTS)
300         -$(DEL_FILE) *~ core *.core
301
302
303 ####### Sub-libraries
304
305 distclean: clean
306         -$(DEL_FILE) $(TARGET) 
307         -$(DEL_FILE) Makefile
308
309
310 mocclean: compiler_moc_header_clean compiler_moc_source_clean
311
312 mocables: compiler_moc_header_make_all compiler_moc_source_make_all
313
314 compiler_moc_header_make_all: moc_aboutdialog.cpp moc_attributedelegate.cpp moc_attributedialog.cpp moc_attributewidget.cpp moc_branchpropwindow.cpp moc_editxlinkdialog.cpp moc_exportoofiledialog.cpp moc_exportxhtmldialog.cpp moc_extrainfodialog.cpp moc_findwindow.cpp moc_highlighter.cpp moc_historywindow.cpp moc_linkablemapobj.cpp moc_mainwindow.cpp moc_mapeditor.cpp moc_process.cpp moc_showtextdialog.cpp moc_simplescripteditor.cpp moc_texteditor.cpp moc_vymmodel.cpp moc_warningdialog.cpp
315 compiler_moc_header_clean:
316         -$(DEL_FILE) moc_aboutdialog.cpp moc_attributedelegate.cpp moc_attributedialog.cpp moc_attributewidget.cpp moc_branchpropwindow.cpp moc_editxlinkdialog.cpp moc_exportoofiledialog.cpp moc_exportxhtmldialog.cpp moc_extrainfodialog.cpp moc_findwindow.cpp moc_highlighter.cpp moc_historywindow.cpp moc_linkablemapobj.cpp moc_mainwindow.cpp moc_mapeditor.cpp moc_process.cpp moc_showtextdialog.cpp moc_simplescripteditor.cpp moc_texteditor.cpp moc_vymmodel.cpp moc_warningdialog.cpp
317 moc_aboutdialog.cpp: aboutdialog.h
318         /usr/bin/moc $(DEFINES) $(INCPATH) aboutdialog.h -o moc_aboutdialog.cpp
319
320 moc_attributedelegate.cpp: attribute.h \
321                 xmlobj.h \
322                 attributedelegate.h
323         /usr/bin/moc $(DEFINES) $(INCPATH) attributedelegate.h -o moc_attributedelegate.cpp
324
325 moc_attributedialog.cpp: attribute.h \
326                 xmlobj.h \
327                 branchobj.h \
328                 floatimageobj.h \
329                 floatobj.h \
330                 ornamentedobj.h \
331                 frameobj.h \
332                 mapobj.h \
333                 linkablemapobj.h \
334                 animpoint.h \
335                 noteobj.h \
336                 headingobj.h \
337                 flagrowobj.h \
338                 flagobj.h \
339                 imageobj.h \
340                 xlinkobj.h \
341                 attributedialog.h
342         /usr/bin/moc $(DEFINES) $(INCPATH) attributedialog.h -o moc_attributedialog.cpp
343
344 moc_attributewidget.cpp: ui_attributewidget.h \
345                 attribute.h \
346                 xmlobj.h \
347                 attributewidget.h
348         /usr/bin/moc $(DEFINES) $(INCPATH) attributewidget.h -o moc_attributewidget.cpp
349
350 moc_branchpropwindow.cpp: ui_branchpropwindow.h \
351                 attributedelegate.h \
352                 attribute.h \
353                 xmlobj.h \
354                 branchobj.h \
355                 floatimageobj.h \
356                 floatobj.h \
357                 ornamentedobj.h \
358                 frameobj.h \
359                 mapobj.h \
360                 linkablemapobj.h \
361                 animpoint.h \
362                 noteobj.h \
363                 headingobj.h \
364                 flagrowobj.h \
365                 flagobj.h \
366                 imageobj.h \
367                 xlinkobj.h \
368                 mapeditor.h \
369                 file.h \
370                 misc.h \
371                 parser.h \
372                 selection.h \
373                 settings.h \
374                 vymmodel.h \
375                 mapcenterobj.h \
376                 branchpropwindow.h
377         /usr/bin/moc $(DEFINES) $(INCPATH) branchpropwindow.h -o moc_branchpropwindow.cpp
378
379 moc_editxlinkdialog.cpp: ui_editxlinkdialog.h \
380                 editxlinkdialog.h
381         /usr/bin/moc $(DEFINES) $(INCPATH) editxlinkdialog.h -o moc_editxlinkdialog.cpp
382
383 moc_exportoofiledialog.cpp: settings.h \
384                 xmlobj.h \
385                 exportoofiledialog.h
386         /usr/bin/moc $(DEFINES) $(INCPATH) exportoofiledialog.h -o moc_exportoofiledialog.cpp
387
388 moc_exportxhtmldialog.cpp: ui_exportxhtmldialog.h \
389                 exportxhtmldialog.h
390         /usr/bin/moc $(DEFINES) $(INCPATH) exportxhtmldialog.h -o moc_exportxhtmldialog.cpp
391
392 moc_extrainfodialog.cpp: ui_extrainfodialog.h \
393                 extrainfodialog.h
394         /usr/bin/moc $(DEFINES) $(INCPATH) extrainfodialog.h -o moc_extrainfodialog.cpp
395
396 moc_findwindow.cpp: findwindow.h
397         /usr/bin/moc $(DEFINES) $(INCPATH) findwindow.h -o moc_findwindow.cpp
398
399 moc_highlighter.cpp: highlighter.h
400         /usr/bin/moc $(DEFINES) $(INCPATH) highlighter.h -o moc_highlighter.cpp
401
402 moc_historywindow.cpp: settings.h \
403                 xmlobj.h \
404                 ui_historywindow.h \
405                 historywindow.h
406         /usr/bin/moc $(DEFINES) $(INCPATH) historywindow.h -o moc_historywindow.cpp
407
408 moc_linkablemapobj.cpp: animpoint.h \
409                 noteobj.h \
410                 xmlobj.h \
411                 headingobj.h \
412                 mapobj.h \
413                 flagrowobj.h \
414                 flagobj.h \
415                 imageobj.h \
416                 linkablemapobj.h
417         /usr/bin/moc $(DEFINES) $(INCPATH) linkablemapobj.h -o moc_linkablemapobj.cpp
418
419 moc_mainwindow.cpp: branchpropwindow.h \
420                 ui_branchpropwindow.h \
421                 attributedelegate.h \
422                 attribute.h \
423                 xmlobj.h \
424                 branchobj.h \
425                 floatimageobj.h \
426                 floatobj.h \
427                 ornamentedobj.h \
428                 frameobj.h \
429                 mapobj.h \
430                 linkablemapobj.h \
431                 animpoint.h \
432                 noteobj.h \
433                 headingobj.h \
434                 flagrowobj.h \
435                 flagobj.h \
436                 imageobj.h \
437                 xlinkobj.h \
438                 mapeditor.h \
439                 file.h \
440                 misc.h \
441                 parser.h \
442                 selection.h \
443                 settings.h \
444                 vymmodel.h \
445                 mapcenterobj.h \
446                 findwindow.h \
447                 historywindow.h \
448                 ui_historywindow.h \
449                 simplescripteditor.h \
450                 ui_simplescripteditor.h \
451                 highlighter.h \
452                 texteditor.h \
453                 mainwindow.h
454         /usr/bin/moc $(DEFINES) $(INCPATH) mainwindow.h -o moc_mainwindow.cpp
455
456 moc_mapeditor.cpp: attribute.h \
457                 xmlobj.h \
458                 file.h \
459                 misc.h \
460                 parser.h \
461                 ornamentedobj.h \
462                 frameobj.h \
463                 mapobj.h \
464                 linkablemapobj.h \
465                 animpoint.h \
466                 noteobj.h \
467                 headingobj.h \
468                 flagrowobj.h \
469                 flagobj.h \
470                 imageobj.h \
471                 selection.h \
472                 settings.h \
473                 vymmodel.h \
474                 mapcenterobj.h \
475                 branchobj.h \
476                 floatimageobj.h \
477                 floatobj.h \
478                 xlinkobj.h \
479                 mapeditor.h \
480                 mapeditor.h
481         /usr/bin/moc $(DEFINES) $(INCPATH) mapeditor.h -o moc_mapeditor.cpp
482
483 moc_process.cpp: process.h
484         /usr/bin/moc $(DEFINES) $(INCPATH) process.h -o moc_process.cpp
485
486 moc_showtextdialog.cpp: ui_showtextdialog.h \
487                 showtextdialog.h
488         /usr/bin/moc $(DEFINES) $(INCPATH) showtextdialog.h -o moc_showtextdialog.cpp
489
490 moc_simplescripteditor.cpp: ui_simplescripteditor.h \
491                 highlighter.h \
492                 simplescripteditor.h
493         /usr/bin/moc $(DEFINES) $(INCPATH) simplescripteditor.h -o moc_simplescripteditor.cpp
494
495 moc_texteditor.cpp: texteditor.h
496         /usr/bin/moc $(DEFINES) $(INCPATH) texteditor.h -o moc_texteditor.cpp
497
498 moc_vymmodel.cpp: mapcenterobj.h \
499                 branchobj.h \
500                 floatimageobj.h \
501                 floatobj.h \
502                 ornamentedobj.h \
503                 attribute.h \
504                 xmlobj.h \
505                 frameobj.h \
506                 mapobj.h \
507                 linkablemapobj.h \
508                 animpoint.h \
509                 noteobj.h \
510                 headingobj.h \
511                 flagrowobj.h \
512                 flagobj.h \
513                 imageobj.h \
514                 xlinkobj.h \
515                 mapeditor.h \
516                 file.h \
517                 misc.h \
518                 parser.h \
519                 selection.h \
520                 settings.h \
521                 vymmodel.h \
522                 vymmodel.h
523         /usr/bin/moc $(DEFINES) $(INCPATH) vymmodel.h -o moc_vymmodel.cpp
524
525 moc_warningdialog.cpp: ui_warningdialog.h \
526                 warningdialog.h
527         /usr/bin/moc $(DEFINES) $(INCPATH) warningdialog.h -o moc_warningdialog.cpp
528
529 compiler_rcc_make_all:
530 compiler_rcc_clean:
531 compiler_image_collection_make_all: qmake_image_collection.cpp
532 compiler_image_collection_clean:
533         -$(DEL_FILE) qmake_image_collection.cpp
534 compiler_moc_source_make_all:
535 compiler_moc_source_clean:
536 compiler_uic_make_all: ui_attributewidget.h ui_branchpropwindow.h ui_exportxhtmldialog.h ui_extrainfodialog.h ui_editxlinkdialog.h ui_historywindow.h ui_simplescripteditor.h ui_showtextdialog.h ui_warningdialog.h
537 compiler_uic_clean:
538         -$(DEL_FILE) ui_attributewidget.h ui_branchpropwindow.h ui_exportxhtmldialog.h ui_extrainfodialog.h ui_editxlinkdialog.h ui_historywindow.h ui_simplescripteditor.h ui_showtextdialog.h ui_warningdialog.h
539 ui_attributewidget.h: attributewidget.ui
540         /usr/bin/uic attributewidget.ui -o ui_attributewidget.h
541
542 ui_branchpropwindow.h: branchpropwindow.ui
543         /usr/bin/uic branchpropwindow.ui -o ui_branchpropwindow.h
544
545 ui_exportxhtmldialog.h: exportxhtmldialog.ui \
546                 xsltproc.h \
547                 process.h \
548                 showtextdialog.h \
549                 ui_showtextdialog.h
550         /usr/bin/uic exportxhtmldialog.ui -o ui_exportxhtmldialog.h
551
552 ui_extrainfodialog.h: extrainfodialog.ui
553         /usr/bin/uic extrainfodialog.ui -o ui_extrainfodialog.h
554
555 ui_editxlinkdialog.h: editxlinkdialog.ui \
556                 xlinkobj.h \
557                 mapcenterobj.h \
558                 linkablemapobj.h \
559                 linkablemapobj.h \
560                 animpoint.h \
561                 noteobj.h \
562                 xmlobj.h \
563                 headingobj.h \
564                 mapobj.h \
565                 flagrowobj.h \
566                 flagobj.h \
567                 imageobj.h \
568                 branchobj.h \
569                 floatimageobj.h \
570                 floatobj.h \
571                 ornamentedobj.h \
572                 attribute.h \
573                 xmlobj.h \
574                 frameobj.h \
575                 mapobj.h \
576                 linkablemapobj.h \
577                 animpoint.h \
578                 noteobj.h \
579                 headingobj.h \
580                 flagrowobj.h \
581                 flagobj.h \
582                 imageobj.h \
583                 xlinkobj.h \
584                 animpoint.h \
585                 noteobj.h \
586                 xmlobj.h \
587                 headingobj.h \
588                 mapobj.h \
589                 flagrowobj.h \
590                 flagobj.h \
591                 imageobj.h
592         /usr/bin/uic editxlinkdialog.ui -o ui_editxlinkdialog.h
593
594 ui_historywindow.h: historywindow.ui
595         /usr/bin/uic historywindow.ui -o ui_historywindow.h
596
597 ui_simplescripteditor.h: simplescripteditor.ui
598         /usr/bin/uic simplescripteditor.ui -o ui_simplescripteditor.h
599
600 ui_showtextdialog.h: showtextdialog.ui
601         /usr/bin/uic showtextdialog.ui -o ui_showtextdialog.h
602
603 ui_warningdialog.h: warningdialog.ui
604         /usr/bin/uic warningdialog.ui -o ui_warningdialog.h
605
606 compiler_yacc_decl_make_all:
607 compiler_yacc_decl_clean:
608 compiler_yacc_impl_make_all:
609 compiler_yacc_impl_clean:
610 compiler_lex_make_all:
611 compiler_lex_clean:
612 compiler_clean: compiler_moc_header_clean compiler_uic_clean 
613
614 ####### Compile
615
616 aboutdialog.o: aboutdialog.cpp aboutdialog.h \
617                 settings.h \
618                 xmlobj.h
619         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o aboutdialog.o aboutdialog.cpp
620
621 animpoint.o: animpoint.cpp animpoint.h
622         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o animpoint.o animpoint.cpp
623
624 attribute.o: attribute.cpp attribute.h \
625                 xmlobj.h
626         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o attribute.o attribute.cpp
627
628 attributedelegate.o: attributedelegate.cpp attributedelegate.h \
629                 attribute.h \
630                 xmlobj.h
631         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o attributedelegate.o attributedelegate.cpp
632
633 attributedialog.o: attributedialog.cpp attributedialog.h \
634                 attribute.h \
635                 xmlobj.h \
636                 branchobj.h \
637                 floatimageobj.h \
638                 floatobj.h \
639                 ornamentedobj.h \
640                 frameobj.h \
641                 mapobj.h \
642                 linkablemapobj.h \
643                 animpoint.h \
644                 noteobj.h \
645                 headingobj.h \
646                 flagrowobj.h \
647                 flagobj.h \
648                 imageobj.h \
649                 xlinkobj.h \
650                 attributewidget.h \
651                 ui_attributewidget.h
652         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o attributedialog.o attributedialog.cpp
653
654 attributewidget.o: attributewidget.cpp attributewidget.h \
655                 ui_attributewidget.h \
656                 attribute.h \
657                 xmlobj.h
658         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o attributewidget.o attributewidget.cpp
659
660 branchobj.o: branchobj.cpp branchobj.h \
661                 floatimageobj.h \
662                 floatobj.h \
663                 ornamentedobj.h \
664                 attribute.h \
665                 xmlobj.h \
666                 frameobj.h \
667                 mapobj.h \
668                 linkablemapobj.h \
669                 animpoint.h \
670                 noteobj.h \
671                 headingobj.h \
672                 flagrowobj.h \
673                 flagobj.h \
674                 imageobj.h \
675                 xlinkobj.h \
676                 geometry.h \
677                 mapeditor.h \
678                 file.h \
679                 misc.h \
680                 parser.h \
681                 selection.h \
682                 settings.h \
683                 vymmodel.h \
684                 mapcenterobj.h \
685                 mainwindow.h \
686                 branchpropwindow.h \
687                 ui_branchpropwindow.h \
688                 attributedelegate.h \
689                 findwindow.h \
690                 historywindow.h \
691                 ui_historywindow.h \
692                 simplescripteditor.h \
693                 ui_simplescripteditor.h \
694                 highlighter.h \
695                 texteditor.h
696         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o branchobj.o branchobj.cpp
697
698 branchpropwindow.o: branchpropwindow.cpp branchpropwindow.h \
699                 ui_branchpropwindow.h \
700                 attributedelegate.h \
701                 attribute.h \
702                 xmlobj.h \
703                 branchobj.h \
704                 floatimageobj.h \
705                 floatobj.h \
706                 ornamentedobj.h \
707                 frameobj.h \
708                 mapobj.h \
709                 linkablemapobj.h \
710                 animpoint.h \
711                 noteobj.h \
712                 headingobj.h \
713                 flagrowobj.h \
714                 flagobj.h \
715                 imageobj.h \
716                 xlinkobj.h \
717                 mapeditor.h \
718                 file.h \
719                 misc.h \
720                 parser.h \
721                 selection.h \
722                 settings.h \
723                 vymmodel.h \
724                 mapcenterobj.h
725         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o branchpropwindow.o branchpropwindow.cpp
726
727 editxlinkdialog.o: editxlinkdialog.cpp editxlinkdialog.h \
728                 ui_editxlinkdialog.h
729         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o editxlinkdialog.o editxlinkdialog.cpp
730
731 exportoofiledialog.o: exportoofiledialog.cpp exportoofiledialog.h \
732                 settings.h \
733                 xmlobj.h
734         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o exportoofiledialog.o exportoofiledialog.cpp
735
736 exports.o: exports.cpp exports.h \
737                 mapcenterobj.h \
738                 branchobj.h \
739                 floatimageobj.h \
740                 floatobj.h \
741                 ornamentedobj.h \
742                 attribute.h \
743                 xmlobj.h \
744                 frameobj.h \
745                 mapobj.h \
746                 linkablemapobj.h \
747                 animpoint.h \
748                 noteobj.h \
749                 headingobj.h \
750                 flagrowobj.h \
751                 flagobj.h \
752                 imageobj.h \
753                 xlinkobj.h \
754                 settings.h \
755                 vymmodel.h \
756                 mapeditor.h \
757                 file.h \
758                 misc.h \
759                 parser.h \
760                 selection.h \
761                 mainwindow.h \
762                 branchpropwindow.h \
763                 ui_branchpropwindow.h \
764                 attributedelegate.h \
765                 findwindow.h \
766                 historywindow.h \
767                 ui_historywindow.h \
768                 simplescripteditor.h \
769                 ui_simplescripteditor.h \
770                 highlighter.h \
771                 texteditor.h \
772                 warningdialog.h \
773                 ui_warningdialog.h \
774                 xsltproc.h \
775                 showtextdialog.h \
776                 ui_showtextdialog.h
777         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o exports.o exports.cpp
778
779 exportxhtmldialog.o: exportxhtmldialog.cpp exportxhtmldialog.h \
780                 ui_exportxhtmldialog.h \
781                 options.h \
782                 settings.h \
783                 xmlobj.h
784         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o exportxhtmldialog.o exportxhtmldialog.cpp
785
786 extrainfodialog.o: extrainfodialog.cpp extrainfodialog.h \
787                 ui_extrainfodialog.h
788         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o extrainfodialog.o extrainfodialog.cpp
789
790 file.o: file.cpp file.h \
791                 process.h \
792                 mkdtemp.h
793         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o file.o file.cpp
794
795 findwindow.o: findwindow.cpp findwindow.h
796         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o findwindow.o findwindow.cpp
797
798 flagobj.o: flagobj.cpp flagobj.h \
799                 mapobj.h \
800                 xmlobj.h \
801                 imageobj.h
802         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o flagobj.o flagobj.cpp
803
804 flagrowobj.o: flagrowobj.cpp flagrowobj.h \
805                 mapobj.h \
806                 xmlobj.h \
807                 flagobj.h \
808                 imageobj.h \
809                 geometry.h
810         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o flagrowobj.o flagrowobj.cpp
811
812 floatimageobj.o: floatimageobj.cpp floatimageobj.h \
813                 floatobj.h \
814                 ornamentedobj.h \
815                 attribute.h \
816                 xmlobj.h \
817                 frameobj.h \
818                 mapobj.h \
819                 linkablemapobj.h \
820                 animpoint.h \
821                 noteobj.h \
822                 headingobj.h \
823                 flagrowobj.h \
824                 flagobj.h \
825                 imageobj.h \
826                 branchobj.h \
827                 xlinkobj.h
828         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o floatimageobj.o floatimageobj.cpp
829
830 floatobj.o: floatobj.cpp floatobj.h \
831                 ornamentedobj.h \
832                 attribute.h \
833                 xmlobj.h \
834                 frameobj.h \
835                 mapobj.h \
836                 linkablemapobj.h \
837                 animpoint.h \
838                 noteobj.h \
839                 headingobj.h \
840                 flagrowobj.h \
841                 flagobj.h \
842                 imageobj.h
843         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o floatobj.o floatobj.cpp
844
845 frameobj.o: frameobj.cpp frameobj.h \
846                 mapobj.h \
847                 xmlobj.h
848         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o frameobj.o frameobj.cpp
849
850 geometry.o: geometry.cpp geometry.h \
851                 misc.h
852         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o geometry.o geometry.cpp
853
854 headingobj.o: headingobj.cpp headingobj.h \
855                 mapobj.h \
856                 xmlobj.h
857         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o headingobj.o headingobj.cpp
858
859 highlighter.o: highlighter.cpp highlighter.h
860         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o highlighter.o highlighter.cpp
861
862 historywindow.o: historywindow.cpp historywindow.h \
863                 settings.h \
864                 xmlobj.h \
865                 ui_historywindow.h \
866                 mainwindow.h \
867                 branchpropwindow.h \
868                 ui_branchpropwindow.h \
869                 attributedelegate.h \
870                 attribute.h \
871                 branchobj.h \
872                 floatimageobj.h \
873                 floatobj.h \
874                 ornamentedobj.h \
875                 frameobj.h \
876                 mapobj.h \
877                 linkablemapobj.h \
878                 animpoint.h \
879                 noteobj.h \
880                 headingobj.h \
881                 flagrowobj.h \
882                 flagobj.h \
883                 imageobj.h \
884                 xlinkobj.h \
885                 mapeditor.h \
886                 file.h \
887                 misc.h \
888                 parser.h \
889                 selection.h \
890                 vymmodel.h \
891                 mapcenterobj.h \
892                 findwindow.h \
893                 simplescripteditor.h \
894                 ui_simplescripteditor.h \
895                 highlighter.h \
896                 texteditor.h
897         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o historywindow.o historywindow.cpp
898
899 imageobj.o: imageobj.cpp imageobj.h \
900                 mapobj.h \
901                 xmlobj.h
902         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o imageobj.o imageobj.cpp
903
904 imports.o: imports.cpp file.h \
905                 imports.h \
906                 mapcenterobj.h \
907                 branchobj.h \
908                 floatimageobj.h \
909                 floatobj.h \
910                 ornamentedobj.h \
911                 attribute.h \
912                 xmlobj.h \
913                 frameobj.h \
914                 mapobj.h \
915                 linkablemapobj.h \
916                 animpoint.h \
917                 noteobj.h \
918                 headingobj.h \
919                 flagrowobj.h \
920                 flagobj.h \
921                 imageobj.h \
922                 xlinkobj.h \
923                 settings.h \
924                 misc.h \
925                 mainwindow.h \
926                 branchpropwindow.h \
927                 ui_branchpropwindow.h \
928                 attributedelegate.h \
929                 mapeditor.h \
930                 parser.h \
931                 selection.h \
932                 vymmodel.h \
933                 findwindow.h \
934                 historywindow.h \
935                 ui_historywindow.h \
936                 simplescripteditor.h \
937                 ui_simplescripteditor.h \
938                 highlighter.h \
939                 texteditor.h \
940                 xsltproc.h \
941                 showtextdialog.h \
942                 ui_showtextdialog.h
943         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o imports.o imports.cpp
944
945 linkablemapobj.o: linkablemapobj.cpp linkablemapobj.h \
946                 animpoint.h \
947                 noteobj.h \
948                 xmlobj.h \
949                 headingobj.h \
950                 mapobj.h \
951                 flagrowobj.h \
952                 flagobj.h \
953                 imageobj.h \
954                 branchobj.h \
955                 floatimageobj.h \
956                 floatobj.h \
957                 ornamentedobj.h \
958                 attribute.h \
959                 frameobj.h \
960                 xlinkobj.h \
961                 mapeditor.h \
962                 file.h \
963                 misc.h \
964                 parser.h \
965                 selection.h \
966                 settings.h \
967                 vymmodel.h \
968                 mapcenterobj.h
969         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o linkablemapobj.o linkablemapobj.cpp
970
971 main.o: main.cpp flagrowobj.h \
972                 mapobj.h \
973                 xmlobj.h \
974                 flagobj.h \
975                 imageobj.h \
976                 mainwindow.h \
977                 branchpropwindow.h \
978                 ui_branchpropwindow.h \
979                 attributedelegate.h \
980                 attribute.h \
981                 branchobj.h \
982                 floatimageobj.h \
983                 floatobj.h \
984                 ornamentedobj.h \
985                 frameobj.h \
986                 linkablemapobj.h \
987                 animpoint.h \
988                 noteobj.h \
989                 headingobj.h \
990                 xlinkobj.h \
991                 mapeditor.h \
992                 file.h \
993                 misc.h \
994                 parser.h \
995                 selection.h \
996                 settings.h \
997                 vymmodel.h \
998                 mapcenterobj.h \
999                 findwindow.h \
1000                 historywindow.h \
1001                 ui_historywindow.h \
1002                 simplescripteditor.h \
1003                 ui_simplescripteditor.h \
1004                 highlighter.h \
1005                 texteditor.h \
1006                 options.h \
1007                 version.h
1008         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp
1009
1010 mainwindow.o: mainwindow.cpp mainwindow.h \
1011                 branchpropwindow.h \
1012                 ui_branchpropwindow.h \
1013                 attributedelegate.h \
1014                 attribute.h \
1015                 xmlobj.h \
1016                 branchobj.h \
1017                 floatimageobj.h \
1018                 floatobj.h \
1019                 ornamentedobj.h \
1020                 frameobj.h \
1021                 mapobj.h \
1022                 linkablemapobj.h \
1023                 animpoint.h \
1024                 noteobj.h \
1025                 headingobj.h \
1026                 flagrowobj.h \
1027                 flagobj.h \
1028                 imageobj.h \
1029                 xlinkobj.h \
1030                 mapeditor.h \
1031                 file.h \
1032                 misc.h \
1033                 parser.h \
1034                 selection.h \
1035                 settings.h \
1036                 vymmodel.h \
1037                 mapcenterobj.h \
1038                 findwindow.h \
1039                 historywindow.h \
1040                 ui_historywindow.h \
1041                 simplescripteditor.h \
1042                 ui_simplescripteditor.h \
1043                 highlighter.h \
1044                 texteditor.h \
1045                 aboutdialog.h \
1046                 exportoofiledialog.h \
1047                 exports.h \
1048                 imports.h \
1049                 options.h \
1050                 process.h \
1051                 warningdialog.h \
1052                 ui_warningdialog.h \
1053                 attributedialog.h
1054         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.cpp
1055
1056 mapcenterobj.o: mapcenterobj.cpp floatimageobj.h \
1057                 floatobj.h \
1058                 ornamentedobj.h \
1059                 attribute.h \
1060                 xmlobj.h \
1061                 frameobj.h \
1062                 mapobj.h \
1063                 linkablemapobj.h \
1064                 animpoint.h \
1065                 noteobj.h \
1066                 headingobj.h \
1067                 flagrowobj.h \
1068                 flagobj.h \
1069                 imageobj.h \
1070                 geometry.h \
1071                 mapcenterobj.h \
1072                 branchobj.h \
1073                 xlinkobj.h \
1074                 mapeditor.h \
1075                 file.h \
1076                 misc.h \
1077                 parser.h \
1078                 selection.h \
1079                 settings.h \
1080                 vymmodel.h
1081         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mapcenterobj.o mapcenterobj.cpp
1082
1083 mapeditor.o: mapeditor.cpp mapeditor.h \
1084                 attribute.h \
1085                 xmlobj.h \
1086                 file.h \
1087                 misc.h \
1088                 parser.h \
1089                 ornamentedobj.h \
1090                 frameobj.h \
1091                 mapobj.h \
1092                 linkablemapobj.h \
1093                 animpoint.h \
1094                 noteobj.h \
1095                 headingobj.h \
1096                 flagrowobj.h \
1097                 flagobj.h \
1098                 imageobj.h \
1099                 selection.h \
1100                 settings.h \
1101                 vymmodel.h \
1102                 mapcenterobj.h \
1103                 branchobj.h \
1104                 floatimageobj.h \
1105                 floatobj.h \
1106                 xlinkobj.h \
1107                 editxlinkdialog.h \
1108                 ui_editxlinkdialog.h \
1109                 exports.h \
1110                 exportxhtmldialog.h \
1111                 ui_exportxhtmldialog.h \
1112                 extrainfodialog.h \
1113                 ui_extrainfodialog.h \
1114                 mainwindow.h \
1115                 branchpropwindow.h \
1116                 ui_branchpropwindow.h \
1117                 attributedelegate.h \
1118                 findwindow.h \
1119                 historywindow.h \
1120                 ui_historywindow.h \
1121                 simplescripteditor.h \
1122                 ui_simplescripteditor.h \
1123                 highlighter.h \
1124                 texteditor.h \
1125                 warningdialog.h \
1126                 ui_warningdialog.h \
1127                 xml-freemind.h \
1128                 xml-base.h \
1129                 xml-vym.h
1130         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mapeditor.o mapeditor.cpp
1131
1132 mapobj.o: mapobj.cpp mapobj.h \
1133                 xmlobj.h \
1134                 misc.h
1135         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mapobj.o mapobj.cpp
1136
1137 misc.o: misc.cpp misc.h
1138         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o misc.o misc.cpp
1139
1140 noteobj.o: noteobj.cpp noteobj.h \
1141                 xmlobj.h
1142         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o noteobj.o noteobj.cpp
1143
1144 options.o: options.cpp options.h
1145         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o options.o options.cpp
1146
1147 ornamentedobj.o: ornamentedobj.cpp ornamentedobj.h \
1148                 attribute.h \
1149                 xmlobj.h \
1150                 frameobj.h \
1151                 mapobj.h \
1152                 linkablemapobj.h \
1153                 animpoint.h \
1154                 noteobj.h \
1155                 headingobj.h \
1156                 flagrowobj.h \
1157                 flagobj.h \
1158                 imageobj.h \
1159                 texteditor.h \
1160                 mapeditor.h \
1161                 file.h \
1162                 misc.h \
1163                 parser.h \
1164                 selection.h \
1165                 settings.h \
1166                 vymmodel.h \
1167                 mapcenterobj.h \
1168                 branchobj.h \
1169                 floatimageobj.h \
1170                 floatobj.h \
1171                 xlinkobj.h
1172         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ornamentedobj.o ornamentedobj.cpp
1173
1174 parser.o: parser.cpp parser.h
1175         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o parser.o parser.cpp
1176
1177 process.o: process.cpp process.h
1178         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o process.o process.cpp
1179
1180 selection.o: selection.cpp selection.h \
1181                 mainwindow.h \
1182                 branchpropwindow.h \
1183                 ui_branchpropwindow.h \
1184                 attributedelegate.h \
1185                 attribute.h \
1186                 xmlobj.h \
1187                 branchobj.h \
1188                 floatimageobj.h \
1189                 floatobj.h \
1190                 ornamentedobj.h \
1191                 frameobj.h \
1192                 mapobj.h \
1193                 linkablemapobj.h \
1194                 animpoint.h \
1195                 noteobj.h \
1196                 headingobj.h \
1197                 flagrowobj.h \
1198                 flagobj.h \
1199                 imageobj.h \
1200                 xlinkobj.h \
1201                 mapeditor.h \
1202                 file.h \
1203                 misc.h \
1204                 parser.h \
1205                 settings.h \
1206                 vymmodel.h \
1207                 mapcenterobj.h \
1208                 findwindow.h \
1209                 historywindow.h \
1210                 ui_historywindow.h \
1211                 simplescripteditor.h \
1212                 ui_simplescripteditor.h \
1213                 highlighter.h \
1214                 texteditor.h
1215         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o selection.o selection.cpp
1216
1217 showtextdialog.o: showtextdialog.cpp showtextdialog.h \
1218                 ui_showtextdialog.h
1219         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o showtextdialog.o showtextdialog.cpp
1220
1221 simplescripteditor.o: simplescripteditor.cpp simplescripteditor.h \
1222                 ui_simplescripteditor.h \
1223                 highlighter.h
1224         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o simplescripteditor.o simplescripteditor.cpp
1225
1226 texteditor.o: texteditor.cpp texteditor.h \
1227                 noteobj.h \
1228                 xmlobj.h \
1229                 settings.h
1230         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o texteditor.o texteditor.cpp
1231
1232 version.o: version.cpp version.h
1233         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o version.o version.cpp
1234
1235 vymmodel.o: vymmodel.cpp geometry.h \
1236                 vymmodel.h \
1237                 mapcenterobj.h \
1238                 branchobj.h \
1239                 floatimageobj.h \
1240                 floatobj.h \
1241                 ornamentedobj.h \
1242                 attribute.h \
1243                 xmlobj.h \
1244                 frameobj.h \
1245                 mapobj.h \
1246                 linkablemapobj.h \
1247                 animpoint.h \
1248                 noteobj.h \
1249                 headingobj.h \
1250                 flagrowobj.h \
1251                 flagobj.h \
1252                 imageobj.h \
1253                 xlinkobj.h \
1254                 mapeditor.h \
1255                 file.h \
1256                 misc.h \
1257                 parser.h \
1258                 selection.h \
1259                 settings.h
1260         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o vymmodel.o vymmodel.cpp
1261
1262 xlinkobj.o: xlinkobj.cpp xlinkobj.h \
1263                 linkablemapobj.h \
1264                 animpoint.h \
1265                 noteobj.h \
1266                 xmlobj.h \
1267                 headingobj.h \
1268                 mapobj.h \
1269                 flagrowobj.h \
1270                 flagobj.h \
1271                 imageobj.h \
1272                 branchobj.h \
1273                 floatimageobj.h \
1274                 floatobj.h \
1275                 ornamentedobj.h \
1276                 attribute.h \
1277                 frameobj.h
1278         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o xlinkobj.o xlinkobj.cpp
1279
1280 xml-base.o: xml-base.cpp xml-base.h \
1281                 file.h \
1282                 mapcenterobj.h \
1283                 branchobj.h \
1284                 floatimageobj.h \
1285                 floatobj.h \
1286                 ornamentedobj.h \
1287                 attribute.h \
1288                 xmlobj.h \
1289                 frameobj.h \
1290                 mapobj.h \
1291                 linkablemapobj.h \
1292                 animpoint.h \
1293                 noteobj.h \
1294                 headingobj.h \
1295                 flagrowobj.h \
1296                 flagobj.h \
1297                 imageobj.h \
1298                 xlinkobj.h \
1299                 mapeditor.h \
1300                 misc.h \
1301                 parser.h \
1302                 selection.h \
1303                 settings.h \
1304                 vymmodel.h
1305         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o xml-base.o xml-base.cpp
1306
1307 xml-vym.o: xml-vym.cpp xml-vym.h \
1308                 xml-base.h \
1309                 file.h \
1310                 mapcenterobj.h \
1311                 branchobj.h \
1312                 floatimageobj.h \
1313                 floatobj.h \
1314                 ornamentedobj.h \
1315                 attribute.h \
1316                 xmlobj.h \
1317                 frameobj.h \
1318                 mapobj.h \
1319                 linkablemapobj.h \
1320                 animpoint.h \
1321                 noteobj.h \
1322                 headingobj.h \
1323                 flagrowobj.h \
1324                 flagobj.h \
1325                 imageobj.h \
1326                 xlinkobj.h \
1327                 mapeditor.h \
1328                 misc.h \
1329                 parser.h \
1330                 selection.h \
1331                 settings.h \
1332                 vymmodel.h \
1333                 version.h
1334         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o xml-vym.o xml-vym.cpp
1335
1336 xml-freemind.o: xml-freemind.cpp xml-freemind.h \
1337                 xml-base.h \
1338                 file.h \
1339                 mapcenterobj.h \
1340                 branchobj.h \
1341                 floatimageobj.h \
1342                 floatobj.h \
1343                 ornamentedobj.h \
1344                 attribute.h \
1345                 xmlobj.h \
1346                 frameobj.h \
1347                 mapobj.h \
1348                 linkablemapobj.h \
1349                 animpoint.h \
1350                 noteobj.h \
1351                 headingobj.h \
1352                 flagrowobj.h \
1353                 flagobj.h \
1354                 imageobj.h \
1355                 xlinkobj.h \
1356                 mapeditor.h \
1357                 misc.h \
1358                 parser.h \
1359                 selection.h \
1360                 settings.h \
1361                 vymmodel.h \
1362                 version.h
1363         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o xml-freemind.o xml-freemind.cpp
1364
1365 xmlobj.o: xmlobj.cpp xmlobj.h
1366         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o xmlobj.o xmlobj.cpp
1367
1368 xsltproc.o: xsltproc.cpp xsltproc.h \
1369                 showtextdialog.h \
1370                 ui_showtextdialog.h \
1371                 process.h
1372         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o xsltproc.o xsltproc.cpp
1373
1374 settings.o: settings.cpp settings.h \
1375                 xmlobj.h \
1376                 file.h
1377         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o settings.o settings.cpp
1378
1379 warningdialog.o: warningdialog.cpp warningdialog.h \
1380                 ui_warningdialog.h \
1381                 settings.h \
1382                 xmlobj.h
1383         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o warningdialog.o warningdialog.cpp
1384
1385 moc_aboutdialog.o: moc_aboutdialog.cpp 
1386         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_aboutdialog.o moc_aboutdialog.cpp
1387
1388 moc_attributedelegate.o: moc_attributedelegate.cpp 
1389         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_attributedelegate.o moc_attributedelegate.cpp
1390
1391 moc_attributedialog.o: moc_attributedialog.cpp 
1392         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_attributedialog.o moc_attributedialog.cpp
1393
1394 moc_attributewidget.o: moc_attributewidget.cpp 
1395         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_attributewidget.o moc_attributewidget.cpp
1396
1397 moc_branchpropwindow.o: moc_branchpropwindow.cpp 
1398         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_branchpropwindow.o moc_branchpropwindow.cpp
1399
1400 moc_editxlinkdialog.o: moc_editxlinkdialog.cpp 
1401         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_editxlinkdialog.o moc_editxlinkdialog.cpp
1402
1403 moc_exportoofiledialog.o: moc_exportoofiledialog.cpp 
1404         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_exportoofiledialog.o moc_exportoofiledialog.cpp
1405
1406 moc_exportxhtmldialog.o: moc_exportxhtmldialog.cpp 
1407         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_exportxhtmldialog.o moc_exportxhtmldialog.cpp
1408
1409 moc_extrainfodialog.o: moc_extrainfodialog.cpp 
1410         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_extrainfodialog.o moc_extrainfodialog.cpp
1411
1412 moc_findwindow.o: moc_findwindow.cpp 
1413         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_findwindow.o moc_findwindow.cpp
1414
1415 moc_highlighter.o: moc_highlighter.cpp 
1416         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_highlighter.o moc_highlighter.cpp
1417
1418 moc_historywindow.o: moc_historywindow.cpp 
1419         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_historywindow.o moc_historywindow.cpp
1420
1421 moc_linkablemapobj.o: moc_linkablemapobj.cpp 
1422         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_linkablemapobj.o moc_linkablemapobj.cpp
1423
1424 moc_mainwindow.o: moc_mainwindow.cpp 
1425         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp
1426
1427 moc_mapeditor.o: moc_mapeditor.cpp 
1428         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mapeditor.o moc_mapeditor.cpp
1429
1430 moc_process.o: moc_process.cpp 
1431         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_process.o moc_process.cpp
1432
1433 moc_showtextdialog.o: moc_showtextdialog.cpp 
1434         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_showtextdialog.o moc_showtextdialog.cpp
1435
1436 moc_simplescripteditor.o: moc_simplescripteditor.cpp 
1437         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_simplescripteditor.o moc_simplescripteditor.cpp
1438
1439 moc_texteditor.o: moc_texteditor.cpp 
1440         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_texteditor.o moc_texteditor.cpp
1441
1442 moc_vymmodel.o: moc_vymmodel.cpp 
1443         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_vymmodel.o moc_vymmodel.cpp
1444
1445 moc_warningdialog.o: moc_warningdialog.cpp 
1446         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_warningdialog.o moc_warningdialog.cpp
1447
1448 ####### Install
1449
1450 install_target: first FORCE
1451         @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/bin/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/bin/ 
1452         -$(INSTALL_PROGRAM) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"
1453
1454 uninstall_target:  FORCE
1455         -$(DEL_FILE) "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"
1456         -$(DEL_DIR) $(INSTALL_ROOT)/usr/local/bin/ 
1457
1458
1459 install_support: first FORCE
1460         @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/vym/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/vym/ 
1461         -$(INSTALL_DIR) /home/marcelo/workspaceqt/vym-1.12.2/styles $(INSTALL_ROOT)/usr/local/share/vym/
1462         -$(INSTALL_DIR) /home/marcelo/workspaceqt/vym-1.12.2/scripts $(INSTALL_ROOT)/usr/local/share/vym/
1463         -$(INSTALL_DIR) /home/marcelo/workspaceqt/vym-1.12.2/icons $(INSTALL_ROOT)/usr/local/share/vym/
1464         -$(INSTALL_DIR) /home/marcelo/workspaceqt/vym-1.12.2/flags $(INSTALL_ROOT)/usr/local/share/vym/
1465         -$(INSTALL_DIR) /home/marcelo/workspaceqt/vym-1.12.2/lang $(INSTALL_ROOT)/usr/local/share/vym/
1466         -$(INSTALL_DIR) /home/marcelo/workspaceqt/vym-1.12.2/macros $(INSTALL_ROOT)/usr/local/share/vym/
1467         -$(INSTALL_DIR) /home/marcelo/workspaceqt/vym-1.12.2/exports $(INSTALL_ROOT)/usr/local/share/vym/
1468         -$(INSTALL_DIR) /home/marcelo/workspaceqt/vym-1.12.2/demos $(INSTALL_ROOT)/usr/local/share/vym/
1469
1470
1471 uninstall_support:  FORCE
1472         -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/vym/styles 
1473          -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/vym/scripts 
1474          -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/vym/icons 
1475          -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/vym/flags 
1476          -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/vym/lang 
1477          -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/vym/macros 
1478          -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/vym/exports 
1479          -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/vym/demos
1480         -$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/vym/ 
1481
1482
1483 install_doc: first FORCE
1484         @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/doc/packages/vym/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/doc/packages/vym/ 
1485         -$(INSTALL_FILE) /home/marcelo/workspaceqt/vym-1.12.2/doc/vym.pdf $(INSTALL_ROOT)/usr/local/share/doc/packages/vym/
1486
1487
1488 uninstall_doc:  FORCE
1489         -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/doc/packages/vym/vym.pdf
1490         -$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/doc/packages/vym/ 
1491
1492
1493 install:  install_target install_support install_doc  FORCE
1494
1495 uninstall: uninstall_target uninstall_support uninstall_doc   FORCE
1496
1497 FORCE:
1498