X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2FMakefile.in;h=ef22918d386b665456f53e7759958c193a681fde;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hp=5df7f0c6adee9f037adab039c2b0ed3a2b115399;hpb=d5186197bc394e10a4402f7f6d23fbb14103bc50;p=xscreensaver diff --git a/utils/Makefile.in b/utils/Makefile.in index 5df7f0c6..ef22918d 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -106,23 +106,26 @@ SRCS = alpha.c colors.c fade.c grabscreen.c grabclient.c hsv.c \ overlay.c resources.c spline.c usleep.c visual.c \ visual-gl.c xmu.c logo.c yarandom.c erase.c \ xshm.c xdbe.c colorbars.c minixpm.c textclient.c \ - aligned_malloc.c thread_util.c async_netdb.c xft.c utf8wc.c + textclient-mobile.c aligned_malloc.c thread_util.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 \ - aligned_malloc.o thread_util.o async_netdb.o xft.o utf8wc.o + textclient-mobile.o aligned_malloc.o thread_util.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 + 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 @@ -175,7 +178,6 @@ distdepend:: -e 's@ $$(srcdir)/\(.*config.h\)@ \1@g' ; \ echo '' \ ) > /tmp/distdepend.$$$$ && \ - mv Makefile.in Makefile.in.bak && \ mv /tmp/distdepend.$$$$ Makefile.in TAGS: tags @@ -190,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... # @@ -233,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 @@ -252,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 @@ -282,12 +287,15 @@ minixpm.o: $(srcdir)/minixpm.h overlay.o: ../config.h overlay.o: $(srcdir)/utils.h overlay.o: $(srcdir)/visual.h +pow2.o: $(srcdir)/pow2.h resources.o: ../config.h resources.o: $(srcdir)/resources.h resources.o: $(srcdir)/utils.h spline.o: ../config.h spline.o: $(srcdir)/spline.h spline.o: $(srcdir)/utils.h +textclient-mobile.o: ../config.h +textclient-mobile.o: $(srcdir)/utils.h textclient.o: ../config.h textclient.o: $(srcdir)/resources.h textclient.o: $(srcdir)/textclient.h @@ -313,8 +321,10 @@ xdbe.o: $(srcdir)/utils.h xdbe.o: $(srcdir)/xdbe.h xft.o: ../config.h xmu.o: ../config.h +xshm.o: $(srcdir)/aligned_malloc.h xshm.o: ../config.h xshm.o: $(srcdir)/resources.h +xshm.o: $(srcdir)/thread_util.h xshm.o: $(srcdir)/utils.h xshm.o: $(srcdir)/xshm.h yarandom.o: ../config.h