mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
c358a0e77e
Now, any time a graph is wanted, the file can be consistently named without a lot of messy code.
7 lines
346 B
Makefile
7 lines
346 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
EXTRA_DIST= class.h codespace.h cpp.h dags.h debug.h def.h defspace.h \
|
|
diagnostic.h dot.h emit.h expr.h flow.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 set.h shared.h statements.h strpool.h struct.h \
|
|
switch.h symtab.h type.h value.h
|