1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/Makefile Sun Jan 30 12:59:06 2005 +0000
1.3 @@ -0,0 +1,737 @@
1.4 +#############################################################################
1.5 +# Makefile for building: vym
1.6 +# Generated by qmake (1.07a) (Qt 3.3.1) on: Tue Jan 4 10:40:21 2005
1.7 +# Project: vym.pro
1.8 +# Template: app
1.9 +# Command: $(QMAKE) -o Makefile vym.pro
1.10 +#############################################################################
1.11 +
1.12 +####### Compiler, tools and options
1.13 +
1.14 +CC = gcc
1.15 +CXX = g++
1.16 +LEX = flex
1.17 +YACC = yacc
1.18 +CFLAGS = -pipe -O2 -fmessage-length=0 -Wall -fPIC -Wall -W -O2 -fmessage-length=0 -Wall -fPIC -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT
1.19 +CXXFLAGS = -pipe -O2 -fmessage-length=0 -Wall -fPIC -Wall -W -O2 -fmessage-length=0 -Wall -fPIC -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT
1.20 +LEXFLAGS =
1.21 +YACCFLAGS= -d
1.22 +INCPATH = -I/usr/lib/qt3/mkspecs/linux-g++ -I. -I/usr/include -I$(QTDIR)/include
1.23 +LINK = g++
1.24 +LFLAGS =
1.25 +LIBS = $(SUBLIBS) -L/usr/lib64/ -L$(QTDIR)/lib64/ -L/usr/X11R6/lib64/ -lqt-mt -lXext -lX11 -lm
1.26 +AR = ar cqs
1.27 +RANLIB =
1.28 +MOC = $(QTDIR)/bin/moc
1.29 +UIC = $(QTDIR)/bin/uic
1.30 +QMAKE = qmake
1.31 +TAR = tar -cf
1.32 +GZIP = gzip -9f
1.33 +COPY = cp -f
1.34 +COPY_FILE= $(COPY)
1.35 +COPY_DIR = $(COPY) -r
1.36 +INSTALL_FILE= $(COPY_FILE)
1.37 +INSTALL_DIR = $(COPY_DIR)
1.38 +DEL_FILE = rm -f
1.39 +SYMLINK = ln -sf
1.40 +DEL_DIR = rmdir
1.41 +MOVE = mv -f
1.42 +CHK_DIR_EXISTS= test -d
1.43 +MKDIR = mkdir -p
1.44 +
1.45 +####### Output directory
1.46 +
1.47 +OBJECTS_DIR = ./
1.48 +
1.49 +####### Files
1.50 +
1.51 +HEADERS = branchobj.h \
1.52 + exports.h \
1.53 + findwindow.h \
1.54 + flagobj.h \
1.55 + flagrowobj.h \
1.56 + floatimageobj.h \
1.57 + floatobj.h \
1.58 + frameobj.h \
1.59 + headingobj.h \
1.60 + imageobj.h \
1.61 + linkablemapobj.h \
1.62 + mainwindow.h \
1.63 + mapcenterobj.h \
1.64 + mapeditor.h \
1.65 + mapobj.h \
1.66 + misc.h \
1.67 + noteobj.h \
1.68 + ornamentedobj.h \
1.69 + process.h \
1.70 + selection.h \
1.71 + texteditor.h \
1.72 + version.h \
1.73 + xml.h \
1.74 + settings.h \
1.75 + options.h
1.76 +SOURCES = branchobj.cpp \
1.77 + exports.cpp \
1.78 + findwindow.cpp \
1.79 + flagobj.cpp \
1.80 + flagrowobj.cpp \
1.81 + floatimageobj.cpp \
1.82 + floatobj.cpp \
1.83 + frameobj.cpp \
1.84 + headingobj.cpp \
1.85 + imageobj.cpp \
1.86 + linkablemapobj.cpp \
1.87 + main.cpp \
1.88 + mainwindow.cpp \
1.89 + mapcenterobj.cpp \
1.90 + mapeditor.cpp \
1.91 + mapobj.cpp \
1.92 + misc.cpp \
1.93 + noteobj.cpp \
1.94 + ornamentedobj.cpp \
1.95 + process.cpp \
1.96 + selection.cpp \
1.97 + texteditor.cpp \
1.98 + xml.cpp \
1.99 + settings.cpp \
1.100 + options.cpp
1.101 +OBJECTS = branchobj.o \
1.102 + exports.o \
1.103 + findwindow.o \
1.104 + flagobj.o \
1.105 + flagrowobj.o \
1.106 + floatimageobj.o \
1.107 + floatobj.o \
1.108 + frameobj.o \
1.109 + headingobj.o \
1.110 + imageobj.o \
1.111 + linkablemapobj.o \
1.112 + main.o \
1.113 + mainwindow.o \
1.114 + mapcenterobj.o \
1.115 + mapeditor.o \
1.116 + mapobj.o \
1.117 + misc.o \
1.118 + noteobj.o \
1.119 + ornamentedobj.o \
1.120 + process.o \
1.121 + selection.o \
1.122 + texteditor.o \
1.123 + xml.o \
1.124 + settings.o \
1.125 + options.o \
1.126 + exporthtmldialog.o \
1.127 + exportxhtmldialog.o \
1.128 + showtextdialog.o \
1.129 + extrainfodialog.o
1.130 +FORMS = exporthtmldialog.ui \
1.131 + exportxhtmldialog.ui \
1.132 + showtextdialog.ui \
1.133 + extrainfodialog.ui
1.134 +UICDECLS = exporthtmldialog.h \
1.135 + exportxhtmldialog.h \
1.136 + showtextdialog.h \
1.137 + extrainfodialog.h
1.138 +UICIMPLS = exporthtmldialog.cpp \
1.139 + exportxhtmldialog.cpp \
1.140 + showtextdialog.cpp \
1.141 + extrainfodialog.cpp
1.142 +SRCMOC = moc_findwindow.cpp \
1.143 + moc_linkablemapobj.cpp \
1.144 + moc_mainwindow.cpp \
1.145 + moc_mapeditor.cpp \
1.146 + moc_ornamentedobj.cpp \
1.147 + moc_process.cpp \
1.148 + moc_texteditor.cpp \
1.149 + moc_exporthtmldialog.cpp \
1.150 + moc_exportxhtmldialog.cpp \
1.151 + moc_showtextdialog.cpp \
1.152 + moc_extrainfodialog.cpp
1.153 +OBJMOC = moc_findwindow.o \
1.154 + moc_linkablemapobj.o \
1.155 + moc_mainwindow.o \
1.156 + moc_mapeditor.o \
1.157 + moc_ornamentedobj.o \
1.158 + moc_process.o \
1.159 + moc_texteditor.o \
1.160 + moc_exporthtmldialog.o \
1.161 + moc_exportxhtmldialog.o \
1.162 + moc_showtextdialog.o \
1.163 + moc_extrainfodialog.o
1.164 +DIST = vym.pro
1.165 +QMAKE_TARGET = vym
1.166 +DESTDIR =
1.167 +TARGET = vym
1.168 +
1.169 +first: all
1.170 +####### Implicit rules
1.171 +
1.172 +.SUFFIXES: .c .o .cpp .cc .cxx .C
1.173 +
1.174 +.cpp.o:
1.175 + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
1.176 +
1.177 +.cc.o:
1.178 + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
1.179 +
1.180 +.cxx.o:
1.181 + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
1.182 +
1.183 +.C.o:
1.184 + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
1.185 +
1.186 +.c.o:
1.187 + $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
1.188 +
1.189 +####### Build rules
1.190 +
1.191 +all: Makefile $(TARGET)
1.192 +
1.193 +$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC)
1.194 + $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(OBJCOMP) $(LIBS)
1.195 +
1.196 +mocables: $(SRCMOC)
1.197 +uicables: $(UICDECLS) $(UICIMPLS)
1.198 +
1.199 +$(MOC):
1.200 + ( cd $(QTDIR)/src/moc && $(MAKE) )
1.201 +
1.202 +Makefile: vym.pro /usr/lib/qt3/mkspecs/linux-g++/qmake.conf /usr/lib/qt3/lib64/libqt-mt.prl
1.203 + $(QMAKE) -o Makefile vym.pro
1.204 +qmake:
1.205 + @$(QMAKE) -o Makefile vym.pro
1.206 +
1.207 +dist:
1.208 + @mkdir -p .tmp/vym && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .tmp/vym/ && $(COPY_FILE) --parents vym_de.ts .tmp/vym/ && $(COPY_FILE) --parents exporthtmldialog.ui.h exportxhtmldialog.ui.h showtextdialog.ui.h extrainfodialog.ui.h .tmp/vym/ && ( cd `dirname .tmp/vym` && $(TAR) vym.tar vym && $(GZIP) vym.tar ) && $(MOVE) `dirname .tmp/vym`/vym.tar.gz . && $(DEL_FILE) -r .tmp/vym
1.209 +
1.210 +mocclean:
1.211 + -$(DEL_FILE) $(OBJMOC)
1.212 + -$(DEL_FILE) $(SRCMOC)
1.213 +
1.214 +uiclean:
1.215 + -$(DEL_FILE) $(UICIMPLS) $(UICDECLS)
1.216 +
1.217 +yaccclean:
1.218 +lexclean:
1.219 +clean: mocclean uiclean
1.220 + -$(DEL_FILE) $(OBJECTS)
1.221 + -$(DEL_FILE) *~ core *.core
1.222 +
1.223 +
1.224 +####### Sub-libraries
1.225 +
1.226 +distclean: clean
1.227 + -$(DEL_FILE) $(TARGET) $(TARGET)
1.228 +
1.229 +
1.230 +FORCE:
1.231 +
1.232 +####### Compile
1.233 +
1.234 +branchobj.o: branchobj.cpp branchobj.h \
1.235 + texteditor.h \
1.236 + mapeditor.h \
1.237 + mainwindow.h \
1.238 + floatimageobj.h \
1.239 + linkablemapobj.h \
1.240 + ornamentedobj.h \
1.241 + floatobj.h \
1.242 + frameobj.h \
1.243 + noteobj.h \
1.244 + headingobj.h \
1.245 + flagrowobj.h \
1.246 + mapobj.h \
1.247 + misc.h \
1.248 + flagobj.h \
1.249 + imageobj.h \
1.250 + mapcenterobj.h \
1.251 + version.h \
1.252 + xml.h \
1.253 + findwindow.h
1.254 +
1.255 +exports.o: exports.cpp exports.h \
1.256 + linkablemapobj.h \
1.257 + mapcenterobj.h \
1.258 + branchobj.h \
1.259 + version.h \
1.260 + floatimageobj.h \
1.261 + ornamentedobj.h \
1.262 + floatobj.h \
1.263 + frameobj.h \
1.264 + noteobj.h \
1.265 + headingobj.h \
1.266 + flagrowobj.h \
1.267 + mapobj.h \
1.268 + misc.h \
1.269 + flagobj.h \
1.270 + imageobj.h
1.271 +
1.272 +findwindow.o: findwindow.cpp findwindow.h
1.273 +
1.274 +flagobj.o: flagobj.cpp flagobj.h \
1.275 + mapobj.h \
1.276 + imageobj.h \
1.277 + misc.h
1.278 +
1.279 +flagrowobj.o: flagrowobj.cpp flagrowobj.h \
1.280 + mapobj.h \
1.281 + flagobj.h \
1.282 + misc.h \
1.283 + imageobj.h
1.284 +
1.285 +floatimageobj.o: floatimageobj.cpp floatimageobj.h \
1.286 + branchobj.h \
1.287 + floatobj.h \
1.288 + linkablemapobj.h \
1.289 + frameobj.h \
1.290 + noteobj.h \
1.291 + headingobj.h \
1.292 + flagrowobj.h \
1.293 + mapobj.h \
1.294 + misc.h \
1.295 + flagobj.h \
1.296 + imageobj.h \
1.297 + ornamentedobj.h
1.298 +
1.299 +floatobj.o: floatobj.cpp floatobj.h \
1.300 + linkablemapobj.h \
1.301 + frameobj.h \
1.302 + noteobj.h \
1.303 + headingobj.h \
1.304 + flagrowobj.h \
1.305 + mapobj.h \
1.306 + misc.h \
1.307 + flagobj.h \
1.308 + imageobj.h
1.309 +
1.310 +frameobj.o: frameobj.cpp frameobj.h \
1.311 + mapobj.h \
1.312 + misc.h
1.313 +
1.314 +headingobj.o: headingobj.cpp headingobj.h \
1.315 + mapobj.h \
1.316 + misc.h
1.317 +
1.318 +imageobj.o: imageobj.cpp imageobj.h \
1.319 + mapobj.h \
1.320 + misc.h
1.321 +
1.322 +linkablemapobj.o: linkablemapobj.cpp linkablemapobj.h \
1.323 + branchobj.h \
1.324 + mapeditor.h \
1.325 + version.h \
1.326 + frameobj.h \
1.327 + noteobj.h \
1.328 + headingobj.h \
1.329 + flagrowobj.h \
1.330 + mapobj.h \
1.331 + misc.h \
1.332 + flagobj.h \
1.333 + imageobj.h \
1.334 + floatimageobj.h \
1.335 + ornamentedobj.h \
1.336 + floatobj.h \
1.337 + mapcenterobj.h
1.338 +
1.339 +main.o: main.cpp settings.h \
1.340 + options.h \
1.341 + mainwindow.h \
1.342 + icons/vym-48x48.xpm \
1.343 + icons/vym-editor.xpm \
1.344 + flagrowobj.h \
1.345 + misc.h \
1.346 + xml.h \
1.347 + texteditor.h \
1.348 + mapeditor.h \
1.349 + findwindow.h \
1.350 + mapcenterobj.h \
1.351 + branchobj.h \
1.352 + version.h \
1.353 + floatimageobj.h \
1.354 + linkablemapobj.h \
1.355 + ornamentedobj.h \
1.356 + floatobj.h \
1.357 + frameobj.h \
1.358 + noteobj.h \
1.359 + headingobj.h \
1.360 + mapobj.h \
1.361 + flagobj.h \
1.362 + imageobj.h
1.363 +
1.364 +mainwindow.o: mainwindow.cpp mainwindow.h \
1.365 + version.h \
1.366 + icons/filenew.xpm \
1.367 + icons/fileopen.xpm \
1.368 + icons/filesave.xpm \
1.369 + icons/fileprint.xpm \
1.370 + icons/editundo.xpm \
1.371 + icons/editcopy.xpm \
1.372 + icons/editcut.xpm \
1.373 + icons/editpaste.xpm \
1.374 + icons/editmoveup.xpm \
1.375 + icons/editmovedown.xpm \
1.376 + icons/formatcoloritem.xpm \
1.377 + icons/formatcolorbranch.xpm \
1.378 + icons/formatcolorpicker.xpm \
1.379 + icons/viewzoomreset.xpm \
1.380 + icons/viewzoomin.xpm \
1.381 + icons/viewzoomout.xpm \
1.382 + icons/vym-48x48.xpm \
1.383 + icons/flag-note.xpm \
1.384 + icons/flag-url.xpm \
1.385 + icons/flag-vymlink.xpm \
1.386 + icons/flag-scrolled-right.xpm \
1.387 + flagrowobj.h \
1.388 + texteditor.h \
1.389 + mapeditor.h \
1.390 + exporthtmldialog.h \
1.391 + exportxhtmldialog.h \
1.392 + showtextdialog.h \
1.393 + process.h \
1.394 + settings.h \
1.395 + options.h \
1.396 + xml.h \
1.397 + findwindow.h \
1.398 + mapcenterobj.h \
1.399 + branchobj.h \
1.400 + floatimageobj.h \
1.401 + linkablemapobj.h \
1.402 + ornamentedobj.h \
1.403 + floatobj.h \
1.404 + frameobj.h \
1.405 + noteobj.h \
1.406 + headingobj.h \
1.407 + mapobj.h \
1.408 + misc.h \
1.409 + flagobj.h \
1.410 + imageobj.h
1.411 +
1.412 +mapcenterobj.o: mapcenterobj.cpp mapcenterobj.h \
1.413 + floatimageobj.h \
1.414 + mapeditor.h \
1.415 + branchobj.h \
1.416 + version.h \
1.417 + linkablemapobj.h \
1.418 + ornamentedobj.h \
1.419 + floatobj.h \
1.420 + frameobj.h \
1.421 + noteobj.h \
1.422 + headingobj.h \
1.423 + flagrowobj.h \
1.424 + mapobj.h \
1.425 + misc.h \
1.426 + flagobj.h \
1.427 + imageobj.h
1.428 +
1.429 +mapeditor.o: mapeditor.cpp mapeditor.h \
1.430 + version.h \
1.431 + xml.h \
1.432 + texteditor.h \
1.433 + linkablemapobj.h \
1.434 + exports.h \
1.435 + misc.h \
1.436 + mainwindow.h \
1.437 + extrainfodialog.h \
1.438 + settings.h \
1.439 + icons/flag-note.xpm \
1.440 + icons/flag-url.xpm \
1.441 + icons/flag-vymlink.xpm \
1.442 + icons/flag-scrolled-right.xpm \
1.443 + icons/flag-tmpUnscrolled-right.xpm \
1.444 + icons/flag-questionmark.xpm \
1.445 + icons/flag-exclamationmark.xpm \
1.446 + icons/flag-hook-green.xpm \
1.447 + icons/flag-cross-red.xpm \
1.448 + icons/flag-stopsign.xpm \
1.449 + icons/flag-smiley-good.xpm \
1.450 + icons/flag-smiley-sad.xpm \
1.451 + icons/flag-clock.xpm \
1.452 + icons/flag-lamp.xpm \
1.453 + icons/flag-arrow-up.xpm \
1.454 + icons/flag-arrow-down.xpm \
1.455 + icons/flag-thumb-up.xpm \
1.456 + icons/flag-thumb-down.xpm \
1.457 + icons/flag-heart.xpm \
1.458 + icons/flag-flash.xpm \
1.459 + icons/flag-lifebelt.xpm \
1.460 + mapcenterobj.h \
1.461 + branchobj.h \
1.462 + floatimageobj.h \
1.463 + ornamentedobj.h \
1.464 + floatobj.h \
1.465 + frameobj.h \
1.466 + noteobj.h \
1.467 + headingobj.h \
1.468 + flagrowobj.h \
1.469 + mapobj.h \
1.470 + flagobj.h \
1.471 + imageobj.h \
1.472 + findwindow.h
1.473 +
1.474 +mapobj.o: mapobj.cpp mapobj.h \
1.475 + misc.h
1.476 +
1.477 +misc.o: misc.cpp misc.h
1.478 +
1.479 +noteobj.o: noteobj.cpp noteobj.h \
1.480 + misc.h
1.481 +
1.482 +ornamentedobj.o: ornamentedobj.cpp ornamentedobj.h \
1.483 + texteditor.h \
1.484 + mapeditor.h \
1.485 + linkablemapobj.h \
1.486 + frameobj.h \
1.487 + noteobj.h \
1.488 + headingobj.h \
1.489 + flagrowobj.h \
1.490 + mapobj.h \
1.491 + misc.h \
1.492 + flagobj.h \
1.493 + imageobj.h \
1.494 + mapcenterobj.h \
1.495 + branchobj.h \
1.496 + version.h \
1.497 + floatimageobj.h \
1.498 + floatobj.h
1.499 +
1.500 +process.o: process.cpp process.h
1.501 +
1.502 +selection.o: selection.cpp selection.h \
1.503 + linkablemapobj.h \
1.504 + frameobj.h \
1.505 + noteobj.h \
1.506 + headingobj.h \
1.507 + flagrowobj.h \
1.508 + mapobj.h \
1.509 + misc.h \
1.510 + flagobj.h \
1.511 + imageobj.h
1.512 +
1.513 +texteditor.o: texteditor.cpp texteditor.h \
1.514 + icons/fileopen.xpm \
1.515 + icons/filesave.xpm \
1.516 + icons/fileprint.xpm \
1.517 + icons/editundo.xpm \
1.518 + icons/editredo.xpm \
1.519 + icons/editcopy.xpm \
1.520 + icons/editcut.xpm \
1.521 + icons/editpaste.xpm \
1.522 + icons/edittrash.xpm \
1.523 + icons/formatfixedfont.xpm \
1.524 + icons/formattextbold.xpm \
1.525 + icons/formattextitalic.xpm \
1.526 + icons/formattextunder.xpm \
1.527 + icons/formattextleft.xpm \
1.528 + icons/formattextcenter.xpm \
1.529 + icons/formattextright.xpm \
1.530 + icons/formattextjustify.xpm
1.531 +
1.532 +xml.o: xml.cpp xml.h \
1.533 + misc.h \
1.534 + settings.h \
1.535 + version.h \
1.536 + mapcenterobj.h \
1.537 + mapeditor.h \
1.538 + branchobj.h \
1.539 + floatimageobj.h \
1.540 + linkablemapobj.h \
1.541 + ornamentedobj.h \
1.542 + floatobj.h \
1.543 + frameobj.h \
1.544 + noteobj.h \
1.545 + headingobj.h \
1.546 + flagrowobj.h \
1.547 + mapobj.h \
1.548 + flagobj.h \
1.549 + imageobj.h
1.550 +
1.551 +settings.o: settings.cpp settings.h \
1.552 + misc.h
1.553 +
1.554 +options.o: options.cpp options.h
1.555 +
1.556 +exporthtmldialog.h: exporthtmldialog.ui showtextdialog.h
1.557 + $(UIC) exporthtmldialog.ui -o exporthtmldialog.h
1.558 +
1.559 +exporthtmldialog.cpp: exporthtmldialog.h exporthtmldialog.ui showtextdialog.h
1.560 + $(UIC) exporthtmldialog.ui -i exporthtmldialog.h -o exporthtmldialog.cpp
1.561 +
1.562 +exportxhtmldialog.h: exportxhtmldialog.ui process.h \
1.563 + showtextdialog.h
1.564 + $(UIC) exportxhtmldialog.ui -o exportxhtmldialog.h
1.565 +
1.566 +exportxhtmldialog.cpp: exportxhtmldialog.h exportxhtmldialog.ui process.h \
1.567 + showtextdialog.h
1.568 + $(UIC) exportxhtmldialog.ui -i exportxhtmldialog.h -o exportxhtmldialog.cpp
1.569 +
1.570 +showtextdialog.h: showtextdialog.ui
1.571 + $(UIC) showtextdialog.ui -o showtextdialog.h
1.572 +
1.573 +showtextdialog.cpp: showtextdialog.h showtextdialog.ui
1.574 + $(UIC) showtextdialog.ui -i showtextdialog.h -o showtextdialog.cpp
1.575 +
1.576 +extrainfodialog.h: extrainfodialog.ui
1.577 + $(UIC) extrainfodialog.ui -o extrainfodialog.h
1.578 +
1.579 +extrainfodialog.cpp: extrainfodialog.h extrainfodialog.ui
1.580 + $(UIC) extrainfodialog.ui -i extrainfodialog.h -o extrainfodialog.cpp
1.581 +
1.582 +exporthtmldialog.o: exporthtmldialog.cpp settings.h \
1.583 + misc.h \
1.584 + icons/flag-url.xpm \
1.585 + exporthtmldialog.ui.h \
1.586 + exporthtmldialog.h
1.587 +
1.588 +exportxhtmldialog.o: exportxhtmldialog.cpp settings.h \
1.589 + icons/flag-url.xpm \
1.590 + exportxhtmldialog.ui.h \
1.591 + exportxhtmldialog.h
1.592 +
1.593 +showtextdialog.o: showtextdialog.cpp showtextdialog.ui.h \
1.594 + showtextdialog.h
1.595 +
1.596 +extrainfodialog.o: extrainfodialog.cpp extrainfodialog.ui.h \
1.597 + extrainfodialog.h
1.598 +
1.599 +moc_findwindow.o: moc_findwindow.cpp findwindow.h
1.600 +
1.601 +moc_linkablemapobj.o: moc_linkablemapobj.cpp linkablemapobj.h frameobj.h \
1.602 + noteobj.h \
1.603 + headingobj.h \
1.604 + flagrowobj.h \
1.605 + mapobj.h \
1.606 + misc.h \
1.607 + flagobj.h \
1.608 + imageobj.h
1.609 +
1.610 +moc_mainwindow.o: moc_mainwindow.cpp mainwindow.h xml.h \
1.611 + texteditor.h \
1.612 + mapeditor.h \
1.613 + findwindow.h \
1.614 + mapcenterobj.h \
1.615 + branchobj.h \
1.616 + version.h \
1.617 + floatimageobj.h \
1.618 + linkablemapobj.h \
1.619 + ornamentedobj.h \
1.620 + floatobj.h \
1.621 + frameobj.h \
1.622 + noteobj.h \
1.623 + headingobj.h \
1.624 + flagrowobj.h \
1.625 + mapobj.h \
1.626 + misc.h \
1.627 + flagobj.h \
1.628 + imageobj.h
1.629 +
1.630 +moc_mapeditor.o: moc_mapeditor.cpp mapeditor.h mapcenterobj.h \
1.631 + misc.h \
1.632 + branchobj.h \
1.633 + version.h \
1.634 + floatimageobj.h \
1.635 + linkablemapobj.h \
1.636 + ornamentedobj.h \
1.637 + floatobj.h \
1.638 + frameobj.h \
1.639 + noteobj.h \
1.640 + headingobj.h \
1.641 + flagrowobj.h \
1.642 + mapobj.h \
1.643 + flagobj.h \
1.644 + imageobj.h
1.645 +
1.646 +moc_ornamentedobj.o: moc_ornamentedobj.cpp ornamentedobj.h linkablemapobj.h \
1.647 + frameobj.h \
1.648 + noteobj.h \
1.649 + headingobj.h \
1.650 + flagrowobj.h \
1.651 + mapobj.h \
1.652 + misc.h \
1.653 + flagobj.h \
1.654 + imageobj.h
1.655 +
1.656 +moc_process.o: moc_process.cpp process.h
1.657 +
1.658 +moc_texteditor.o: moc_texteditor.cpp texteditor.h
1.659 +
1.660 +moc_exporthtmldialog.o: moc_exporthtmldialog.cpp exporthtmldialog.h showtextdialog.h
1.661 +
1.662 +moc_exportxhtmldialog.o: moc_exportxhtmldialog.cpp exportxhtmldialog.h process.h \
1.663 + showtextdialog.h
1.664 +
1.665 +moc_showtextdialog.o: moc_showtextdialog.cpp showtextdialog.h
1.666 +
1.667 +moc_extrainfodialog.o: moc_extrainfodialog.cpp extrainfodialog.h
1.668 +
1.669 +moc_findwindow.cpp: $(MOC) findwindow.h
1.670 + $(MOC) findwindow.h -o moc_findwindow.cpp
1.671 +
1.672 +moc_linkablemapobj.cpp: $(MOC) linkablemapobj.h
1.673 + $(MOC) linkablemapobj.h -o moc_linkablemapobj.cpp
1.674 +
1.675 +moc_mainwindow.cpp: $(MOC) mainwindow.h
1.676 + $(MOC) mainwindow.h -o moc_mainwindow.cpp
1.677 +
1.678 +moc_mapeditor.cpp: $(MOC) mapeditor.h
1.679 + $(MOC) mapeditor.h -o moc_mapeditor.cpp
1.680 +
1.681 +moc_ornamentedobj.cpp: $(MOC) ornamentedobj.h
1.682 + $(MOC) ornamentedobj.h -o moc_ornamentedobj.cpp
1.683 +
1.684 +moc_process.cpp: $(MOC) process.h
1.685 + $(MOC) process.h -o moc_process.cpp
1.686 +
1.687 +moc_texteditor.cpp: $(MOC) texteditor.h
1.688 + $(MOC) texteditor.h -o moc_texteditor.cpp
1.689 +
1.690 +moc_exporthtmldialog.cpp: $(MOC) exporthtmldialog.h
1.691 + $(MOC) exporthtmldialog.h -o moc_exporthtmldialog.cpp
1.692 +
1.693 +moc_exportxhtmldialog.cpp: $(MOC) exportxhtmldialog.h
1.694 + $(MOC) exportxhtmldialog.h -o moc_exportxhtmldialog.cpp
1.695 +
1.696 +moc_showtextdialog.cpp: $(MOC) showtextdialog.h
1.697 + $(MOC) showtextdialog.h -o moc_showtextdialog.cpp
1.698 +
1.699 +moc_extrainfodialog.cpp: $(MOC) extrainfodialog.h
1.700 + $(MOC) extrainfodialog.h -o moc_extrainfodialog.cpp
1.701 +
1.702 +####### Install
1.703 +
1.704 +install_target: all
1.705 + @$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/bin/" || $(MKDIR) "$(INSTALL_ROOT)/usr/bin/"
1.706 + -$(INSTALL_FILE) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/bin/$(QMAKE_TARGET)"
1.707 +
1.708 +uninstall_target:
1.709 + -$(DEL_FILE) "$(INSTALL_ROOT)/usr/bin/$(QMAKE_TARGET)"
1.710 + -$(DEL_DIR) "$(INSTALL_ROOT)/usr/bin/"
1.711 +
1.712 +
1.713 +install_support: all
1.714 + @$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/share/vym/" || $(MKDIR) "$(INSTALL_ROOT)/usr/share/vym/"
1.715 + -$(INSTALL_DIR) "styles" "$(INSTALL_ROOT)/usr/share/vym/"
1.716 + -$(INSTALL_DIR) "scripts" "$(INSTALL_ROOT)/usr/share/vym/"
1.717 + -$(INSTALL_DIR) "icons" "$(INSTALL_ROOT)/usr/share/vym/"
1.718 +
1.719 +
1.720 +uninstall_support:
1.721 + -$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/vym/styles"
1.722 + -$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/vym/scripts"
1.723 + -$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/vym/icons"
1.724 + -$(DEL_DIR) "$(INSTALL_ROOT)/usr/share/vym/"
1.725 +
1.726 +
1.727 +install_demo: all
1.728 + @$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/share/vym/" || $(MKDIR) "$(INSTALL_ROOT)/usr/share/vym/"
1.729 + -$(INSTALL_DIR) "demos" "$(INSTALL_ROOT)/usr/share/vym/"
1.730 +
1.731 +
1.732 +uninstall_demo:
1.733 + -$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/vym/demos"
1.734 + -$(DEL_DIR) "$(INSTALL_ROOT)/usr/share/vym/"
1.735 +
1.736 +
1.737 +install: install_target install_support install_demo
1.738 +
1.739 +uninstall: uninstall_target uninstall_support uninstall_demo
1.740 +