blob: 7689c9a068c18b4dafb021f88f736fb80c9bc2f2 [file] [log] [blame]
Daniel Dunbar8c881192011-11-17 00:12:10 +00001#===- lib/profile/Makefile.mk ------------------------------*- 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
Daniel Dunbarf06648a2011-12-02 02:42:07 +000010ModuleName := profile
Daniel Dunbar8c881192011-11-17 00:12:10 +000011SubDirs :=
12
13Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
14ObjNames := $(Sources:%.c=%.o)
15Implementation := Generic
16
17# FIXME: use automatic dependencies?
18Dependencies := $(wildcard $(Dir)/*.h)