forked from AuroraMiddleware/gtk
518f32d97e
2000-10-06 Havoc Pennington <hp@redhat.com> * Makefile.am (SRC_SUBDIRS): contrib subdir * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library, so it can be used in Xlib version * demos/testpixbuf.c (update_timeout): error checking from 1.0 tree * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync change from 1.0 tree that returns first frame of animation if the loaded file is an animation. * contrib: add new directory to hold stuff that comes with GTK+ but isn't really part of GTK+ (for now, gdk-pixbuf-xlib) * configure.in: add contrib/* 2000-10-06 Havoc Pennington <hp@redhat.com> * gdk-pixbuf.h: add GdkPixbufAlphaMode 2000-10-06 Havoc Pennington <hp@redhat.com> This entry is a summary of the merged-in changes from 1.0. Relevant original ChangeLog entries are spliced in after this entry; the files they refer to are from the 1.0 gdk-pixbuf sources. * pixops/pixops.c (pixops_composite_nearest): sync a small fix from 1.0 * io-xpm.c (xpm_seek_string): add fscanf error check from 1.0 Add progressive loader from 1.0 * io-tiff.c (gdk_pixbuf__tiff_image_begin_load): mem leak fixes from 1.0 tree * io-pnm.c: new version from 1.0 tree * io-jpeg.c (gdk_pixbuf__jpeg_image_load): sync from 1.0, use malloc not g_malloc * io-gif.c (lzw_read_byte): sync from 1.0, change a g_error to g_warning (gif_get_next_step): return 0 here, sync from 1.0 * gdk-pixbuf-util.c: sync email address change for Cody Russell 2000-09-11 Jeffrey Stedfast <fejj@helixcode.com> * gdk-pixbuf/io-pnm.c: Pretty much totally rewrote again because last nights code was still "broken". Should now properly handle all error conditions gracefully. 2000-09-10 Jeffrey Stedfast <fejj@helixcode.com> * gdk-pixbuf/io-pnm.c: Rewrote. 2000-09-09 Federico Mena Quintero <federico@helixcode.com> * gdk-pixbuf/pixops/pixops.c (pixops_composite_nearest): Compute the correct dest offset. 2000-08-25 Federico Mena Quintero <federico@helixcode.com> * gdk-pixbuf/io-xpm.c: #include <unistd.h> 2000-08-05 Larry Ewing <lewing@helixcode.com> * gdk-pixbuf/io-tiff.c: stop leaking context->tempname. * gdk-pixbuf/io-xpm.c: same as above. 2000-07-26 Michael Meeks <michael@helixcode.com> * gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_load): make g_malloc a malloc. 2000-07-21 Larry Ewing <lewing@helixcode.com> * gdk-pixbuf/io-xpm.c: add a fake progressive loader so that xpm at least supports the progressive interface like the one in io-tiff.c. This should be reimplemented as an actual progressive loader. 2000-07-19 Jonathan Blandford <jrb@redhat.com> * demo/pixbuf-demo.c (update_timeout): changed scaling level to make it look better. * gdk-pixbuf/testpixbuf.c (update_timeout): Patch from michael meeks to handle errors better.
153 lines
4.0 KiB
Makefile
153 lines
4.0 KiB
Makefile
## Makefile.am for GTK+
|
|
|
|
SRC_SUBDIRS = gdk-pixbuf gdk modules gtk demos contrib
|
|
SUBDIRS = po $(SRC_SUBDIRS) docs build
|
|
|
|
bin_SCRIPTS = gtk-config-2.0
|
|
|
|
# require automake 1.4
|
|
AUTOMAKE_OPTIONS = 1.4
|
|
|
|
EXTRA_DIST = \
|
|
HACKING \
|
|
gtk+.spec.in \
|
|
gtk-2.0.m4 \
|
|
makecopyright \
|
|
TODO \
|
|
TODO.xml \
|
|
NEWS.pre-1-0 \
|
|
ChangeLog.pre-1-0 \
|
|
ChangeLog.pre-1-2 \
|
|
README.cvs-commits \
|
|
README.win32 \
|
|
README.nanox \
|
|
intl/libgettext.h \
|
|
intl/po2tbl.sed.in \
|
|
examples/aspectframe/Makefile \
|
|
examples/aspectframe/aspectframe.c \
|
|
examples/Makefile \
|
|
examples/README.1ST \
|
|
examples/extract.awk \
|
|
examples/extract.sh \
|
|
examples/arrow/Makefile \
|
|
examples/arrow/arrow.c \
|
|
examples/base/Makefile \
|
|
examples/base/base.c \
|
|
examples/buttonbox/Makefile \
|
|
examples/buttonbox/buttonbox.c \
|
|
examples/buttons/Makefile \
|
|
examples/buttons/buttons.c \
|
|
examples/buttons/info.xpm \
|
|
examples/calendar/Makefile \
|
|
examples/calendar/calendar.c \
|
|
examples/clist/Makefile \
|
|
examples/clist/clist.c \
|
|
examples/entry/Makefile \
|
|
examples/entry/entry.c \
|
|
examples/eventbox/Makefile \
|
|
examples/eventbox/eventbox.c \
|
|
examples/filesel/Makefile \
|
|
examples/filesel/filesel.c \
|
|
examples/gtkdial/Makefile \
|
|
examples/gtkdial/dial_test.c \
|
|
examples/gtkdial/gtkdial.c \
|
|
examples/gtkdial/gtkdial.h \
|
|
examples/helloworld/Makefile \
|
|
examples/helloworld/helloworld.c \
|
|
examples/helloworld2/Makefile \
|
|
examples/helloworld2/helloworld2.c \
|
|
examples/label/Makefile \
|
|
examples/label/label.c \
|
|
examples/list/Makefile \
|
|
examples/list/list.c \
|
|
examples/menu/Makefile \
|
|
examples/menu/menu.c \
|
|
examples/menu/itemfactory.c \
|
|
examples/notebook/Makefile \
|
|
examples/notebook/notebook.c \
|
|
examples/packbox/Makefile \
|
|
examples/packbox/packbox.c \
|
|
examples/packer/Makefile \
|
|
examples/packer/pack.c \
|
|
examples/paned/Makefile \
|
|
examples/paned/paned.c \
|
|
examples/pixmap/Makefile \
|
|
examples/pixmap/pixmap.c \
|
|
examples/progressbar/Makefile \
|
|
examples/progressbar/progressbar.c \
|
|
examples/radiobuttons/Makefile \
|
|
examples/radiobuttons/radiobuttons.c \
|
|
examples/rangewidgets/Makefile \
|
|
examples/rangewidgets/rangewidgets.c \
|
|
examples/rulers/Makefile \
|
|
examples/rulers/rulers.c \
|
|
examples/scribble-simple/Makefile \
|
|
examples/scribble-simple/scribble-simple.c \
|
|
examples/scribble-xinput/Makefile \
|
|
examples/scribble-xinput/scribble-xinput.c \
|
|
examples/scrolledwin/Makefile \
|
|
examples/scrolledwin/scrolledwin.c \
|
|
examples/selection/Makefile \
|
|
examples/selection/gettargets.c \
|
|
examples/selection/setselection.c \
|
|
examples/statusbar/Makefile \
|
|
examples/statusbar/statusbar.c \
|
|
examples/table/Makefile \
|
|
examples/table/table.c \
|
|
examples/text/Makefile \
|
|
examples/text/text.c \
|
|
examples/tictactoe/Makefile \
|
|
examples/tictactoe/tictactoe.c \
|
|
examples/tictactoe/tictactoe.h \
|
|
examples/tictactoe/ttt_test.c \
|
|
examples/tree/Makefile \
|
|
examples/tree/tree.c \
|
|
examples/wheelbarrow/Makefile \
|
|
examples/wheelbarrow/wheelbarrow.c \
|
|
examples/fixed/fixed.c \
|
|
examples/fixed/Makefile \
|
|
examples/frame/frame.c \
|
|
examples/frame/Makefile \
|
|
examples/spinbutton/spinbutton.c \
|
|
examples/spinbutton/Makefile \
|
|
examples/find-examples.sh
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA= gdk-pixbuf-2.0.pc gdk-2.0.pc gtk+-2.0.pc
|
|
|
|
dist-hook: gtk+.spec
|
|
if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \
|
|
CONFIG_FILES="INSTALL:$(srcdir)/INSTALL.in README:$(srcdir)/README.in" \
|
|
CONFIG_HEADERS= \
|
|
$(SHELL) config.status \
|
|
&& cp INSTALL README $(distdir) ; \
|
|
fi \
|
|
&& cp gtk+.spec $(distdir)
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
m4data_DATA = gtk-2.0.m4
|
|
|
|
.PHONY: files release sanity snapshot
|
|
|
|
files:
|
|
@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
|
|
echo $$p; \
|
|
done
|
|
@for subdir in $(SUBDIRS); do \
|
|
files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
|
|
for file in $$files; do \
|
|
echo $$subdir/$$file; \
|
|
done; \
|
|
done
|
|
|
|
release:
|
|
rm -rf .deps */.deps
|
|
$(MAKE) distcheck
|
|
|
|
sanity:
|
|
./sanity_check $(VERSION)
|
|
|
|
|
|
snapshot:
|
|
$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
|