~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to tools/blktap2/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
XEN_ROOT = ../..
 
2
include $(XEN_ROOT)/tools/Rules.mk
 
3
 
 
4
CFLAGS  += $(CFLAGS_libxenctrl)
 
5
LDFLAGS += $(LDFLAGS_libxenctrl)
 
6
 
 
7
SUBDIRS-y :=
 
8
SUBDIRS-y += include
 
9
SUBDIRS-y += lvm
 
10
SUBDIRS-y += vhd
 
11
SUBDIRS-y += drivers
 
12
 
 
13
clean:
 
14
        rm -rf *.a *.so *.o *.rpm $(LIB) *~ $(DEPS) TAGS
 
15
 
 
16
.PHONY: all clean install
 
17
all clean install: %: subdirs-%