Initial version of automake Makefile.am file.
[oota-llvm.git] / lib / System / Makefile.am
1 #===-- lib/System/Makefile.am ------------------------------*- Makefile -*--===#
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by Reid Spencer and is distributed under the 
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 #===------------------------------------------------------------------------===#
9
10 include $(top_srcdir)/Makefile.rules.am
11
12 lib_LIBRARIES = libLLVMSystem.a
13
14 libLLVMSystem_a_SOURCES = \
15   MappedFile.cpp \
16   Memory.cpp \
17   Path.cpp \
18   Process.cpp \
19   Program.cpp \
20   Signals.cpp \
21   SysConfig.cpp \
22   TimeValue.cpp