build: update parfait spec with a parfait-agent package
[pcp.git] / src / sheet2pcp / GNUmakefile
blobec51a5727d529759fb66df94a5178b13ee71ac17
2 # Copyright (c) 2010 Ken McDonell. All Rights Reserved.
3 # Copyright (c) 2009 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
5 # This program is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 2 of the License, or (at your
8 # option) any later version.
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 # for more details.
16 TOPDIR = ../..
17 include $(TOPDIR)/src/include/builddefs
19 SCRIPT = sheet2pcp
21 default:
23 include $(BUILDRULES)
25 install: default
26 $(INSTALL) -m 755 sheet2pcp $(PCP_BIN_DIR)/sheet2pcp
28 default_pcp : default
30 install_pcp : install