2004-10-10 20:43:57 +00:00
|
|
|
##===- utils/TableGen/Makefile.am --------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by Reid Spencer and is distributed under the
|
|
|
|
# University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2004-10-13 11:48:50 +00:00
|
|
|
include $(top_srcdir)/Makefile_config
|
2004-10-10 20:43:57 +00:00
|
|
|
|
|
|
|
bin_PROGRAMS = TableGen
|
|
|
|
|
|
|
|
BUILT_SOURCES = FileLexer.cpp FileParser.cpp FileParser.h
|
|
|
|
|
|
|
|
TableGen_SOURCES =AsmWriterEmitter.cpp \
|
|
|
|
CodeEmitterGen.cpp \
|
|
|
|
CodeEmitterGen.h \
|
|
|
|
CodeGenInstruction.h \
|
|
|
|
CodeGenRegisters.h \
|
|
|
|
CodeGenTarget.cpp \
|
|
|
|
CodeGenTarget.h \
|
|
|
|
InstrInfoEmitter.cpp \
|
|
|
|
InstrInfoEmitter.h \
|
|
|
|
InstrSelectorEmitter.cpp \
|
|
|
|
InstrSelectorEmitter.h \
|
|
|
|
Record.cpp \
|
|
|
|
Record.h \
|
|
|
|
RegisterInfoEmitter.cpp \
|
|
|
|
RegisterInfoEmitter.h \
|
|
|
|
TableGenBackend.cpp \
|
|
|
|
TableGenBackend.h \
|
|
|
|
TableGen.cpp \
|
|
|
|
$(BUILT_SOURCES)
|
|
|
|
|
|
|
|
TableGen_LDADD = $(call GETLIBS,Support,System)
|