summaryrefslogtreecommitdiff
path: root/books/GNUmakefile
blob: fec6f61362df568eb059701ff9750def5d0e9e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (c) 2013 Red Hat.
#

TOPDIR = ..
include $(TOPDIR)/src/include/builddefs

SUBDIRS = PCP_UAG PCP_PG PCP_TCS
LSRCFILES = README

default install: $(SUBDIRS)
	$(SUBDIRS_MAKERULE)

include $(BUILDRULES)

default_pcp : default

install_pcp : install