hooray
This commit is contained in:
1141
plug-ins/common/gifload.c
Normal file
1141
plug-ins/common/gifload.c
Normal file
File diff suppressed because it is too large
Load Diff
35
plug-ins/gifload/Makefile.am
Normal file
35
plug-ins/gifload/Makefile.am
Normal 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
1141
plug-ins/gifload/gifload.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user