X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2FMakefile.in;h=5df7f0c6adee9f037adab039c2b0ed3a2b115399;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hp=0cd045c459b78f59753f02b5d8a3c327b8640206;hpb=5f1f12f2a37da634000f96d18d59cc73a8814ef7;p=xscreensaver diff --git a/utils/Makefile.in b/utils/Makefile.in index 0cd045c4..5df7f0c6 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -105,15 +105,18 @@ INCLUDES = $(INCLUDES_1) @INCLUDES@ 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 + xshm.c xdbe.c colorbars.c minixpm.c textclient.c \ + aligned_malloc.c thread_util.c async_netdb.c xft.c utf8wc.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 + xshm.o xdbe.o colorbars.o minixpm.o textclient.o \ + aligned_malloc.o thread_util.o async_netdb.o xft.o utf8wc.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 + xscreensaver-intl.h textclient.h aligned_malloc.h \ + thread_util.h async_netdb.h xft.h utf8wc.h STAR = * LOGOS = images/$(STAR).xpm \ images/$(STAR).png \ @@ -185,7 +188,7 @@ echo_tarfiles: # How we build object files in this directory. .c.o: - $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(X_CFLAGS) $< + $(CC) -c $(INCLUDES) $(DEFS) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS) $< # Rules for generating the VMS makefiles on Unix, so that it doesn't have to @@ -216,6 +219,7 @@ distdepend:: compile_axp.com compile_decc.com # # DO NOT DELETE: updated by make distdepend +aligned_malloc.o: $(srcdir)/aligned_malloc.h alpha.o: $(srcdir)/alpha.h alpha.o: ../config.h alpha.o: $(srcdir)/hsv.h @@ -223,6 +227,10 @@ alpha.o: $(srcdir)/resources.h alpha.o: $(srcdir)/utils.h alpha.o: $(srcdir)/visual.h alpha.o: $(srcdir)/yarandom.h +async_netdb.o: $(srcdir)/aligned_malloc.h +async_netdb.o: $(srcdir)/async_netdb.h +async_netdb.o: ../config.h +async_netdb.o: $(srcdir)/thread_util.h colorbars.o: $(srcdir)/colorbars.h colorbars.o: ../config.h colorbars.o: $(srcdir)/resources.h @@ -249,6 +257,7 @@ grabclient.o: $(srcdir)/grabscreen.h grabclient.o: $(srcdir)/resources.h grabclient.o: $(srcdir)/utils.h grabclient.o: $(srcdir)/vroot.h +grabclient.o: $(srcdir)/yarandom.h grabscreen.o: $(srcdir)/colors.h grabscreen.o: ../config.h grabscreen.o: $(srcdir)/grabscreen.h @@ -279,8 +288,19 @@ resources.o: $(srcdir)/utils.h spline.o: ../config.h spline.o: $(srcdir)/spline.h spline.o: $(srcdir)/utils.h +textclient.o: ../config.h +textclient.o: $(srcdir)/resources.h +textclient.o: $(srcdir)/textclient.h +textclient.o: $(srcdir)/utils.h +thread_util.o: $(srcdir)/aligned_malloc.h +thread_util.o: ../config.h +thread_util.o: $(srcdir)/resources.h +thread_util.o: $(srcdir)/thread_util.h usleep.o: ../config.h +utf8wc.o: ../config.h +utf8wc.o: $(srcdir)/utf8wc.h visual-gl.o: ../config.h +visual-gl.o: $(srcdir)/resources.h visual-gl.o: $(srcdir)/utils.h visual-gl.o: $(srcdir)/visual.h visual.o: ../config.h @@ -291,6 +311,7 @@ xdbe.o: ../config.h xdbe.o: $(srcdir)/resources.h xdbe.o: $(srcdir)/utils.h xdbe.o: $(srcdir)/xdbe.h +xft.o: ../config.h xmu.o: ../config.h xshm.o: ../config.h xshm.o: $(srcdir)/resources.h