[Sanitizer] extend internal libc with stat/fstat/lstat functions
[blocksruntime.git] / lib / profile / Makefile.mk
blob7689c9a068c18b4dafb021f88f736fb80c9bc2f2
1 #===- lib/profile/Makefile.mk ------------------------------*- Makefile -*--===#
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 #===------------------------------------------------------------------------===#
10 ModuleName := profile
11 SubDirs :=
13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
14 ObjNames := $(Sources:%.c=%.o)
15 Implementation := Generic
17 # FIXME: use automatic dependencies?
18 Dependencies := $(wildcard $(Dir)/*.h)