http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / utils / imakefile
1 /*
2  * Imakefile file for xscreensaver, Copyright (c) 1993 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 grabscreen.c
16        OBJS = fade.o hsv.o resources.o spline.o usleep.o xroger.o grabscreen.o
17    TARFILES = README Imakefile ad2c $(SRCS) spline.h version.h
18
19 all:: $(OBJS)
20
21 echo_tarfiles:
22         @echo $(TARFILES)