From ea446b56abab8752969241de995ba87eb111bc58 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Sat, 14 Aug 2004 10:03:11 +0000 Subject: Obsolete BeOS-specific makefile. Removed the oglinfo target from samples from BeOS build, as it depends on X. --- progs/samples/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'progs/samples/Makefile') diff --git a/progs/samples/Makefile b/progs/samples/Makefile index d7fcf8709d..463fd5a0c5 100644 --- a/progs/samples/Makefile +++ b/progs/samples/Makefile @@ -8,9 +8,14 @@ INCDIR = $(TOP)/include LIB_DEP = $(LIB_DIR)/$(GL_LIB_NAME) $(LIB_DIR)/$(GLU_LIB_NAME) $(LIB_DIR)/$(GLUT_LIB_NAME) PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \ - font line logo nurb oglinfo olympic overlay point prim quad select \ + font line logo nurb olympic overlay point prim quad select \ shape sphere star stencil stretch texture tri wave +ifeq ($(CONFIG_NAME), beos) + LIB_DEP = $(APP_LIB_DEPS) +else + PROGS += oglinfo +endif ##### RULES ##### -- cgit v1.2.3