Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
072f4135
Commit
072f4135
authored
Jul 19, 2004
by
Russ Fish
Browse files
Add a hypviewer/Makefile.freewxpy for -DPyHack, instead of using Makefile.freeglut
parent
27dc3df4
Changes
3
Hide whitespace changes
Inline
Side-by-side
hyperviewer/hypviewer/Makefile.freeglut
View file @
072f4135
...
...
@@ -5,7 +5,7 @@
CPU
=
free
WINSYS
=
glut
ARCH
=
$(CPU)$(WINSYS)
CFLAGS
=
-DPyHack
-DFONTHACK
-DHYPGLUT
-DHYPFREE
-DGL_GLEXT_LEGACY
-g
-DNAMESPACEHACK
=
''
CFLAGS
=
-DFONTHACK
-DHYPGLUT
-DHYPFREE
-DGL_GLEXT_LEGACY
-g
-DNAMESPACEHACK
=
''
LDLIBS
=
-L
../../src/
$(ARCH)
-L
/usr/X11R6/lib
-l
$(LIBRARY)$(ARCH)
-lglut
-lGLU
-lGL
-lXmu
-lXext
-lX11
-lm
INCDIRS
=
-I
../include
-I
../../include
-I
/usr/X11R6/include
...
...
hyperviewer/hypviewer/Makefile.freewxpy
0 → 100644
View file @
072f4135
# FreeBSD
# Glut windows
# totally untested, just a guide...
CPU
=
free
WINSYS
=
wxpy
ARCH
=
$(CPU)$(WINSYS)
CFLAGS
=
-DPyHack
-DFONTHACK
-DHYPGLUT
-DHYPFREE
-DGL_GLEXT_LEGACY
-g
-DNAMESPACEHACK
=
''
LDLIBS
=
-L
../../src/
$(ARCH)
-L
/usr/X11R6/lib
-l
$(LIBRARY)$(ARCH)
-lglut
-lGLU
-lGL
-lXmu
-lXext
-lX11
-lm
INCDIRS
=
-I
../include
-I
../../include
-I
/usr/X11R6/include
SUBDIRS
=
src examples/glut
CC
=
/usr/bin/g++
LD
=
/usr/bin/cc
AR
=
/usr/bin/ar rv
MKDIR
=
/bin/mkdir
RM
=
/bin/rm
-rf
MAKE
=
/usr/local/bin/gmake
INSTALL
=
/usr/bin/install
INSTLIBDIR
=
/usr/local/lib
INSTBINDIR
=
/usr/local/bin
OBJSUFFIX
=
.o
LIBSUFFIX
=
.a
LIBPREFIX
=
lib
_library
:
$(AR)
$(LIBNAME)
$(OBJS)
hyperviewer/hypviewer/Makefile.main
View file @
072f4135
...
...
@@ -8,8 +8,9 @@
########################################
#ROOTDIR = /udir/tmm/build.linux/hypviewer
ROOTDIR
=
/home/fish/h3/hypviewer
#ROOTDIR = /home/fish/h3/hypviewer
ROOTDIR
=
/home/fish/flux/testbed/hyperviewer/hypviewer
##ROOTDIR = $(HVROOT)
########################################
# uncomment the right line for your platform
...
...
@@ -19,7 +20,8 @@ ROOTDIR = /home/fish/h3/hypviewer
#include $(ROOTDIR)/Makefile.irixglut
#include $(ROOTDIR)/Makefile.irixvk
#include $(ROOTDIR)/Makefile.freext
include
$(ROOTDIR)/Makefile.freeglut
#include $(ROOTDIR)/Makefile.freeglut
include
$(ROOTDIR)/Makefile.freewxpy
#include $(ROOTDIR)/Makefile.linuxglut
#include $(ROOTDIR)/Makefile.linuxxt
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment