Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 1211:eecdeb37934a
prev1200:3b2097efa97d
next1225:73dd41cb37a8
author nkeynes
date Wed Feb 15 17:54:51 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE_ARB for frame buffers, for
systems that don't provide the latter (and there's not really much
difference anyway).
Add macro wrangling for GL_DEPTH24_STENCIL8 format
file annotate diff log raw
1.1 --- a/Makefile.in Wed Dec 21 17:13:08 2011 +1000
1.2 +++ b/Makefile.in Wed Feb 15 17:54:51 2012 +1000
1.3 @@ -46,7 +46,7 @@
1.4 subdir = .
1.5 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.6 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
1.7 - $(top_srcdir)/configure.in
1.8 + $(top_srcdir)/m4/ccforbuild.m4 $(top_srcdir)/configure.in
1.9 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1.10 $(ACLOCAL_M4)
1.11 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1.12 @@ -154,6 +154,8 @@
1.13 EXEEXT = @EXEEXT@
1.14 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1.15 GLIB_CFLAGS = @GLIB_CFLAGS@
1.16 +GLIB_FOR_BUILD_CFLAGS = @GLIB_FOR_BUILD_CFLAGS@
1.17 +GLIB_FOR_BUILD_LIBS = @GLIB_FOR_BUILD_LIBS@
1.18 GLIB_LIBS = @GLIB_LIBS@
1.19 GMOFILES = @GMOFILES@
1.20 GMSGFMT = @GMSGFMT@
1.21 @@ -550,7 +552,7 @@
1.22 distdir: $(DISTFILES)
1.23 $(am__remove_distdir)
1.24 mkdir $(distdir)
1.25 - $(mkdir_p) $(distdir)/. $(distdir)/po $(distdir)/test
1.26 + $(mkdir_p) $(distdir)/. $(distdir)/m4 $(distdir)/po $(distdir)/test
1.27 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1.28 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
1.29 list='$(DISTFILES)'; for file in $$list; do \
.