head	1.2;
access;
symbols
	experimental-1:1.1.0.4
	autoconf:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	99.07.03.00.32.21;	author brianp;	state dead;
branches;
next	1.1;

1.1
date	99.02.25.02.06.29;	author brianp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@this Makefile now obsolete
@
text
@# $Id: Makefile,v 1.1 1999/02/25 02:06:29 brianp Exp $

# Mesa 3-D graphics library
# Version:  3.1
# Copyright (C) 1995-1999  Brian Paul
#
# This file is in the public domain


# Makefile for assorted SGI OpenGL demos


# $Log: Makefile,v $
# Revision 1.1  1999/02/25 02:06:29  brianp
# initial check-in
#



##### MACROS #####

INCDIR = ../include
LIBDIR = ../lib

GL_LIBS = -L$(LIBDIR) -lglut -lMesaGLU -lMesaGL -lm $(XLIBS)

LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)

PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
	font line logo nurb oglinfo olympic overlay point prim quad select \
	shape sphere star stencil stretch texture tri wave



##### RULES #####

.SUFFIXES:
.SUFFIXES: .c

.c: $(LIB_DEP)
	$(CC) -I$(INCDIR) $(CFLAGS) $< $(GL_LIBS) -o $@@



##### TARGETS #####

default:
	@@echo "Specify a target configuration"

clean:
	-rm *.o *~

realclean:
	-rm $(PROGS)
	-rm *.o *~

targets: $(PROGS)

# execute all programs
exec: $(PROGS)
	@@for prog in $(PROGS) ;			\
	do					\
		echo -n "Running $$prog ..." ;	\
		./$$prog;			\
		echo ;				\
	done


include ../Make-config
@


1.1
log
@initial check-in
@
text
@d1 1
a1 1
# $Id$
d13 4
a16 1
# $Log$
@

