quakeforge/tools/qfcc/include/Makemodule.am
Bill Currie 56f0c3f821 [qfcc] Create a parser file for GLSL
The syntax is not at all correct at this stage (really, just a copy of
Ruamoko), but the keyword table exists (in the wrong place) and the
additional basic types (bool, bvecN and (d)matNxM) have been added.
Boolean base type is currently just int, and matrices have 0 width while
I think about what to use, but finally some progress after several
months' hiatus.
2024-04-17 16:25:43 +09:00

41 lines
1.2 KiB
Text

EXTRA_DIST += \
tools/qfcc/include/algebra.h \
tools/qfcc/include/attribute.h \
tools/qfcc/include/class.h \
tools/qfcc/include/codespace.h \
tools/qfcc/include/cpp.h \
tools/qfcc/include/dags.h \
tools/qfcc/include/debug.h \
tools/qfcc/include/def.h \
tools/qfcc/include/defspace.h \
tools/qfcc/include/diagnostic.h \
tools/qfcc/include/dot.h \
tools/qfcc/include/emit.h \
tools/qfcc/include/expr.h \
tools/qfcc/include/expr_names.h \
tools/qfcc/include/evaluate.h \
tools/qfcc/include/flow.h \
tools/qfcc/include/function.h \
tools/qfcc/include/grab.h \
tools/qfcc/include/idstuff.h \
tools/qfcc/include/linker.h \
tools/qfcc/include/mat_types.h \
tools/qfcc/include/method.h \
tools/qfcc/include/obj_file.h \
tools/qfcc/include/obj_type.h \
tools/qfcc/include/opcodes.h \
tools/qfcc/include/options.h \
tools/qfcc/include/pragma.h \
tools/qfcc/include/qfcc.h \
tools/qfcc/include/qfprogs.h \
tools/qfcc/include/reloc.h \
tools/qfcc/include/specifier.h \
tools/qfcc/include/shared.h \
tools/qfcc/include/statements.h \
tools/qfcc/include/strpool.h \
tools/qfcc/include/struct.h \
tools/qfcc/include/switch.h \
tools/qfcc/include/symtab.h \
tools/qfcc/include/type.h \
tools/qfcc/include/value.h \
tools/qfcc/include/vec_types.h