Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
8b05e923
Commit
8b05e923
authored
14 years ago
by
Séverin Lemaignan
Browse files
Options
Downloads
Patches
Plain Diff
[wip/sysdep] Added freeglut.mk + freeglut dependency for coldman-libs
parent
4790ad6c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
coldman-libs/Makefile
+1
-0
1 addition, 0 deletions
coldman-libs/Makefile
sysdep/freeglut.mk
+47
-0
47 additions, 0 deletions
sysdep/freeglut.mk
with
48 additions
and
0 deletions
coldman-libs/Makefile
+
1
−
0
View file @
8b05e923
...
...
@@ -16,5 +16,6 @@ USE_LANGUAGES+= c c++
GNU_CONFIGURE
=
yes
include
../../wip/sysdep/freeglut.mk
include
../../wip/pqp-libs/depend.mk
include
../../mk/robotpkg.mk
This diff is collapsed.
Click to expand it.
sysdep/freeglut.mk
0 → 100644
+
47
−
0
View file @
8b05e923
#
# Copyright (c) 2009 LAAS/CNRS
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notice and this list of conditions.
# 2. Redistributions in binary form must reproduce the above copyright
# notice and this list of conditions in the documentation and/or
# other materials provided with the distribution.
#
# Severin Lemaignan on Wed 1 Sep 2010
#
#freeglut is a completely open source alternative to the OpenGL
# Utility Toolkit (GLUT) library with an OSI approved free software
# license. GLUT was originally written by Mark Kilgard to support the
# sample programs in the second edition OpenGL 'RedBook'. Since then,
# GLUT has been used in a wide variety of practical applications
# because it is simple, universally available and highly portable.
DEPEND_DEPTH
:=
${
DEPEND_DEPTH
}
+
FREEGLUT_DEPEND_MK
:=
${
FREEGLUT_DEPEND_MK
}
+
ifeq
(+,$(DEPEND_DEPTH))
DEPEND_PKG
+=
freeglut
endif
ifeq
(+,$(FREEGLUT_DEPEND_MK))
# ---------------------------------------------
PREFER.freeglut
?=
system
DEPEND_USE
+=
freeglut
DEPEND_ABI.freeglut
?=
freeglut>
=
2.4.0
SYSTEM_SEARCH.freeglut
=
\
include/GL/glut.h
\
lib/libGLU.so
SYSTEM_PKG.Linux-fedora.freeglut
=
freeglut-devel
SYSTEM_PKG.Linux-ubuntu.freeglut
=
freeglut3-dev
endif
# FREEGLUT_DEPEND_MK ---------------------------------------------------
DEPEND_DEPTH
:=
${
DEPEND_DEPTH:+
=
}
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