From 817af9bec2f799b4b8449112d1a25aad70ca4d15 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Tue, 15 Jan 2008 09:52:17 -0800 Subject: glapi: Use variable for indent and flags Put the path to indent and the flags to call it with in configs/default rather than in the Makefile. This makes it easier to change the values globally. --- configs/default | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/default b/configs/default index cd998b50e2..9705d6b78c 100644 --- a/configs/default +++ b/configs/default @@ -30,9 +30,11 @@ MKDEP_OPTIONS = -fdepend MAKE = make INSTALL = $(TOP)/bin/minstall -# Python and flags (generally only needed by the developers) +# Tools for regenerating glapi (generally only needed by the developers) PYTHON2 = python PYTHON_FLAGS = -t -O -O +INDENT = indent +INDENT_FLAGS = -i4 -nut -br -brs -npcs -ce -T GLubyte -T GLbyte -T Bool # Library names (base name) GL_LIB = GL -- cgit v1.2.3