chiark / gitweb /
changelog for 2.7
[xtrlock.git] / Makefile.noimake
1 # Makefile for xtrlock - X Transparent Lock
2 # This Makefile provided for those of you who lack a functioning xmkmf.
3 #
4 # Copyright (C)1993,1994 Ian Jackson
5 #
6 # This is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
9 # any later version.
10 #
11 # This is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 LDLIBS=-lX11
17 CC=gcc
18 CFLAGS=-Wall
19 INSTALL=install
20
21 xtrlock:        xtrlock.o
22
23 xtrlock.o:      xtrlock.c lock.bitmap mask.bitmap patchlevel.h
24
25 install:        xtrlock
26                 $(INSTALL) -c -m 755 xtrlock /usr/bin/X11
27
28 install.man:
29                 $(INSTALL) -c -m 644 xtrlock.man /usr/man/man1/xtrlock.1x