소스 검색

util: Add headers and python scripts for distribution.

tags/10.5-branchpoint
Matt Turner 10 년 전
부모
커밋
1cd2b9177e
3개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    1
      src/gallium/auxiliary/Makefile.sources
  2. 1
    0
      src/util/Makefile.am
  3. 9
    1
      src/util/Makefile.sources

+ 0
- 1
src/gallium/auxiliary/Makefile.sources 파일 보기

@@ -165,7 +165,6 @@ C_SOURCES := \
translate/translate_generic.c \
translate/translate_sse.c \
util/dbghelp.h \
util/u_atomic.h \
util/u_bitmask.c \
util/u_bitmask.h \
util/u_blend.h \

+ 1
- 0
src/util/Makefile.am 파일 보기

@@ -39,6 +39,7 @@ libmesautil_la_SOURCES = \

BUILT_SOURCES = $(MESA_UTIL_GENERATED_FILES)
CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = format_srgb.py

format_srgb.c: $(srcdir)/format_srgb.py
$(AM_V_GEN) $(PYTHON2) $< > $@

+ 9
- 1
src/util/Makefile.sources 파일 보기

@@ -1,10 +1,18 @@
MESA_UTIL_FILES := \
format_srgb.h \
hash_table.c \
hash_table.h \
macros.h \
ralloc.c \
ralloc.h \
register_allocate.c \
register_allocate.h \
rgtc.c \
strtod.cpp
rgtc.h \
strtod.cpp \
strtod.h \
texcompress_rgtc_tmp.h \
u_atomic.h

MESA_UTIL_GENERATED_FILES = \
format_srgb.c

Loading…
취소
저장