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