Home | History | Annotate | Download | only in Platform
      1 ##===- source/Plugins/Platform/Makefile --------------------*- Makefile -*-===##
      2 # 
      3 #                     The LLVM Compiler Infrastructure
      4 #
      5 # This file is distributed under the University of Illinois Open Source
      6 # License. See LICENSE.TXT for details.
      7 # 
      8 ##===----------------------------------------------------------------------===##
      9 
     10 LLDB_LEVEL := ../../..
     11 
     12 include $(LLDB_LEVEL)/../../Makefile.config
     13 
     14 DIRS := gdb-server MacOSX Linux FreeBSD
     15 
     16 # ifeq ($(HOST_OS),Darwin)
     17 #   DIRS += MacOSX
     18 # endif
     19 # 
     20 # ifeq ($(HOST_OS),Linux)
     21 #   DIRS += Linux
     22 # endif
     23 # 
     24 # ifeq ($(HOST_OS),FreeBSD)
     25 #   DIRS += FreeBSD
     26 # endif
     27 # 
     28 # ifeq ($(HOST_OS),GNU/kFreeBSD)
     29 #   DIRS += FreeBSD
     30 # endif
     31 
     32 include $(LLDB_LEVEL)/Makefile
     33