timeoutd/Makefile

12 lines
455 B
Makefile
Raw Normal View History

CFLAGS=-fomit-frame-pointer -O2 -s -g -Wall -Wno-unused-result
2009-01-05 07:11:58 +01:00
timeoutd: timeoutd.c Makefile
2008-04-02 02:15:25 +02:00
#$(CC) $(CFLAGS) -o timeoutd timeoutd.c
$(CC) $(CFLAGS) -o timeoutd.o -c timeoutd.c -DTIMEOUTDX11
$(CC) $(CFLAGS) -o timeoutd -L/usr/X11R6/lib timeoutd.o -lXss -lXext -lX11
2008-04-02 02:15:25 +02:00
2009-01-05 07:11:58 +01:00
install:
install -o root -g system -m 2111 timeoutd /usr/etc/timeoutd
install -o man -g info -m 444 timeoutd.8 /usr/man/man8
install -o man -g info -m 444 timeouts.5 /usr/man/man5