X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2FMakefile.in;h=ea5f114470442dddc9ba1358a3ab2b8b93b12187;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=c055cbe3462e3c14e9763328f95158f37c92acd6;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/utils/Makefile.in b/utils/Makefile.in index c055cbe3..ea5f1144 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -1,4 +1,4 @@ -# utils/Makefile.in --- xscreensaver, Copyright (c) 1997-2005 Jamie Zawinski. +# utils/Makefile.in --- xscreensaver, Copyright (c) 1997-2010 Jamie Zawinski. # the `../configure' script generates `utils/Makefile' from this file. @@ -81,6 +81,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ prefix = @prefix@ +datarootdir = @datarootdir@ CC = @CC@ CFLAGS = @CFLAGS@ @@ -98,20 +99,26 @@ INSTALL_DIRS = @INSTALL_DIRS@ X_CFLAGS = @X_CFLAGS@ -INCLUDES = -I$(srcdir) -I.. @INCLUDES@ +INCLUDES_1 = -I$(srcdir) -I.. +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 \ + textclient-mobile.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 \ + textclient-mobile.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 \ @@ -159,7 +166,7 @@ distdepend:: @echo updating dependencies in `pwd`/Makefile.in... ; \ $(DEPEND) -w 0 -f - \ -s '# DO NOT DELETE: updated by make distdepend' $(DEPEND_FLAGS) -- \ - $(INCLUDES) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) -- \ + $(INCLUDES_1) $(DEFS) $(DEPEND_DEFINES) $(CFLAGS) $(X_CFLAGS) -- \ $(SRCS) 2>/dev/null | \ sort -d | \ ( \ @@ -183,7 +190,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 @@ -214,6 +221,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 @@ -221,6 +229,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 @@ -247,6 +259,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 @@ -277,8 +290,21 @@ 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 +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 @@ -289,6 +315,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