head	1.2;
access;
symbols
	netbsd-5-2-3-RELEASE:1.1.1.1.8.1
	netbsd-5-1-5-RELEASE:1.1.1.1.8.1
	riastradh-xf86-video-intel-2-7-1-pre-2-21-15:1.2
	riastradh-drm2-base:1.2
	netbsd-5-2-2-RELEASE:1.1.1.1.8.1
	netbsd-5-1-4-RELEASE:1.1.1.1.8.1
	netbsd-5-2-1-RELEASE:1.1.1.1.8.1
	netbsd-5-1-3-RELEASE:1.1.1.1.8.1
	netbsd-5-2:1.1.1.1.8.1.0.4
	netbsd-5-2-RELEASE:1.1.1.1.8.1
	netbsd-5-2-RC1:1.1.1.1.8.1
	netbsd-5-1-2-RELEASE:1.1.1.1.8.1
	netbsd-5-1-1-RELEASE:1.1.1.1.8.1
	netbsd-5-1:1.1.1.1.8.1.0.2
	netbsd-5-1-RELEASE:1.1.1.1.8.1
	netbsd-5-1-RC4:1.1.1.1.8.1
	netbsd-5-1-RC3:1.1.1.1.8.1
	netbsd-5-1-RC2:1.1.1.1.8.1
	netbsd-5-1-RC1:1.1.1.1.8.1
	netbsd-5-0-2-RELEASE:1.1.1.1
	netbsd-5-0-1-RELEASE:1.1.1.1
	netbsd-5-0:1.1.1.1.0.10
	netbsd-5-0-RELEASE:1.1.1.1
	netbsd-5-0-RC4:1.1.1.1
	netbsd-5-0-RC3:1.1.1.1
	netbsd-5-0-RC2:1.1.1.1
	netbsd-5-0-RC1:1.1.1.1
	netbsd-5:1.1.1.1.0.8
	netbsd-5-base:1.1.1.1
	netbsd-4-0-1-RELEASE:1.1.1.1
	netbsd-4-0:1.1.1.1.0.6
	netbsd-4-0-RELEASE:1.1.1.1
	netbsd-4-0-RC5:1.1.1.1
	netbsd-4-0-RC4:1.1.1.1
	netbsd-4-0-RC3:1.1.1.1
	netbsd-4-0-RC2:1.1.1.1
	netbsd-4-0-RC1:1.1.1.1
	abandoned-netbsd-4-base:1.1.1.1
	abandoned-netbsd-4:1.1.1.1.0.2
	netbsd-4:1.1.1.1.0.4
	netbsd-4-base:1.1.1.1
	MESA-6_4_1:1.1.1.1
	MESA:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2009.04.20.04.09.46;	author mrg;	state dead;
branches;
next	1.1;

1.1
date	2006.04.22.15.23.16;	author macallan;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2006.04.22.15.23.16;	author macallan;	state Exp;
branches
	1.1.1.1.8.1;
next	;

1.1.1.1.8.1
date	2010.01.23.18.18.46;	author bouyer;	state dead;
branches;
next	;


desc
@@


1.2
log
@delete extremely old sources we never got around to using.
@
text
@# $Id: sampleMakefile,v 1.1 2006/04/22 15:23:16 macallan Exp $

# Sample makefile for compiling OpenGL/Mesa applications on Unix.
# This example assumes Linux with gcc.

# This makefile is in the public domain

# $Log: sampleMakefile,v $
# Revision 1.1  2006/04/22 15:23:16  macallan
# Initial revision
#
# Revision 1.1.1.1  1999/08/19 00:55:42  jtg
# Imported sources
#
# Revision 1.1  1999/02/24 05:20:45  brianp
# Initial revision
#


CC = gcc

CFLAGS = -c -g -ansi -pedantic -Wall

INCDIRS = -I. -I../include

LIBDIRS = -L../lib -L/usr/X11/lib

LIBS = -lglut -lMesaGLU -lMesaGL -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -lm

OBJECTS = main.o \
	file1.o \
	file2.o \
	file3.o


PROGRAMS = myprogram


.c.o:
	$(CC) $(CFLAGS) $(INCDIRS) $< -o $@@



default: $(PROGRAMS)


dtenvmap: $(OBJECTS)
	$(CC) $(OBJECTS) $(LIBDIRS) $(LIBS) -o $@@


clean:
	rm -f *.o
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id: sampleMakefile,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $
d9 3
@


1.1.1.1
log
@import Mesa 6.4.1, needed by xorg
@
text
@@


1.1.1.1.8.1
log
@Remove obsolete and never-used sources, requested by tron in ticket 1260.
@
text
@d1 1
a1 1
# $Id: sampleMakefile,v 1.1.1.1 2006/04/22 15:23:16 macallan Exp $
a8 3
# Revision 1.1.1.1  2006/04/22 15:23:16  macallan
# import Mesa 6.4.1, needed by xorg
#
@

