aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm_manager/tcs/Makefile
blob: 56f4166fdfabb33df0eecea9328095700f7676bd (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		= libTCS.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)