aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm_manager/util/Makefile
blob: 8e59d0d8d379cf4cd3b3db397a4feb3111edaf36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
XEN_ROOT = ../../..
include $(XEN_ROOT)/tools/vtpm_manager/Rules.mk

BIN		= libTCGUtils.a

all: build

build: $(BIN)

install: build

clean:
	rm -f *.a *.so *.o *.rpm $(DEP_FILES)

mrproper: clean
	rm -f *~

$(BIN): $(OBJS)
	$(AR) rcs $(BIN) $(OBJS)