Home
last modified time | relevance | path

Searched refs:GLUI_LIB (Results 1 – 4 of 4) sorted by relevance

/dports/devel/glui/glui-2.36/src/
H A Dmakefile40 GLUI_LIB = lib/libglui.a
50 all: setup $(GLUI_LIB) $(GLUI_DYNLIB) examples tools
63 bin/%: example/%.cpp $(GLUI_LIB)
64 $(CXX) $(CPPFLAGS) -o $@ $< $(GLUI_LIB) $(LIBGLUT) $(LIBGL) $(LIBS)
66 $(GLUI_LIB): $(GLUI_OBJS)
67 ar -r $(GLUI_LIB) $(GLUI_OBJS)
82 rm -f *.o $(GLUI_LIB) $(GLUI_EXAMPLES) $(GLUI_TOOLS)
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/
H A Dmakefile46 GLUI_LIB = lib/libglui.a macro
54 all: setup $(GLUI_LIB) examples tools
67 bin/%: example/%.cpp $(GLUI_LIB)
70 $(GLUI_LIB): $(GLUI_OBJS)
71 ar -r $(GLUI_LIB) $(GLUI_OBJS)
83 rm -f *.o $(GLUI_LIB) $(GLUI_EXAMPLES) $(GLUI_TOOLS)
/dports/astro/openuniverse/openuniverse-1.0beta3/
H A Dconfigure.in20 AC_ARG_WITH(glui-libs,[ --with-glui-libs=DIR Specify GLUI library location],GLUI_LIB="$withval")
48 LIBS="$LIBS $OULIBS $GLUI_LIB"
H A Dconfigure1561 GLUI_LIB="$withval"
1604 LIBS="$LIBS $OULIBS $GLUI_LIB"