mesa/es: Fix symbol conflicts and warnings.

drawtex.c was listed in LOCAL_ES1_SOURCES twice.  My mistake when
merging the patches.

Also, run gl_apitemp.py with -c to silence warnings and add target
"install".

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
Chia-I Wu 2009-11-06 16:49:04 +08:00 committed by Brian Paul
parent 1af44e9e5a
commit f1c7874cd9
3 changed files with 4 additions and 2 deletions

View file

@ -107,6 +107,9 @@ clean:
-rm -f depend
-rm -f *~
# nothing to install
install:
subdirs:
make -C glapi
make -C $(MESA) asm_subdirs

View file

@ -52,7 +52,7 @@ endef
$(call gen-glapi,-c)
%/glapitemp.h: $(GLAPI)/gl_apitemp.py $(COMMON)
$(call gen-glapi)
$(call gen-glapi,-c)
%/glprocs.h: $(GLAPI)/gl_procs.py $(COMMON)
$(call gen-glapi,-c)

View file

@ -4,7 +4,6 @@ include $(MESA)/sources.mak
LOCAL_ES1_SOURCES := \
main/api_exec_es1.c \
main/drawtex.c \
main/get_es1.c \
main/specials_es1.c \
main/drawtex.c \