ftp://ftp.uni-heidelberg.de/pub/X11/contrib/applications/xscreensaver-1.27.tar.Z
[xscreensaver] / utils / Imakefile
index c2130aa23961500c46780ddc0e7eb8a32c6d0ecd..5f61d60a10ebd248fc0505b96c3313360d4b8c83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Imakefile file for xscreensaver, Copyright (c) 1993 Jamie Zawinski.
+ * Imakefile file for xscreensaver, Copyright (c) 1993, 1995 Jamie Zawinski.
  *
  * You should not need to edit this file; edit ../config.h instead.
  *
@@ -8,11 +8,15 @@
 #include "../config.h"
 
 #ifdef NO_SELECT
-    DEFINES = -DNO_SELECT
+    DEFINES = R5ISMS -DNO_SELECT
+#else
+    DEFINES = R5ISMS
 #endif
-       SRCS = fade.c hsv.c resources.c spline.c usleep.c xroger.c grabscreen.c
-       OBJS = fade.o hsv.o resources.o spline.o usleep.o xroger.o grabscreen.o
-   TARFILES = README Imakefile ad2c $(SRCS) spline.h version.h
+       SRCS = fade.c hsv.c resources.c spline.c usleep.c xroger.c \
+              grabscreen.c visual.c yarandom.c
+       OBJS = fade.o hsv.o resources.o spline.o usleep.o xroger.o \
+              grabscreen.o visual.o yarandom.o
+   TARFILES = README Imakefile ad2c $(SRCS) spline.h yarandom.h version.h
 
 all:: $(OBJS)