Implement eliminateCallFramePseudoInstr().
[oota-llvm.git] / Makefile.am
1 #===-- Makefile.am - Common make rules for LLVM ------------*- 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 SUBDIRS = lib/System lib/Support utils lib tools
13
14 EXTRA_DIST = CREDITS.txt LICENSE.txt llvm.spec README.txt include docs autoconf
15
16 # Remove CVS directories from the distribution
17 dist-hook:
18         rm -rf `find $(top_distdir) -name CVS`