mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
More auto* build system updates
This commit is contained in:
parent
30e5ef86a0
commit
cdfba5d375
3 changed files with 7 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: debug.h,v 1.3 2000/11/19 23:42:33 jtaylor Exp $
|
||||
/* $Id: debug.h,v 1.4 2000/11/23 02:50:57 jtaylor Exp $
|
||||
******************************************************************************
|
||||
|
||||
GGIMesa debugging macros
|
||||
|
|
@ -34,7 +34,9 @@
|
|||
#include <ggi/types.h>
|
||||
#include <ggi/gg.h>
|
||||
|
||||
#ifndef DEBUG
|
||||
#define DEBUG
|
||||
#endif
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: colortab.c,v 1.29 2000/11/21 23:26:13 brianp Exp $ */
|
||||
/* $Id: colortab.c,v 1.30 2000/11/23 02:50:56 jtaylor Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -35,6 +35,7 @@
|
|||
#include "macros.h"
|
||||
#include "mem.h"
|
||||
#include "mmath.h"
|
||||
#include "state.h"
|
||||
#include "swrast/s_span.h" /* XXX SWRAST hack */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: convolve.c,v 1.14 2000/11/22 07:32:16 joukj Exp $ */
|
||||
/* $Id: convolve.c,v 1.15 2000/11/23 02:50:56 jtaylor Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -42,6 +42,7 @@
|
|||
#include "context.h"
|
||||
#include "image.h"
|
||||
#include "mtypes.h"
|
||||
#include "state.h"
|
||||
#include "swrast/s_span.h" /* XXX SWRAST hack */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue