kyberia-wallet.sh (Added junk found in ~root at harvie.cz)
[mirrors/Programs.git] / bash / x-mouse / xwarppointer / Makefile
1 X11HOME=/usr/X11
2
3 CC = gcc
4 CFLAGS= -Wall -I${X11HOME}/include
5 LIBS=-L${X11HOME}/lib -lX11
6
7 # uncomment for Solaris
8 #LIBS+=-lsocket -lnsl
9
10 xwarppointer: main.o
11 $(CC) $(CFLAGS) -o xwarppointer main.o $(LIBS)
12
13 clean:
14 rm -f main.o xwarppointer
This page took 0.225077 seconds and 4 git commands to generate.