File: Makefile.am

package info (click to toggle)
ht 2.0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,324 kB
  • sloc: cpp: 97,563; ansic: 17,183; sh: 3,811; lex: 226; makefile: 213; yacc: 127
file content (12 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
AUTOMAKE_OPTIONS = foreign

noinst_LIBRARIES = libasm.a

libasm_a_SOURCES = alphadis.cc alphadis.h alphaopc.cc alphaopc.h\
asm.cc asm.h x86asm.cc x86asm.h x86dis.cc x86dis.h x86opc.cc x86opc.h\
javadis.cc javadis.h javaopc.cc javaopc.h ildis.cc ildis.h \
ilopc.cc ilopc.h ia64dis.cc ia64dis.h ia64opc.cc ia64opc.h \
ppcopc.cc ppcopc.h ppcdis.cc ppcdis.h armdis.cc armdis.h \
arm-dis.cc dis-asm.h arm.h

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/io/@IO_DIR@ -I$(top_srcdir)/io