Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
[oota-llvm.git] / lib / Target / PIC16 / Makefile
index 3975849b3d8ece5291ce345269c687dfb16c37c2..4382eba7c240a1ac09027d2ad6547f9eda3acf66 100644 (file)
@@ -1,13 +1,13 @@
 ##===- lib/Target/PIC16/Makefile ---------------------------*- Makefile -*-===##
-#
+# 
 #                     The LLVM Compiler Infrastructure
 #
-# This file is distributed under the University of Illinois Open Source
+# This file is distributed under the University of Illinois Open Source 
 # License. See LICENSE.TXT for details.
-#
+# 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-LIBRARYNAME = LLVMPIC16
+LIBRARYNAME = LLVMPIC16CodeGen
 TARGET = PIC16
 
 # Make sure that tblgen is run, first thing.
@@ -17,5 +17,7 @@ BUILT_SOURCES = PIC16GenRegisterInfo.h.inc PIC16GenRegisterNames.inc \
                PIC16GenDAGISel.inc PIC16GenCallingConv.inc \
                PIC16GenSubtarget.inc
 
+DIRS = AsmPrinter TargetInfo PIC16Passes
+
 include $(LEVEL)/Makefile.common