ftp://ftp.ntnu.no/old/pub/X11/R5contrib/xscreensaver-1.17.tar.gz
[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 = -DNO_SELECT
12 #endif
13            SRCS = fade.c hsv.c resources.c spline.c usleep.c xroger.c
14            OBJS = fade.o hsv.o resources.o spline.o usleep.o xroger.o
15        TARFILES = README Imakefile ad2c $(SRCS) spline.h version.h
16
17 all:: $(OBJS)
18
19 echo_tarfiles:
20         @echo $(TARFILES)