This is Route Generator version 1.6
Route Generator can be used to generate route maps to be used in video editing
software.
Copyright (C) 2008-2012 Michiel Jansen.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
LICENSE
Route Generator is developed using the GPL version of Qt 4.7.3
(Copyright (C)) 2008-2010 Nokia Corporation), which can be
downloaded from: http://qt.nokia.com/downloads
This means that Route Generator should also be distributed as GPL software and
can be used for free. As a result the source code of Route Generator is also
available on http://sourceforge.net/projects/routegen.
For more details about GPL see the LICENSE file
VERSION HISTORY
1.0 -Initial version
1.1 -Added custom vehicle icons by adding icons (image files, e.g. *.png,
*.jpg, etc.) to the vehicles sub-folder of routegen.
-Added custom color selection for route path.
1.2 -Vehicle icon now rotates with route direction
-Added vehicle angle correction spinbox and preview
-Animated vehicle icons
-Showing scrollbars for large input maps
-Added stop button while playing back
1.2.1 -Bugfix in route width initialization (not released on SourceForge)
1.2.2 -Error checking and logging of bmp2avi execution (bmp2avi.log)
1.2.3 -Bugfix in frame naming, causing routes over 1000 frames to be added
in wrong order in AVI file (during bmp2avi conversion)
1.3 -Route interpolation and variable route speed.
-Preferences (bmp2avi)
-Undo buffer
-Route style selection
1.3.1 -Smooth curves experiment disabled (buggy) (see new RGRoute constructor)
-Added advanced tab to settings dialog to:
-Enable the buggy smooth curves code
-Change radius of curves
-Modify vehicle orientation parameters
-Automatically disable draw mode, when user clicks Preview or
Generate route.
-Show first route point as will after first click (interpolation mode)
1.4 -Import from Google Maps
1.5 -Route generation improvements (smooth route, using bezier curves)
-Start new route button on toolbar
-Vehicle orientation and settings improved
-Generate iconless begin/end frames checkbox moved to preferences dialog
-Google maps importer fix (map scrollable and zoomable)
1.6 -Route editable (selected points can be moved or deleted)
-Redo buffer
-Codec selection for video encoding under linux
-Installation command for linux
-Improvements of edit dialog for vehicle settings
-Vehicle orientation (yes/no) is now a setting
-Deleting files in directory when not empty (when generating movie)
-Adding custom vehicles from vehicle settings dialog
INSTALLATION
On Windows, you don't need to install it, you can just unzip everything in a directory of
your choice. After that you can execute routegen.exe or create a shortcut to it
from your desktop.
HOWTO USE ROUTE GENERATOR?
Route Generator is very easy to use, but you can find a step-by-step Tutorial
from the Help menu.
Essentially this is all the information you should need to run
Route Generator. However, you're allowed to continue reading ;-)
WHAT IS ROUTE GENERATOR
Route Generator is a tool to draw routes on a map and generate a movie from it.
This movie can be imported in your video editing software, so you can add it to
your own movies.
I started developing this as a hobby project, because I could not find any
free route generation software available. I've already used it successfully for
a few of my own video editing projects and I think it works quite well. So I
thought that others might find it useful as well and I decided to make it
available on my website.
Route Generator is developed using the GPL version of Qt 4.7, which can be
downloaded from: http://qt.nokia.com/downloads
On Windows, Route Generator makes use of a freeware 3rdparty tool:
Bmp2Avi (Copyright (C) Paul Roberts 1996 - 1998)
This tool is available in the subdirectory bmp2avi. By default Route Generator
tries to find bmp2avi.exe in that directory, so you can leave it there.
Route Generator will automatically check for bmp2avi.exe in this directory
when it starts up. If it cannot find it in the default location, it will ask
you to browse to a different location.
Bmp2Avi can freely be re-distributed as long as you provide the documentation
with it (also located in the bmp2avi sub-directory).
On linux, Route Generator makes use of a 3rdparty tool:
FFmpeg licensed under the LGPLv2.1.
This tool is not included in the source, so you will have to install it on
your computer before running Route Generator. Make sure it is installed if you
want to be able to generate a movie.
AVAILABILTY
I've only build the executable version of Route Generator for Windows, because
I'm using Pinnacle Studio as video editing software, which is only available
for windows.
However, it's developed using Trolltechs's cross-platform GUI toolkit, Qt,
which is also available for other OS's, like Linux. So it is also possible
to build and run Route Generator on Linux as well, but you have to build it
yourself from the source code (see building instructions below).
NOTE: Route Generator makes use of a video encoder (Bmp2Avi on Windows and
ffmpeg on linux)! However, the video encoder is not required to run Route
Generator. The only thing that will not work without the video encoder is the
last stage of the generation process:converting a list of bmp files to an avi
file.
BUILDING ROUTE GENERATOR FROM THE SOURCE CODE
Since version 1.6 Route Generator should be built using Qt 4.6 or higher.
So Qt 4.6 or higher should be downloaded and installed.
After your Qt build environment is setup correctly, all you need to do is:
-unzip the source code in a new directory
-open a command shell with the Qt build environment correctly set-up
-cd to the the directory where you unzipped the source code
(e.g. cd routegen/src)
-execute the following commands:
*qmake routegen.pro
(or: qmake -tp vc routegen.pro to generate a MSVC2008 *.vcproj)
*nmake (on Windows, when using MS Visual C++)
OR
make/gmake (on Linux)
OR
whatever build command on other OS's
INSTALLATION UNDER LINUX
Since version 1.6 Route GENERATOR can be installed after building process,
using this command as root:
*make install
CONTACT
If you have any more questions about or problems with using and or building
Route Generator, you can contact me at: info@routegenerator.net
Of course, suggestions for improvement are also welcome!
Michiel Jansen
file:///home/captainfur/Downloads/routegen/src/RGEditPath.cpp
file:///home/captainfur/Downloads/routegen/src/RGEditPath.h
file:///home/captainfur/Downloads/routegen/src/RGEditPathPoint.cpp
file:///home/captainfur/Downloads/routegen/src/RGEditPathPoint.h
file:///home/captainfur/Downloads/routegen/src/RGEncBmp2avi.cpp
file:///home/captainfur/Downloads/routegen/src/RGEncBmp2avi.h
file:///home/captainfur/Downloads/routegen/src/RGEncFFmpeg.cpp
file:///home/captainfur/Downloads/routegen/src/RGEncFFmpeg.h
file:///home/captainfur/Downloads/routegen/src/RGEncVideo.cpp
file:///home/captainfur/Downloads/routegen/src/RGEncVideo.h
file:///home/captainfur/Downloads/routegen/src/RGGoogleMap.cpp
file:///home/captainfur/Downloads/routegen/src/RGGoogleMap.h
file:///home/captainfur/Downloads/routegen/src/RGGraphicsObjectUndo.cpp
file:///home/captainfur/Downloads/routegen/src/RGGraphicsObjectUndo.h
file:///home/captainfur/Downloads/routegen/src/RGMainWindow.cpp
file:///home/captainfur/Downloads/routegen/src/RGMainWindow.h
file:///home/captainfur/Downloads/routegen/src/RGPath.cpp
file:///home/captainfur/Downloads/routegen/src/RGPath.h
file:///home/captainfur/Downloads/routegen/src/RGRoute.cpp
file:///home/captainfur/Downloads/routegen/src/RGRoute.h
file:///home/captainfur/Downloads/routegen/src/RGRouteUi.cpp
file:///home/captainfur/Downloads/routegen/src/RGRouteUi.h
file:///home/captainfur/Downloads/routegen/src/RGSettings.cpp
file:///home/captainfur/Downloads/routegen/src/RGSettings.h
file:///home/captainfur/Downloads/routegen/src/RGSettingsDialog.cpp
file:///home/captainfur/Downloads/routegen/src/RGSettingsDialog.h
file:///home/captainfur/Downloads/routegen/src/RGUndoRedo.cpp
file:///home/captainfur/Downloads/routegen/src/RGUndoRedo.h
file:///home/captainfur/Downloads/routegen/src/RGVehicle.cpp
file:///home/captainfur/Downloads/routegen/src/RGVehicle.h
file:///home/captainfur/Downloads/routegen/src/RGVehicleDialog.cpp
file:///home/captainfur/Downloads/routegen/src/RGVehicleDialog.h
file:///home/captainfur/Downloads/routegen/src/RGVehicleList.cpp
file:///home/captainfur/Downloads/routegen/src/RGVehicleList.h
file:///home/captainfur/Downloads/routegen/src/RGVehicleOriginPt.cpp
file:///home/captainfur/Downloads/routegen/src/RGVehicleOriginPt.h
file:///home/captainfur/Downloads/routegen/src/RGViewWidget.cpp
file:///home/captainfur/Downloads/routegen/src/RGViewWidget.h
file:///home/captainfur/Downloads/routegen/src/doc
file:///home/captainfur/Downloads/routegen/src/google-maps-template.html
file:///home/captainfur/Downloads/routegen/src/googlemap.ui
file:///home/captainfur/Downloads/routegen/src/icons
file:///home/captainfur/Downloads/routegen/src/main.cpp
file:///home/captainfur/Downloads/routegen/src/routegen.desktop
file:///home/captainfur/Downloads/routegen/src/routegen.pro
file:///home/captainfur/Downloads/routegen/src/routegen.qrc
file:///home/captainfur/Downloads/routegen/src/routegen.rc
file:///home/captainfur/Downloads/routegen/src/routegen.ui
file:///home/captainfur/Downloads/routegen/src/routeui.ui
file:///home/captainfur/Downloads/routegen/src/settings.ui
file:///home/captainfur/Downloads/routegen/src/vehicledialog.ui
file:///home/captainfur/Downloads/routegen/src/vehicles
file:///home/captainfur/Downloads/routegen/src/videosettings.ui
doc/ RGEncBmp2avi.cpp RGGraphicsObjectUndo.h RGSettings.cpp RGVehicle.h routegen.qrc
google-maps-template.html RGEncBmp2avi.h RGMainWindow.cpp RGSettingsDialog.cpp RGVehicleList.cpp routegen.rc
googlemap.ui RGEncFFmpeg.cpp RGMainWindow.h RGSettingsDialog.h RGVehicleList.h routegen.ui
icons/ RGEncFFmpeg.h RGPath.cpp RGSettings.h RGVehicleOriginPt.cpp routeui.ui
main.cpp RGEncVideo.cpp RGPath.h RGUndoRedo.cpp RGVehicleOriginPt.h settings.ui
RGEditPath.cpp RGEncVideo.h RGRoute.cpp RGUndoRedo.h RGViewWidget.cpp vehicledialog.ui
RGEditPath.h RGGoogleMap.cpp RGRoute.h RGVehicle.cpp RGViewWidget.h vehicles/
RGEditPathPoint.cpp RGGoogleMap.h RGRouteUi.cpp RGVehicleDialog.cpp routegen.desktop videosettings.ui
RGEditPathPoint.h RGGraphicsObjectUndo.cpp RGRouteUi.h RGVehicleDialog.h routegen.pro
[root@localhost routegen]# ls
LICENSE README.txt src/
######################################################################
# Automatically generated by qmake (2.01a) di 27. nov 22:05:49 2007
######################################################################
TEMPLATE = app
CONFIG += debug #release
TARGET = routegen
DEPENDPATH += .
INCLUDEPATH += .
MOC_DIR = ./build/moc
OBJECTS_DIR = ./build/obj
UI_DIR = ./build/ui
QT += webkit
# Input
HEADERS += RGMainWindow.h RGVehicleDialog.h RGSettings.h RGSettingsDialog.h RGGoogleMap.h \
RGVehicle.h \
RGVehicleList.h \
RGEncVideo.h \
RGEncFFmpeg.h \
RGEncBmp2avi.h \
RGRouteUi.h \
RGRoute.h \
RGPath.h \
RGViewWidget.h \
RGEditPathPoint.h \
RGEditPath.h \
RGVehicleOriginPt.h \
RGUndoRedo.h \
RGGraphicsObjectUndo.h
FORMS += routegen.ui settings.ui googlemap.ui \
vehicledialog.ui \
videosettings.ui \
routeui.ui
SOURCES += main.cpp RGMainWindow.cpp RGVehicleDialog.cpp RGSettings.cpp RGSettingsDialog.cpp RGGoogleMap.cpp \
RGVehicle.cpp \
RGVehicleList.cpp \
RGEncVideo.cpp \
RGEncFFmpeg.cpp \
RGEncBmp2avi.cpp \
RGRouteUi.cpp \
RGRoute.cpp \
RGPath.cpp \
RGViewWidget.cpp \
RGEditPathPoint.cpp \
RGEditPath.cpp \
RGVehicleOriginPt.cpp \
RGUndoRedo.cpp \
RGGraphicsObjectUndo.cpp
RESOURCES += routegen.qrc
win32 {
RC_FILE = routegen.rc
}
# deployment on Linux
unix:!macx{
isEmpty(PREFIX):PREFIX = /usr/local
DEFINES += APP_PATH=\\\"$$PREFIX/share/routegen\\\"
target.path = $$PREFIX/bin
icon.files = ./icons/mapgen.png
icon.path = $$PREFIX/share/pixmaps
dfile.files = routegen.desktop
dfile.path = $$PREFIX/share/applications
doc.files += ./doc/*
doc.path = $$PREFIX/share/routegen/doc/
data.files += ./google-maps-template.html
data.path = $$PREFIX/share/routegen
vehicles.files += ./vehicles/*
vehicles.path = $$PREFIX/share/routegen/vehicles
INSTALLS += target \
icon \
dfile \
doc \
data \
vehicles
}
qmake
make
#############################################################################
# Makefile for building: routegen
# Generated by qmake (2.01a) (Qt 4.8.6) on: Wed Jan 7 21:47:42 2015
# Project: routegen.pro
# Template: app
# Command: /usr/bin/qmake -o Makefile routegen.pro
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DAPP_PATH=\"/usr/local/share/routegen\" -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -pipe -g -Wall -W -D_REENTRANT $(DEFINES)
CXXFLAGS = -pipe -g -Wall -W -D_REENTRANT $(DEFINES)
INCPATH = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtWebKit -I/usr/include -I. -Ibuild/moc -Ibuild/ui
LINK = g++
LFLAGS =
LIBS = $(SUBLIBS) -L/usr/lib64 -lQtWebKit -lQtGui -L/usr/lib64 -L/usr/lib -lQtCore -lpthread
AR = ar cqs
RANLIB =
QMAKE = /usr/bin/qmake
TAR = tar -cf
COMPRESS = gzip -9f
COPY = cp -f
SED = sed
COPY_FILE = $(COPY)
COPY_DIR = $(COPY) -r
STRIP = strip
INSTALL_FILE = install -m 644 -p
INSTALL_DIR = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE = rm -f
SYMLINK = ln -f -s
DEL_DIR = rmdir
MOVE = mv -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
####### Output directory
OBJECTS_DIR = build/obj/
####### Files
SOURCES = main.cpp \
RGMainWindow.cpp \
RGVehicleDialog.cpp \
RGSettings.cpp \
RGSettingsDialog.cpp \
RGGoogleMap.cpp \
RGVehicle.cpp \
RGVehicleList.cpp \
RGEncVideo.cpp \
RGEncFFmpeg.cpp \
RGEncBmp2avi.cpp \
RGRouteUi.cpp \
RGRoute.cpp \
RGPath.cpp \
RGViewWidget.cpp \
RGEditPathPoint.cpp \
RGEditPath.cpp \
RGVehicleOriginPt.cpp \
RGUndoRedo.cpp \
RGGraphicsObjectUndo.cpp build/moc/moc_RGMainWindow.cpp \
build/moc/moc_RGVehicleDialog.cpp \
build/moc/moc_RGSettingsDialog.cpp \
build/moc/moc_RGGoogleMap.cpp \
build/moc/moc_RGEncVideo.cpp \
build/moc/moc_RGEncBmp2avi.cpp \
build/moc/moc_RGRouteUi.cpp \
build/moc/moc_RGRoute.cpp \
build/moc/moc_RGPath.cpp \
build/moc/moc_RGViewWidget.cpp \
build/moc/moc_RGEditPathPoint.cpp \
build/moc/moc_RGEditPath.cpp \
build/moc/moc_RGUndoRedo.cpp \
build/moc/moc_RGGraphicsObjectUndo.cpp \
qrc_routegen.cpp
OBJECTS = build/obj/main.o \
build/obj/RGMainWindow.o \
build/obj/RGVehicleDialog.o \
build/obj/RGSettings.o \
build/obj/RGSettingsDialog.o \
build/obj/RGGoogleMap.o \
build/obj/RGVehicle.o \
build/obj/RGVehicleList.o \
build/obj/RGEncVideo.o \
build/obj/RGEncFFmpeg.o \
build/obj/RGEncBmp2avi.o \
build/obj/RGRouteUi.o \
build/obj/RGRoute.o \
build/obj/RGPath.o \
build/obj/RGViewWidget.o \
build/obj/RGEditPathPoint.o \
build/obj/RGEditPath.o \
build/obj/RGVehicleOriginPt.o \
build/obj/RGUndoRedo.o \
build/obj/RGGraphicsObjectUndo.o \
build/obj/moc_RGMainWindow.o \
build/obj/moc_RGVehicleDialog.o \
build/obj/moc_RGSettingsDialog.o \
build/obj/moc_RGGoogleMap.o \
build/obj/moc_RGEncVideo.o \
build/obj/moc_RGEncBmp2avi.o \
build/obj/moc_RGRouteUi.o \
build/obj/moc_RGRoute.o \
build/obj/moc_RGPath.o \
build/obj/moc_RGViewWidget.o \
build/obj/moc_RGEditPathPoint.o \
build/obj/moc_RGEditPath.o \
build/obj/moc_RGUndoRedo.o \
build/obj/moc_RGGraphicsObjectUndo.o \
build/obj/qrc_routegen.o
DIST = /usr/lib64/qt4/mkspecs/common/unix.conf \
/usr/lib64/qt4/mkspecs/common/linux.conf \
/usr/lib64/qt4/mkspecs/common/gcc-base.conf \
/usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf \
/usr/lib64/qt4/mkspecs/common/g++-base.conf \
/usr/lib64/qt4/mkspecs/common/g++-unix.conf \
/usr/lib64/qt4/mkspecs/qconfig.pri \
/usr/lib64/qt4/mkspecs/features/qt_functions.prf \
/usr/lib64/qt4/mkspecs/features/qt_config.prf \
/usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \
/usr/lib64/qt4/mkspecs/features/default_pre.prf \
/usr/lib64/qt4/mkspecs/features/debug.prf \
/usr/lib64/qt4/mkspecs/features/default_post.prf \
/usr/lib64/qt4/mkspecs/features/shared.prf \
/usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
/usr/lib64/qt4/mkspecs/features/warn_on.prf \
/usr/lib64/qt4/mkspecs/features/qt.prf \
/usr/lib64/qt4/mkspecs/features/unix/thread.prf \
/usr/lib64/qt4/mkspecs/features/moc.prf \
/usr/lib64/qt4/mkspecs/features/resources.prf \
/usr/lib64/qt4/mkspecs/features/uic.prf \
/usr/lib64/qt4/mkspecs/features/yacc.prf \
/usr/lib64/qt4/mkspecs/features/lex.prf \
routegen.pro
QMAKE_TARGET = routegen
DESTDIR =
TARGET = routegen
first: all
####### Implicit rules
.SUFFIXES: .o .c .cpp .cc .cxx .C
.cpp.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cc.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cxx.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.C.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
####### Build rules
all: Makefile $(TARGET)
$(TARGET): build/ui/ui_routegen.h build/ui/ui_settings.h build/ui/ui_googlemap.h build/ui/ui_vehicledialog.h build/ui/ui_videosettings.h build/ui/ui_routeui.h $(OBJECTS)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
{ test -n "$(DESTDIR)" && DESTDIR="$(DESTDIR)" || DESTDIR=.; } && test $$(gdb --version | sed -e 's,[^0-9][^0-9]*\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $$DESTDIR" -ex quit '$(TARGET)' && test -f $(TARGET).gdb-index && objcopy --add-section '.gdb_index=$(TARGET).gdb-index' --set-section-flags '.gdb_index=readonly' '$(TARGET)' '$(TARGET)' && rm -f $(TARGET).gdb-index || true
Makefile: routegen.pro /usr/lib64/qt4/mkspecs/linux-g++/qmake.conf /usr/lib64/qt4/mkspecs/common/unix.conf \
/usr/lib64/qt4/mkspecs/common/linux.conf \
/usr/lib64/qt4/mkspecs/common/gcc-base.conf \
/usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf \
/usr/lib64/qt4/mkspecs/common/g++-base.conf \
/usr/lib64/qt4/mkspecs/common/g++-unix.conf \
/usr/lib64/qt4/mkspecs/qconfig.pri \
/usr/lib64/qt4/mkspecs/features/qt_functions.prf \
/usr/lib64/qt4/mkspecs/features/qt_config.prf \
/usr/lib64/qt4/mkspecs/features/exclusive_builds.prf \
/usr/lib64/qt4/mkspecs/features/default_pre.prf \
/usr/lib64/qt4/mkspecs/features/debug.prf \
/usr/lib64/qt4/mkspecs/features/default_post.prf \
/usr/lib64/qt4/mkspecs/features/shared.prf \
/usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
/usr/lib64/qt4/mkspecs/features/warn_on.prf \
/usr/lib64/qt4/mkspecs/features/qt.prf \
/usr/lib64/qt4/mkspecs/features/unix/thread.prf \
/usr/lib64/qt4/mkspecs/features/moc.prf \
/usr/lib64/qt4/mkspecs/features/resources.prf \
/usr/lib64/qt4/mkspecs/features/uic.prf \
/usr/lib64/qt4/mkspecs/features/yacc.prf \
/usr/lib64/qt4/mkspecs/features/lex.prf \
/usr/lib64/libQtGui.prl \
/usr/lib64/libQtCore.prl
$(QMAKE) -o Makefile routegen.pro
/usr/lib64/qt4/mkspecs/common/unix.conf:
/usr/lib64/qt4/mkspecs/common/linux.conf:
/usr/lib64/qt4/mkspecs/common/gcc-base.conf:
/usr/lib64/qt4/mkspecs/common/gcc-base-unix.conf:
/usr/lib64/qt4/mkspecs/common/g++-base.conf:
/usr/lib64/qt4/mkspecs/common/g++-unix.conf:
/usr/lib64/qt4/mkspecs/qconfig.pri:
/usr/lib64/qt4/mkspecs/features/qt_functions.prf:
/usr/lib64/qt4/mkspecs/features/qt_config.prf:
/usr/lib64/qt4/mkspecs/features/exclusive_builds.prf:
/usr/lib64/qt4/mkspecs/features/default_pre.prf:
/usr/lib64/qt4/mkspecs/features/debug.prf:
/usr/lib64/qt4/mkspecs/features/default_post.prf:
/usr/lib64/qt4/mkspecs/features/shared.prf:
/usr/lib64/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
/usr/lib64/qt4/mkspecs/features/warn_on.prf:
/usr/lib64/qt4/mkspecs/features/qt.prf:
/usr/lib64/qt4/mkspecs/features/unix/thread.prf:
/usr/lib64/qt4/mkspecs/features/moc.prf:
/usr/lib64/qt4/mkspecs/features/resources.prf:
/usr/lib64/qt4/mkspecs/features/uic.prf:
/usr/lib64/qt4/mkspecs/features/yacc.prf:
/usr/lib64/qt4/mkspecs/features/lex.prf:
/usr/lib64/libQtGui.prl:
/usr/lib64/libQtCore.prl:
qmake: FORCE
@$(QMAKE) -o Makefile routegen.pro
dist:
@$(CHK_DIR_EXISTS) build/obj/routegen1.0.0 || $(MKDIR) build/obj/routegen1.0.0
$(COPY_FILE) --parents $(SOURCES) $(DIST) build/obj/routegen1.0.0/ && $(COPY_FILE) --parents RGMainWindow.h RGVehicleDialog.h RGSettings.h RGSettingsDialog.h RGGoogleMap.h RGVehicle.h RGVehicleList.h RGEncVideo.h RGEncFFmpeg.h RGEncBmp2avi.h RGRouteUi.h RGRoute.h RGPath.h RGViewWidget.h RGEditPathPoint.h RGEditPath.h RGVehicleOriginPt.h RGUndoRedo.h RGGraphicsObjectUndo.h build/obj/routegen1.0.0/ && $(COPY_FILE) --parents routegen.qrc build/obj/routegen1.0.0/ && $(COPY_FILE) --parents main.cpp RGMainWindow.cpp RGVehicleDialog.cpp RGSettings.cpp RGSettingsDialog.cpp RGGoogleMap.cpp RGVehicle.cpp RGVehicleList.cpp RGEncVideo.cpp RGEncFFmpeg.cpp RGEncBmp2avi.cpp RGRouteUi.cpp RGRoute.cpp RGPath.cpp RGViewWidget.cpp RGEditPathPoint.cpp RGEditPath.cpp RGVehicleOriginPt.cpp RGUndoRedo.cpp RGGraphicsObjectUndo.cpp build/obj/routegen1.0.0/ && $(COPY_FILE) --parents routegen.ui settings.ui googlemap.ui vehicledialog.ui videosettings.ui routeui.ui build/obj/routegen1.0.0/ && (cd `dirname build/obj/routegen1.0.0` && $(
TAR) routegen1.0.0.tar routegen1.0.0 && $(COMPRESS) routegen1.0.0.tar) && $(MOVE) `dirname build/obj/routegen1.0.0`/routegen1.0.0.tar.gz . && $(DEL_FILE) -r build/obj/routegen1.0.0
clean:compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
####### Sub-libraries
distclean: clean
-$(DEL_FILE) $(TARGET)
-$(DEL_FILE) Makefile
check: first
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
compiler_moc_header_make_all: build/moc/moc_RGMainWindow.cpp build/moc/moc_RGVehicleDialog.cpp build/moc/moc_RGSettingsDialog.cpp build/moc/moc_RGGoogleMap.cpp build/moc/moc_RGEncVideo.cpp build/moc/moc_RGEncBmp2avi.cpp build/moc/moc_RGRouteUi.cpp build/moc/moc_RGRoute.cpp build/moc/moc_RGPath.cpp build/moc/moc_RGViewWidget.cpp build/moc/moc_RGEditPathPoint.cpp build/moc/moc_RGEditPath.cpp build/moc/moc_RGUndoRedo.cpp build/moc/moc_RGGraphicsObjectUndo.cpp
compiler_moc_header_clean:
-$(DEL_FILE) build/moc/moc_RGMainWindow.cpp build/moc/moc_RGVehicleDialog.cpp build/moc/moc_RGSettingsDialog.cpp build/moc/moc_RGGoogleMap.cpp build/moc/moc_RGEncVideo.cpp build/moc/moc_RGEncBmp2avi.cpp build/moc/moc_RGRouteUi.cpp build/moc/moc_RGRoute.cpp build/moc/moc_RGPath.cpp build/moc/moc_RGViewWidget.cpp build/moc/moc_RGEditPathPoint.cpp build/moc/moc_RGEditPath.cpp build/moc/moc_RGUndoRedo.cpp build/moc/moc_RGGraphicsObjectUndo.cpp
build/moc/moc_RGMainWindow.cpp: RGMainWindow.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGMainWindow.h -o build/moc/moc_RGMainWindow.cpp
build/moc/moc_RGVehicleDialog.cpp: build/ui/ui_vehicledialog.h \
RGVehicle.h \
RGVehicleList.h \
RGVehicleOriginPt.h \
RGVehicleDialog.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGVehicleDialog.h -o build/moc/moc_RGVehicleDialog.cpp
build/moc/moc_RGSettingsDialog.cpp: build/ui/ui_settings.h \
RGSettingsDialog.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGSettingsDialog.h -o build/moc/moc_RGSettingsDialog.cpp
build/moc/moc_RGGoogleMap.cpp: build/ui/ui_googlemap.h \
RGGoogleMap.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGGoogleMap.h -o build/moc/moc_RGGoogleMap.cpp
build/moc/moc_RGEncVideo.cpp: build/ui/ui_videosettings.h \
RGEncVideo.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGEncVideo.h -o build/moc/moc_RGEncVideo.cpp
build/moc/moc_RGEncBmp2avi.cpp: RGEncVideo.h \
build/ui/ui_videosettings.h \
RGEncBmp2avi.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGEncBmp2avi.h -o build/moc/moc_RGEncBmp2avi.cpp
build/moc/moc_RGRouteUi.cpp: RGRouteUi.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGRouteUi.h -o build/moc/moc_RGRouteUi.cpp
build/moc/moc_RGRoute.cpp: RGGraphicsObjectUndo.h \
RGVehicleList.h \
RGVehicle.h \
RGPath.h \
RGEditPath.h \
RGEditPathPoint.h \
RGRoute.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGRoute.h -o build/moc/moc_RGRoute.cpp
build/moc/moc_RGPath.cpp: RGPath.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGPath.h -o build/moc/moc_RGPath.cpp
build/moc/moc_RGViewWidget.cpp: RGRoute.h \
RGGraphicsObjectUndo.h \
RGVehicleList.h \
RGVehicle.h \
RGPath.h \
RGEditPath.h \
RGEditPathPoint.h \
RGViewWidget.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGViewWidget.h -o build/moc/moc_RGViewWidget.cpp
build/moc/moc_RGEditPathPoint.cpp: RGEditPathPoint.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGEditPathPoint.h -o build/moc/moc_RGEditPathPoint.cpp
build/moc/moc_RGEditPath.cpp: RGEditPathPoint.h \
RGEditPath.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGEditPath.h -o build/moc/moc_RGEditPath.cpp
build/moc/moc_RGUndoRedo.cpp: RGGraphicsObjectUndo.h \
RGUndoRedo.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGUndoRedo.h -o build/moc/moc_RGUndoRedo.cpp
build/moc/moc_RGGraphicsObjectUndo.cpp: RGGraphicsObjectUndo.h
/usr/lib64/qt4/bin/moc $(DEFINES) $(INCPATH) RGGraphicsObjectUndo.h -o build/moc/moc_RGGraphicsObjectUndo.cpp
compiler_rcc_make_all: qrc_routegen.cpp
compiler_rcc_clean:
-$(DEL_FILE) qrc_routegen.cpp
qrc_routegen.cpp: routegen.qrc \
icons/new-route.png \
icons/mapgen.png \
icons/desktop-32.png \
icons/exit.png \
icons/filesave.png \
icons/google-maps-logo.png \
icons/fileopen.png \
icons/generate.png \
icons/redo.png \
icons/undo.png \
icons/reset.png \
icons/player_stop.png \
icons/player_play.png \
icons/draw-path.png \
icons/settings.png
/usr/lib64/qt4/bin/rcc -name routegen routegen.qrc -o qrc_routegen.cpp
compiler_image_collection_make_all: build/ui/qmake_image_collection.cpp
compiler_image_collection_clean:
-$(DEL_FILE) build/ui/qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: build/ui/ui_routegen.h build/ui/ui_settings.h build/ui/ui_googlemap.h build/ui/ui_vehicledialog.h build/ui/ui_videosettings.h build/ui/ui_routeui.h
compiler_uic_clean:
-$(DEL_FILE) build/ui/ui_routegen.h build/ui/ui_settings.h build/ui/ui_googlemap.h build/ui/ui_vehicledialog.h build/ui/ui_videosettings.h build/ui/ui_routeui.h
build/ui/ui_routegen.h: routegen.ui
/usr/lib64/qt4/bin/uic routegen.ui -o build/ui/ui_routegen.h
build/ui/ui_settings.h: settings.ui
/usr/lib64/qt4/bin/uic settings.ui -o build/ui/ui_settings.h
build/ui/ui_googlemap.h: googlemap.ui
/usr/lib64/qt4/bin/uic googlemap.ui -o build/ui/ui_googlemap.h
build/ui/ui_vehicledialog.h: vehicledialog.ui
/usr/lib64/qt4/bin/uic vehicledialog.ui -o build/ui/ui_vehicledialog.h
build/ui/ui_videosettings.h: videosettings.ui
/usr/lib64/qt4/bin/uic videosettings.ui -o build/ui/ui_videosettings.h
build/ui/ui_routeui.h: routeui.ui
/usr/lib64/qt4/bin/uic routeui.ui -o build/ui/ui_routeui.h
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean
####### Compile
build/obj/main.o: main.cpp RGMainWindow.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/main.o main.cpp
build/obj/RGMainWindow.o: RGMainWindow.cpp RGMainWindow.h \
RGSettings.h \
RGSettingsDialog.h \
build/ui/ui_settings.h \
RGGoogleMap.h \
build/ui/ui_googlemap.h \
RGVehicleList.h \
RGVehicle.h \
RGEncVideo.h \
build/ui/ui_videosettings.h \
RGEncFFmpeg.h \
RGEncBmp2avi.h \
RGRoute.h \
RGGraphicsObjectUndo.h \
RGPath.h \
RGEditPath.h \
RGEditPathPoint.h \
RGRouteUi.h \
RGViewWidget.h \
RGUndoRedo.h \
build/ui/ui_routegen.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGMainWindow.o RGMainWindow.cpp
build/obj/RGVehicleDialog.o: RGVehicleDialog.cpp RGVehicleDialog.h \
build/ui/ui_vehicledialog.h \
RGVehicle.h \
RGVehicleList.h \
RGVehicleOriginPt.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGVehicleDialog.o RGVehicleDialog.cpp
build/obj/RGSettings.o: RGSettings.cpp RGSettings.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGSettings.o RGSettings.cpp
build/obj/RGSettingsDialog.o: RGSettingsDialog.cpp RGSettingsDialog.h \
build/ui/ui_settings.h \
RGSettings.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGSettingsDialog.o RGSettingsDialog.cpp
build/obj/RGGoogleMap.o: RGGoogleMap.cpp RGGoogleMap.h \
build/ui/ui_googlemap.h \
RGSettings.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGGoogleMap.o RGGoogleMap.cpp
build/obj/RGVehicle.o: RGVehicle.cpp RGVehicle.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGVehicle.o RGVehicle.cpp
build/obj/RGVehicleList.o: RGVehicleList.cpp RGSettings.h \
RGVehicleList.h \
RGVehicle.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGVehicleList.o RGVehicleList.cpp
build/obj/RGEncVideo.o: RGEncVideo.cpp RGEncVideo.h \
build/ui/ui_videosettings.h \
RGSettings.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGEncVideo.o RGEncVideo.cpp
build/obj/RGEncFFmpeg.o: RGEncFFmpeg.cpp RGEncFFmpeg.h \
RGEncVideo.h \
build/ui/ui_videosettings.h \
RGSettings.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGEncFFmpeg.o RGEncFFmpeg.cpp
build/obj/RGEncBmp2avi.o: RGEncBmp2avi.cpp RGEncBmp2avi.h \
RGEncVideo.h \
build/ui/ui_videosettings.h \
RGSettings.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGEncBmp2avi.o RGEncBmp2avi.cpp
build/obj/RGRouteUi.o: RGRouteUi.cpp RGRouteUi.h \
build/ui/ui_routeui.h \
RGVehicleDialog.h \
build/ui/ui_vehicledialog.h \
RGVehicle.h \
RGVehicleList.h \
RGVehicleOriginPt.h \
RGSettings.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGRouteUi.o RGRouteUi.cpp
build/obj/RGRoute.o: RGRoute.cpp RGRoute.h \
RGGraphicsObjectUndo.h \
RGVehicleList.h \
RGVehicle.h \
RGPath.h \
RGEditPath.h \
RGEditPathPoint.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGRoute.o RGRoute.cpp
build/obj/RGPath.o: RGPath.cpp RGPath.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGPath.o RGPath.cpp
build/obj/RGViewWidget.o: RGViewWidget.cpp RGViewWidget.h \
RGRoute.h \
RGGraphicsObjectUndo.h \
RGVehicleList.h \
RGVehicle.h \
RGPath.h \
RGEditPath.h \
RGEditPathPoint.h \
RGSettings.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGViewWidget.o RGViewWidget.cpp
build/obj/RGEditPathPoint.o: RGEditPathPoint.cpp RGEditPathPoint.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGEditPathPoint.o RGEditPathPoint.cpp
build/obj/RGEditPath.o: RGEditPath.cpp RGEditPath.h \
RGEditPathPoint.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGEditPath.o RGEditPath.cpp
build/obj/RGVehicleOriginPt.o: RGVehicleOriginPt.cpp RGVehicleOriginPt.h \
RGVehicle.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGVehicleOriginPt.o RGVehicleOriginPt.cpp
build/obj/RGUndoRedo.o: RGUndoRedo.cpp RGUndoRedo.h \
RGGraphicsObjectUndo.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGUndoRedo.o RGUndoRedo.cpp
build/obj/RGGraphicsObjectUndo.o: RGGraphicsObjectUndo.cpp RGGraphicsObjectUndo.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGGraphicsObjectUndo.o RGGraphicsObjectUndo.cpp
build/obj/moc_RGMainWindow.o: build/moc/moc_RGMainWindow.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGMainWindow.o build/moc/moc_RGMainWindow.cpp
build/obj/moc_RGVehicleDialog.o: build/moc/moc_RGVehicleDialog.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGVehicleDialog.o build/moc/moc_RGVehicleDialog.cpp
build/obj/moc_RGSettingsDialog.o: build/moc/moc_RGSettingsDialog.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGSettingsDialog.o build/moc/moc_RGSettingsDialog.cpp
build/obj/moc_RGGoogleMap.o: build/moc/moc_RGGoogleMap.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGGoogleMap.o build/moc/moc_RGGoogleMap.cpp
build/obj/moc_RGEncVideo.o: build/moc/moc_RGEncVideo.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGEncVideo.o build/moc/moc_RGEncVideo.cpp
build/obj/moc_RGEncBmp2avi.o: build/moc/moc_RGEncBmp2avi.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGEncBmp2avi.o build/moc/moc_RGEncBmp2avi.cpp
build/obj/moc_RGRouteUi.o: build/moc/moc_RGRouteUi.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGRouteUi.o build/moc/moc_RGRouteUi.cpp
build/obj/moc_RGRoute.o: build/moc/moc_RGRoute.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGRoute.o build/moc/moc_RGRoute.cpp
build/obj/moc_RGPath.o: build/moc/moc_RGPath.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGPath.o build/moc/moc_RGPath.cpp
build/obj/moc_RGViewWidget.o: build/moc/moc_RGViewWidget.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGViewWidget.o build/moc/moc_RGViewWidget.cpp
build/obj/moc_RGEditPathPoint.o: build/moc/moc_RGEditPathPoint.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGEditPathPoint.o build/moc/moc_RGEditPathPoint.cpp
build/obj/moc_RGEditPath.o: build/moc/moc_RGEditPath.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGEditPath.o build/moc/moc_RGEditPath.cpp
build/obj/moc_RGUndoRedo.o: build/moc/moc_RGUndoRedo.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGUndoRedo.o build/moc/moc_RGUndoRedo.cpp
build/obj/moc_RGGraphicsObjectUndo.o: build/moc/moc_RGGraphicsObjectUndo.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/moc_RGGraphicsObjectUndo.o build/moc/moc_RGGraphicsObjectUndo.cpp
build/obj/qrc_routegen.o: qrc_routegen.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/qrc_routegen.o qrc_routegen.cpp
####### Install
install_target: first FORCE
@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/bin/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/bin/
-$(INSTALL_PROGRAM) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"
uninstall_target: FORCE
-$(DEL_FILE) "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"
-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/bin/
install_icon: first FORCE
@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/pixmaps/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/pixmaps/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/icons/mapgen.png $(INSTALL_ROOT)/usr/local/share/pixmaps/
uninstall_icon: FORCE
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/pixmaps/mapgen.png
-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/pixmaps/
install_dfile: first FORCE
@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/applications/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/applications/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/routegen.desktop $(INSTALL_ROOT)/usr/local/share/applications/
uninstall_dfile: FORCE
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/applications/routegen.desktop
-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/applications/
install_doc: first FORCE
@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/routegen/doc/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/bike.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/bike_corrected.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/drawmode.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/generate.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/google-link-copy.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/google-link-paste.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/google-link.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/google-maps-logo.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/player_play.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/player_stop.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/toolbar.png $(INSTALL_ROOT)/usr/local/share/routegen/doc/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/doc/tutorial.html $(INSTALL_ROOT)/usr/local/share/routegen/doc/
uninstall_doc: FORCE
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/bike.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/bike_corrected.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/drawmode.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/generate.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/google-link-copy.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/google-link-paste.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/google-link.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/google-maps-logo.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/player_play.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/player_stop.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/toolbar.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/doc/tutorial.html
-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/routegen/doc/
install_data: first FORCE
@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/routegen/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/routegen/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/google-maps-template.html $(INSTALL_ROOT)/usr/local/share/routegen/
uninstall_data: FORCE
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/google-maps-template.html
-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/routegen/
install_vehicles: first FORCE
@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/airplane.png $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/bicycle.png $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/bike.gif $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/boat.png $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/car.png $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
-$(INSTALL_FILE) /home/captainfur/Downloads/routegen/src/vehicles/train.png $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
uninstall_vehicles: FORCE
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/airplane.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/bicycle.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/bike.gif
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/boat.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/car.png
-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/train.png
-$(DEL_DIR) $(INSTALL_ROOT)/usr/local/share/routegen/vehicles/
install: install_target install_icon install_dfile install_doc install_data install_vehicles FORCE
uninstall: uninstall_target uninstall_icon uninstall_dfile uninstall_doc uninstall_data uninstall_vehicles FORCE
FORCE:
captainfur1 wrote:OK fix error in line 228 but now a different error in line 399 - I will persist.
[root@localhost src]# make
g++ -c -pipe -g -Wall -W -D_REENTRANT -DAPP_PATH=\"/usr/local/share/routegen\" -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtWebKit -I/usr/include -I. -Ibuild/moc -Ibuild/ui -o build/obj/RGMainWindow.o RGMainWindow.cpp
In file included from RGGoogleMap.h:20:0,
from RGMainWindow.cpp:27:
build/ui/ui_googlemap.h:29:29: fatal error: QtWebKit/QWebView: No such file or directory
#include <QtWebKit/QWebView>
^
compilation terminated.
Makefile:399: recipe for target 'build/obj/RGMainWindow.o' failed
make: *** [build/obj/RGMainWindow.o] Error 1
[root@localhost src]#
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGMainWindow.o RGMainWindow.cpp
captainfur1 wrote:
- Code: Select all
[root@localhost src]# make
g++ -c -pipe -g -Wall -W -D_REENTRANT -DAPP_PATH=\"/usr/local/share/routegen\" -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtWebKit -I/usr/include -I. -Ibuild/moc -Ibuild/ui -o build/obj/RGMainWindow.o RGMainWindow.cpp
In file included from RGGoogleMap.h:20:0,
from RGMainWindow.cpp:27:
build/ui/ui_googlemap.h:29:29: fatal error: QtWebKit/QWebView: No such file or directory
#include <QtWebKit/QWebView>
^
compilation terminated.
Makefile:399: recipe for target 'build/obj/RGMainWindow.o' failed
make: *** [build/obj/RGMainWindow.o] Error 1
[root@localhost src]#
Line 399 from Makefile:
- Code: Select all
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o build/obj/RGMainWindow.o RGMainWindow.cpp
Problem with line 228 was a long line of instructions was being split at the wrong spot.
urpmf missing_file
Users browsing this forum: No registered users and 1 guest