Include our config and system-specific Makefiles to get the

right compilers and paths.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2002-09-20 13:56:32 +00:00
parent ad6b4f3b5e
commit b194f626dc
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# $Id$
LEVEL = ../..
include $(LEVEL)/Makefile.config
include $(LEVEL)/Makefile.$(shell uname)
#CFLAGS =
#CFLAGS = -O
#CFLAGS = -O -DNOLEX

View File

@ -1,5 +1,10 @@
# $Id$
LEVEL = ../..
include $(LEVEL)/Makefile.config
include $(LEVEL)/Makefile.$(shell uname)
#CFLAGS =
#CFLAGS = -O
#CFLAGS = -O -DNOLEX