Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrl-walkgen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Guilhem Saurel
jrl-walkgen
Commits
33b51d4f
Commit
33b51d4f
authored
14 years ago
by
Thomas Moulard
Committed by
olivier-stasse
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Get rid of obsolete files.
parent
56a3c46f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake_uninstall.cmake.in
+0
-29
0 additions, 29 deletions
cmake_uninstall.cmake.in
jrl-walkgen.pc.cmake
+0
-13
0 additions, 13 deletions
jrl-walkgen.pc.cmake
with
0 additions
and
42 deletions
cmake_uninstall.cmake.in
deleted
100644 → 0
+
0
−
29
View file @
56a3c46f
# Template for uninstalling the files
# provided by this package.
#
# This file is coming straight from
# http://www.cmake.org/Wiki/CMake_FAQ
# O. Stasse, JRL, CNRS, 2010
#
IF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
MESSAGE(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"")
ENDIF(NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")
FILE(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files)
STRING(REGEX REPLACE "\n" ";" files "${files}")
FOREACH(file ${files})
MESSAGE(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"")
IF(EXISTS "$ENV{DESTDIR}${file}")
EXEC_PROGRAM(
"@CMAKE_COMMAND@" ARGS "-E remove \"$ENV{DESTDIR}${file}\""
OUTPUT_VARIABLE rm_out
RETURN_VALUE rm_retval
)
IF(NOT "${rm_retval}" STREQUAL 0)
MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"")
ENDIF(NOT "${rm_retval}" STREQUAL 0)
ELSE(EXISTS "$ENV{DESTDIR}${file}")
MESSAGE(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.")
ENDIF(EXISTS "$ENV{DESTDIR}${file}")
ENDFOREACH(file)
This diff is collapsed.
Click to expand it.
jrl-walkgen.pc.cmake
deleted
100644 → 0
+
0
−
13
View file @
56a3c46f
prefix=
${
CMAKE_INSTALL_PREFIX
}
exec_prefix=
${
install_pkg_prefix
}
/bin
libdir=
${
install_pkg_prefix
}
/lib
includedir=
${
install_pkg_prefix
}
/include
datarootdir=
${
install_pkg_prefix
}
/share
docdir=
${
install_pkg_datarootdir
}
/doc/
${
PROJECT_NAME
}
Name:
${
PROJECT_NAME
}
Description:
${
PROJECT_DESCRIPTION
}
Version:
${
PROJECT_VERSION
}
Requires:
${
PROJECT_REQUIREMENTS
}
Libs:
${
LIBDIR_KW
}${
install_pkg_libdir
}
${${
PROJECT_NAME
}
_LDFLAGS
}
Cflags: -I
${
install_pkg_include_dir
}
${${
PROJECT_NAME
}
_CXXFLAGS
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment