X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2FMakefile.in;h=5df7f0c6adee9f037adab039c2b0ed3a2b115399;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hp=f6cc10b7d4bc8081604341598bfb4e5971321f2f;hpb=6f5482d73adb0165c0130bb47d852644ab0c4869;p=xscreensaver diff --git a/utils/Makefile.in b/utils/Makefile.in index f6cc10b7..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 textclient.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 textclient.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 textclient.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 @@ -284,7 +292,13 @@ 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 @@ -297,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