[llvm-commits] CVS: llvm/Makefile.am
Reid Spencer
reid at x10sys.com
Sun Oct 10 12:13:14 PDT 2004
Changes in directory llvm:
Makefile.am added (r1.1)
---
Log message:
Top level makefile for building LLVM with automake.
---
Diffs of the changes: (+18 -0)
Index: llvm/Makefile.am
diff -c /dev/null llvm/Makefile.am:1.1
*** /dev/null Sun Oct 10 14:13:13 2004
--- llvm/Makefile.am Sun Oct 10 14:13:03 2004
***************
*** 0 ****
--- 1,18 ----
+ #===-- Makefile.am - Common make rules for LLVM ------------*- 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.
+ #
+ #===------------------------------------------------------------------------===#
+
+ include $(top_srcdir)/Makefile.rules.am
+
+ SUBDIRS = lib/System lib/Support utils lib tools
+
+ EXTRA_DIST = CREDITS.txt LICENSE.txt llvm.spec README.txt include docs autoconf
+
+ # Remove CVS directories from the distribution
+ dist-hook:
+ rm -rf `find $(top_distdir) -name CVS`
More information about the llvm-commits
mailing list