Moved from here...

2004-10-11  Manish Singh  <yosh@gimp.org>

        * plug-ins/fp/fp.c: Moved from here...

        * plug-ins/common/fp.c: ... to here.

        * plug-ins/common/plugin-defs.pl: changed accordingly.

        * plug-ins/common/.cvsignore
        * plug-ins/common/Makefile.am: regenerated.

        * configure.in
        * plug-ins/Makefile.am
        * plug-ins/fp: Removed directory.
This commit is contained in:
Manish Singh 2004-10-11 21:34:43 +00:00 committed by Manish Singh
parent 88a7bf6391
commit c8ca369b47
8 changed files with 30 additions and 2020 deletions

View file

@ -1,3 +1,18 @@
2004-10-11 Manish Singh <yosh@gimp.org>
* plug-ins/fp/fp.c: Moved from here...
* plug-ins/common/fp.c: ... to here.
* plug-ins/common/plugin-defs.pl: changed accordingly.
* plug-ins/common/.cvsignore
* plug-ins/common/Makefile.am: regenerated.
* configure.in
* plug-ins/Makefile.am
* plug-ins/fp: Removed directory.
2004-10-11 DindinX <dindinx@gimp.org> 2004-10-11 DindinX <dindinx@gimp.org>
* plug-ins/common/jigsaw.c: ported to GimpAspectPreview. * plug-ins/common/jigsaw.c: ported to GimpAspectPreview.

View file

@ -1624,7 +1624,6 @@ plug-ins/common/Makefile
plug-ins/faxg3/Makefile plug-ins/faxg3/Makefile
plug-ins/fits/Makefile plug-ins/fits/Makefile
plug-ins/flame/Makefile plug-ins/flame/Makefile
plug-ins/fp/Makefile
plug-ins/gfig/Makefile plug-ins/gfig/Makefile
plug-ins/gfig/gfig-examples/Makefile plug-ins/gfig/gfig-examples/Makefile
plug-ins/gfig/images/Makefile plug-ins/gfig/images/Makefile

View file

@ -40,7 +40,6 @@ SUBDIRS = \
faxg3 \ faxg3 \
fits \ fits \
flame \ flame \
fp \
gfig \ gfig \
gflare \ gflare \
gfli \ gfli \

View file

@ -70,6 +70,7 @@ libexec_PROGRAMS = \
exchange \ exchange \
film \ film \
flarefx \ flarefx \
fp \
fractaltrace \ fractaltrace \
gauss \ gauss \
gbr \ gbr \
@ -742,6 +743,19 @@ flarefx_LDADD = \
$(RT_LIBS) \ $(RT_LIBS) \
$(INTLLIBS) $(INTLLIBS)
fp_SOURCES = \
fp.c
fp_LDADD = \
$(libgimpui) \
$(libgimpwidgets) \
$(libgimp) \
$(libgimpcolor) \
$(libgimpbase) \
$(GTK_LIBS) \
$(RT_LIBS) \
$(INTLLIBS)
fractaltrace_SOURCES = \ fractaltrace_SOURCES = \
fractaltrace.c fractaltrace.c

View file

@ -42,6 +42,7 @@
'exchange' => { libdep => 'gtk', ui => 1 }, 'exchange' => { libdep => 'gtk', ui => 1 },
'film' => { libdep => 'gtk', ui => 1 }, 'film' => { libdep => 'gtk', ui => 1 },
'flarefx' => { libdep => 'gtk', ui => 1 }, 'flarefx' => { libdep => 'gtk', ui => 1 },
'fp' => { libdep => 'gtk', ui => 1 },
'fractaltrace' => { libdep => 'gtk', ui => 1 }, 'fractaltrace' => { libdep => 'gtk', ui => 1 },
'gauss' => { libdep => 'gtk', ui => 1 }, 'gauss' => { libdep => 'gtk', ui => 1 },
'gbr' => { libdep => 'gtk', ui => 1 }, 'gbr' => { libdep => 'gtk', ui => 1 },

View file

@ -1,6 +0,0 @@
Makefile.in
Makefile
.deps
_libs
.libs
fp

View file

@ -1,35 +0,0 @@
## Process this file with automake to produce Makefile.in
libgimpui = $(top_builddir)/libgimp/libgimpui-$(GIMP_API_VERSION).la
libgimpwidgets = $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la
libgimp = $(top_builddir)/libgimp/libgimp-$(GIMP_API_VERSION).la
libgimpcolor = $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
if OS_WIN32
mwindows = -mwindows
endif
AM_LDFLAGS = $(mwindows)
libexecdir = $(gimpplugindir)/plug-ins
libexec_PROGRAMS = fp
fp_SOURCES = \
fp.c
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
-I$(includedir)
LDADD = \
$(libgimpui) \
$(libgimpwidgets) \
$(libgimp) \
$(libgimpcolor) \
$(libgimpbase) \
$(GTK_LIBS) \
$(RT_LIBS) \
$(INTLLIBS)

File diff suppressed because it is too large Load diff