Normalize makefile comments and sort cmake file lists.
[oota-llvm.git] / lib / Target / PIC16 / CMakeLists.txt
1 set(LLVM_TARGET_DEFINITIONS PIC16.td)
2
3 tablegen(PIC16GenRegisterInfo.h.inc -gen-register-desc-header)
4 tablegen(PIC16GenRegisterNames.inc -gen-register-enums)
5 tablegen(PIC16GenRegisterInfo.inc -gen-register-desc)
6 tablegen(PIC16GenInstrNames.inc -gen-instr-enums)
7 tablegen(PIC16GenInstrInfo.inc -gen-instr-desc)
8 tablegen(PIC16GenAsmWriter.inc -gen-asm-writer)
9 tablegen(PIC16GenDAGISel.inc -gen-dag-isel)
10 tablegen(PIC16GenCallingConv.inc -gen-callingconv)
11 tablegen(PIC16GenSubtarget.inc -gen-subtarget)
12
13 add_llvm_target(PIC16
14   PIC16DebugInfo.cpp
15   PIC16InstrInfo.cpp
16   PIC16ISelDAGToDAG.cpp
17   PIC16ISelLowering.cpp
18   PIC16MemSelOpt.cpp
19   PIC16MCAsmInfo.cpp
20   PIC16RegisterInfo.cpp
21   PIC16Subtarget.cpp
22   PIC16TargetMachine.cpp
23   PIC16TargetObjectFile.cpp
24   )