http://www.ibiblio.org/pub/historic-linux/ftp-archives/sunsite.unc.edu/Sep-29-1996...
[xscreensaver] / utils / Imakefile
1 /*
2  * Imakefile file for xscreensaver, Copyright (c) 1993, 1995 Jamie Zawinski.
3  *
4  * You should not need to edit this file; edit ../config.h instead.
5  *
6  */
7
8 #include "../config.h"
9
10 #ifdef NO_SELECT
11     DEFINES = R5ISMS -DNO_SELECT
12 #else
13     DEFINES = R5ISMS
14 #endif
15        SRCS = fade.c hsv.c resources.c spline.c usleep.c xroger.c \
16               grabscreen.c visual.c yarandom.c
17        OBJS = fade.o hsv.o resources.o spline.o usleep.o xroger.o \
18               grabscreen.o visual.o yarandom.o
19    TARFILES = README Imakefile ad2c $(SRCS) spline.h yarandom.h version.h
20
21 all:: $(OBJS)
22
23 echo_tarfiles:
24         @echo $(TARFILES)