c2130aa23961500c46780ddc0e7eb8a32c6d0ecd
[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 grabscreen.c
14        OBJS = fade.o hsv.o resources.o spline.o usleep.o xroger.o grabscreen.o
15    TARFILES = README Imakefile ad2c $(SRCS) spline.h version.h
16
17 all:: $(OBJS)
18
19 echo_tarfiles:
20         @echo $(TARFILES)