mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
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:
parent
88a7bf6391
commit
c8ca369b47
8 changed files with 30 additions and 2020 deletions
15
ChangeLog
15
ChangeLog
|
@ -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>
|
||||
|
||||
* plug-ins/common/jigsaw.c: ported to GimpAspectPreview.
|
||||
|
|
|
@ -1624,7 +1624,6 @@ plug-ins/common/Makefile
|
|||
plug-ins/faxg3/Makefile
|
||||
plug-ins/fits/Makefile
|
||||
plug-ins/flame/Makefile
|
||||
plug-ins/fp/Makefile
|
||||
plug-ins/gfig/Makefile
|
||||
plug-ins/gfig/gfig-examples/Makefile
|
||||
plug-ins/gfig/images/Makefile
|
||||
|
|
|
@ -40,7 +40,6 @@ SUBDIRS = \
|
|||
faxg3 \
|
||||
fits \
|
||||
flame \
|
||||
fp \
|
||||
gfig \
|
||||
gflare \
|
||||
gfli \
|
||||
|
|
|
@ -70,6 +70,7 @@ libexec_PROGRAMS = \
|
|||
exchange \
|
||||
film \
|
||||
flarefx \
|
||||
fp \
|
||||
fractaltrace \
|
||||
gauss \
|
||||
gbr \
|
||||
|
@ -742,6 +743,19 @@ flarefx_LDADD = \
|
|||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
fp_SOURCES = \
|
||||
fp.c
|
||||
|
||||
fp_LDADD = \
|
||||
$(libgimpui) \
|
||||
$(libgimpwidgets) \
|
||||
$(libgimp) \
|
||||
$(libgimpcolor) \
|
||||
$(libgimpbase) \
|
||||
$(GTK_LIBS) \
|
||||
$(RT_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
fractaltrace_SOURCES = \
|
||||
fractaltrace.c
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
'exchange' => { libdep => 'gtk', ui => 1 },
|
||||
'film' => { libdep => 'gtk', ui => 1 },
|
||||
'flarefx' => { libdep => 'gtk', ui => 1 },
|
||||
'fp' => { libdep => 'gtk', ui => 1 },
|
||||
'fractaltrace' => { libdep => 'gtk', ui => 1 },
|
||||
'gauss' => { libdep => 'gtk', ui => 1 },
|
||||
'gbr' => { libdep => 'gtk', ui => 1 },
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
.deps
|
||||
_libs
|
||||
.libs
|
||||
fp
|
|
@ -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)
|
1977
plug-ins/fp/fp.c
1977
plug-ins/fp/fp.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue