quakeforge/tools/qfcc/include/Makefile.am
Bill Currie f1d9570dc8 Fix constant value type handling.
Rename immediate.[ch] to value.[ch] and clean up the mess.

Add convert_value() to convert the type of a value (only scalar types).
2011-03-22 12:24:39 +09:00

6 lines
307 B
Makefile

AUTOMAKE_OPTIONS= foreign
EXTRA_DIST= class.h codespace.h cpp.h debug.h def.h defspace.h diagnostic.h \
emit.h expr.h function.h grab.h idstuff.h linker.h method.h \
obj_file.h obj_type.h opcodes.h options.h qfcc.h qfprogs.h reloc.h \
statements.h strpool.h struct.h switch.h symtab.h type.h value.h