diff options
Diffstat (limited to 'lib/i386/Makefile.mk')
-rw-r--r-- | lib/i386/Makefile.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/i386/Makefile.mk b/lib/i386/Makefile.mk deleted file mode 100644 index 1f5c680c08f57..0000000000000 --- a/lib/i386/Makefile.mk +++ /dev/null @@ -1,20 +0,0 @@ -#===- lib/i386/Makefile.mk ---------------------------------*- Makefile -*--===# -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -#===------------------------------------------------------------------------===# - -ModuleName := builtins -SubDirs := -OnlyArchs := i386 - -AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) -Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) -ObjNames := $(Sources:%.c=%.o) $(AsmSources:%.S=%.o) -Implementation := Optimized - -# FIXME: use automatic dependencies? -Dependencies := $(wildcard lib/*.h $(Dir)/*.h) |