1 Index: comgt.0.32/Makefile
2 ===================================================================
3 --- comgt.0.32.orig/Makefile 2007-06-04 13:22:22.665409616 +0200
4 +++ comgt.0.32/Makefile 2007-06-04 13:22:22.730399736 +0200
7 -# Makefile - build and install the comgt package
8 +# Makefile - build and install the gmon package
9 # Copyright (C) 2005 Martin Gregorie
10 -# Copyright (C) 2006 Paul Hardwick
12 # This program is free software; you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 -# martin@gregorie.org, paul@peck.org.uk
19 +# martin@gregorie.org
21 -# $Id: Makefile,v 1.4 2006/10/20 14:30:19 pharscape Exp $
26 -LIB = -L/usr/local/lib
27 -INC = -I/usr/local/include
29 MAN = /usr/share/man/man1
31 -SCRIPTPATH = /etc/comgt/
32 -SCRIPTSRC = ./scripts/
34 -MANP = comgt.1 sigmon.1
40 +BIN = $(CPROG) $(SCRIPT)
41 +MANP = gcom.1 sigmon.1
51 + cp $(BIN) $(EXE)/gcom
56 - -mkdir $(SCRIPTPATH)
57 - chmod a-w $(SCRIPTPATH)
58 - chmod u+rw $(SCRIPTPATH)
59 - chmod a+x $(SCRIPTPATH)
60 - cp -f $(SCRIPTSRC)* $(SCRIPTPATH)
61 - chmod a-w $(SCRIPTPATH)*
62 - chmod u+rw $(SCRIPTPATH)*
63 - chmod a+x $(SCRIPTPATH)*
71 - -rm -r $(SCRIPTPATH)
82 - cc comgt.o $(LDFLAGS) -o comgt
84 + $(CC) gcom.o $(LDFLAGS) -o gcom
86 -comgt.o: comgt.c comgt.h
87 - cc comgt.c $(CFLAGS)
88 +gcom.o: comgt.c comgt.h
89 + $(CC) -c $(CFLAGS) comgt.c -o gcom.o