X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2FMakefile.in;h=826cfedeaf8dfbb328c53774121c79321fc16d26;hb=a719ec12b8b2563112366a8ac3196816fd64d2c7;hp=17fd7b664a331f1059a5db5d29641c783e1d73f2;hpb=481b95e2617b69e6fd4444432747d7e1e0c3dc85;p=xscreensaver diff --git a/utils/Makefile.in b/utils/Makefile.in index 17fd7b66..826cfede 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -91,6 +91,10 @@ DEPEND_FLAGS = @DEPEND_FLAGS@ DEPEND_DEFINES = @DEPEND_DEFINES@ SHELL = /bin/sh +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_DIRS = @INSTALL_DIRS@ X_CFLAGS = @X_CFLAGS@ @@ -98,13 +102,13 @@ INCLUDES = -I$(srcdir) -I.. @INCLUDES@ SRCS = alpha.c colors.c fade.c grabscreen.c hsv.c overlay.c \ resources.c spline.c usleep.c visual.c xmu.c xroger.c \ - yarandom.c erase.c sgivideo.c + yarandom.c erase.c sgivideo.c xshm.c xdbe.c OBJS = alpha.o colors.o fade.o grabscreen.o hsv.o overlay.o \ resources.o spline.o usleep.o visual.o xmu.o xroger.o \ - yarandom.o erase.o sgivideo.o + yarandom.o erase.o sgivideo.o xshm.o xdbe.o HDRS = alpha.h colors.h fade.h grabscreen.h hsv.h resources.h \ spline.h usleep.h utils.h version.h visual.h vroot.h xmu.h \ - yarandom.h erase.h sgivideo.h + yarandom.h erase.h sgivideo.h xshm.h xdbe.h EXTRAS = README Makefile.in ad2c VMSFILES = compile_axp.com compile_decc.com vms-gtod.c vms-gtod.h \ vms-strdup.c @@ -129,7 +133,7 @@ clean: -rm -f *.o a.out core distclean: clean - -rm -f config.h Makefile *~ "#"* + -rm -f Makefile TAGS *~ "#"* # Adds all current dependencies to Makefile depend: @@ -198,6 +202,7 @@ distdepend:: compile_axp.com compile_decc.com ############################################################################## # # DO NOT DELETE: updated by make distdepend +# $(srcdir)/DO $(srcdir)/NOT $(srcdir)/DELETE: $(srcdir)/updated $(srcdir)/by $(srcdir)/make $(srcdir)/distdepend alpha.o: $(srcdir)/utils.h alpha.o: ../config.h @@ -259,5 +264,12 @@ sgivideo.o: ../config.h sgivideo.o: $(srcdir)/sgivideo.h sgivideo.o: $(srcdir)/resources.h sgivideo.o: $(srcdir)/visual.h -sgivideo.o: $(srcdir)/usleep.h +xshm.o: $(srcdir)/utils.h +xshm.o: ../config.h +xshm.o: $(srcdir)/xshm.h +xshm.o: $(srcdir)/resources.h +xdbe.o: $(srcdir)/utils.h +xdbe.o: ../config.h +xdbe.o: $(srcdir)/xdbe.h +xdbe.o: $(srcdir)/resources.h