diff options
-rw-r--r-- | utils/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am new file mode 100644 index 0000000000..41aa3122bf --- /dev/null +++ b/utils/Makefile.am @@ -0,0 +1,12 @@ +##===- utils/Makefile.am -----------------------------------*- 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 = Burg fpcmp TableGen |