This commit is contained in:
Adam D. Moss
1999-03-20 19:50:30 +00:00
parent d28b72a018
commit 9bdea7aae4
3 changed files with 2317 additions and 0 deletions

1141
plug-ins/common/gifload.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,35 @@
## Process this file with automake to produce Makefile.in
pluginlibdir = $(gimpplugindir)/plug-ins
pluginlib_PROGRAMS = gifload
gifload_SOURCES = \
gifload.c
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)
LDADD = \
$(top_builddir)/libgimp/libgimp.la \
$(GTK_LIBS)
DEPS = \
$(top_builddir)/libgimp/libgimp.la
gifload_DEPENDENCIES = $(DEPS)
.PHONY: files
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

1141
plug-ins/gifload/gifload.c Normal file

File diff suppressed because it is too large Load Diff