File: Makefile.am

package info (click to toggle)
fcml 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,536 kB
  • sloc: ansic: 57,510; cpp: 21,835; sh: 4,410; lex: 834; makefile: 508; yacc: 317
file content (39 lines) | stat: -rw-r--r-- 881 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
pkginclude_HEADERS = fcml_assembler.h \
	fcml_assembler.hpp \
	fcml_choosers.h \
	fcml_common.h \
	fcml_common.hpp \
	fcml_common_utils.h \
	fcml_dialect.h \
	fcml_dialect.hpp \
	fcml_disassembler.h \
	fcml_disassembler.hpp \
	fcml_env.h \
	fcml_errors.h \
	fcml_errors.hpp \
	fcml_gas_dialect.h \
	fcml_gas_dialect.hpp \
	fcml_gas_mnemonics.h \
	fcml_instructions.h \
	fcml_intel_dialect.h \
	fcml_intel_dialect.hpp \
	fcml_intel_mnemonics.h \
	fcml_lag_assembler.h \
	fcml_lag_assembler.hpp \
	fcml_lib_export.h \
	fcml_optimizers.h \
	fcml_parser.h \
	fcml_parser.hpp \
	fcml_registers.cpp \
	fcml_registers.hpp \
	fcml_renderer.h \
	fcml_renderer.hpp \
	fcml_stateful_assembler.hpp \
	fcml_stateful_disassembler.hpp \
	fcml_symbols.h \
	fcml_symbols.hpp \
	fcml_types.h \
	fcml_gas_mnemonics.hpp \
	fcml_gas_mnemonics.cpp \
	fcml_intel_mnemonics.hpp \
	fcml_intel_mnemonics.cpp