Initial pass at resolving function calls
[mesa.git] / Makefile.am
index 1fc8aa97a27dd006734999c47d8085b288fc277c..ff4886a9e52988e7ce24621abca701c8a82dae5f 100644 (file)
 AUTOMAKE_OPTIONS = foreign
 
 bin_PROGRAMS = glsl
-glsl_SOURCES = symbol_table.c hash_table.c glsl_types.c \
+glsl_SOURCES = symbol_table.c hash_table.c glsl_types.cpp \
        glsl_parser.ypp glsl_lexer.lpp glsl_parser_extras.cpp \
-       ast_expr.cpp ast_to_hir.cpp ir.cpp hir_field_selection.cpp
+       ast_expr.cpp ast_to_hir.cpp ir.cpp hir_field_selection.cpp \
+       ir_print_visitor.cpp ir_variable.cpp ir_function.cpp
 
 BUILT_SOURCES = glsl_parser.h builtin_types.h