Include our config and system-specific Makefiles to get the
authorVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 20 Sep 2002 13:56:32 +0000 (13:56 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 20 Sep 2002 13:56:32 +0000 (13:56 +0000)
right compilers and paths.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3852 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/Burg/Makefile
utils/Burg/Makefile

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