2020-06-21 14:15:17 +00:00
|
|
|
EXTRA_DIST += \
|
2023-08-21 08:37:56 +00:00
|
|
|
tools/qfcc/include/algebra.h \
|
2022-02-02 14:51:37 +00:00
|
|
|
tools/qfcc/include/attribute.h \
|
2020-06-21 14:15:17 +00:00
|
|
|
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 \
|
2022-02-14 10:28:19 +00:00
|
|
|
tools/qfcc/include/expr_names.h \
|
2023-08-20 14:38:45 +00:00
|
|
|
tools/qfcc/include/evaluate.h \
|
2020-06-21 14:15:17 +00:00
|
|
|
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/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/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 \
|
2022-02-14 10:28:19 +00:00
|
|
|
tools/qfcc/include/value.h \
|
|
|
|
tools/qfcc/include/vec_types.h
|