X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2FMakefile.in;h=ef22918d386b665456f53e7759958c193a681fde;hp=f2bc8d9cae7be3b9f36edc8cd26f9c3dbd791fb3;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hpb=39809ded547bdbb08207d3e514950425215b4410 diff --git a/utils/Makefile.in b/utils/Makefile.in index f2bc8d9c..ef22918d 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -107,24 +107,25 @@ SRCS = alpha.c colors.c fade.c grabscreen.c grabclient.c hsv.c \ visual-gl.c xmu.c logo.c yarandom.c erase.c \ xshm.c xdbe.c colorbars.c minixpm.c textclient.c \ textclient-mobile.c aligned_malloc.c thread_util.c \ - async_netdb.c xft.c utf8wc.c pow2.c + async_netdb.c xft.c utf8wc.c pow2.c font-retry.c OBJS = alpha.o colors.o fade.o grabscreen.o grabclient.o hsv.o \ overlay.o resources.o spline.o usleep.o visual.o \ visual-gl.o xmu.o logo.o yarandom.o erase.o \ xshm.o xdbe.o colorbars.o minixpm.o textclient.o \ textclient-mobile.o aligned_malloc.o thread_util.o \ - async_netdb.o xft.o utf8wc.o pow2.o + async_netdb.o xft.o utf8wc.o pow2.o font-retry.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 xshm.h xdbe.h colorbars.h minixpm.h \ xscreensaver-intl.h textclient.h aligned_malloc.h \ - thread_util.h async_netdb.h xft.h utf8wc.h pow2.h + thread_util.h async_netdb.h xft.h utf8wc.h pow2.h \ + font-retry.h STAR = * LOGOS = images/$(STAR).xpm \ images/$(STAR).png \ images/$(STAR).gif \ images/$(STAR).eps -EXTRAS = README Makefile.in ad2c +EXTRAS = README Makefile.in ad2c bin2c VMSFILES = compile_axp.com compile_decc.com vms-gtod.c vms-gtod.h \ vms-strdup.c @@ -191,7 +192,6 @@ echo_tarfiles: .c.o: $(CC) -c $(INCLUDES) $(DEFS) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS) $< - # Rules for generating the VMS makefiles on Unix, so that it doesn't have to # be done by hand... # @@ -234,6 +234,7 @@ async_netdb.o: ../config.h async_netdb.o: $(srcdir)/thread_util.h colorbars.o: $(srcdir)/colorbars.h colorbars.o: ../config.h +colorbars.o: $(srcdir)/../hacks/ximage-loader.h colorbars.o: $(srcdir)/resources.h colorbars.o: $(srcdir)/utils.h colors.o: $(srcdir)/colors.h @@ -253,6 +254,9 @@ fade.o: $(srcdir)/fade.h fade.o: $(srcdir)/usleep.h fade.o: $(srcdir)/utils.h fade.o: $(srcdir)/visual.h +font-retry.o: ../config.h +font-retry.o: $(srcdir)/font-retry.h +font-retry.o: $(srcdir)/utils.h grabclient.o: ../config.h grabclient.o: $(srcdir)/grabscreen.h grabclient.o: $(srcdir)/resources.h