various dist fixes

-Yosh
This commit is contained in:
Manish Singh
1999-06-06 18:17:57 +00:00
parent ac98e8fa81
commit a8b0fb2411
8 changed files with 79 additions and 49 deletions

View File

@ -1,3 +1,10 @@
Sun Jun 6 11:16:12 PDT 1999 Manish Singh <yosh@gimp.org>
* Makefile.am
* app/Makefile.am
* libgimp/Makefile.am
* plug-ins/rcm/Makefile.am: various dist fixes
1999-06-06 Michael Natterer <mitschel@cs.tu-berlin.de> 1999-06-06 Michael Natterer <mitschel@cs.tu-berlin.de>
* app/Makefile.am * app/Makefile.am

View File

@ -27,50 +27,52 @@ EXTRA_DIST = \
cursors/mouse1_selmmsk \ cursors/mouse1_selmmsk \
cursors/mouse1_selp \ cursors/mouse1_selp \
cursors/mouse1_selpmsk \ cursors/mouse1_selpmsk \
pixmaps/anchor.xpm \ cursors/mouse1_u \
pixmaps/chain.xpm \ cursors/mouse1_umsk \
pixmaps/channel.xbm \ pixmaps/anchor.xpm \
pixmaps/delete.xpm \ pixmaps/chain.xpm \
pixmaps/duplicate.xpm \ pixmaps/channel.xbm \
pixmaps/eye.xbm \ pixmaps/delete.xpm \
pixmaps/layer.xbm \ pixmaps/duplicate.xpm \
pixmaps/linked.xbm \ pixmaps/eye.xbm \
pixmaps/locked.xpm \ pixmaps/layer.xbm \
pixmaps/lower.xpm \ pixmaps/linked.xbm \
pixmaps/mask.xbm \ pixmaps/locked.xpm \
pixmaps/new.xpm \ pixmaps/lower.xpm \
pixmaps/no.xpm \ pixmaps/mask.xbm \
pixmaps/raise.xpm \ pixmaps/new.xpm \
pixmaps/path.xbm \ pixmaps/no.xpm \
pixmaps/penadd.xpm \ pixmaps/raise.xpm \
pixmaps/pendel.xpm \ pixmaps/path.xbm \
pixmaps/penedit.xpm \ pixmaps/penadd.xpm \
pixmaps/pennorm.xpm \ pixmaps/pendel.xpm \
pixmaps/penstroke.xpm \ pixmaps/penedit.xpm \
pixmaps/toselection.xpm \ pixmaps/pennorm.xpm \
pixmaps/yes.xpm \ pixmaps/penstroke.xpm \
pixmaps/zoom_in.xpm \ pixmaps/toselection.xpm \
pixmaps/zoom_out.xpm \ pixmaps/yes.xpm \
README.i18n \ pixmaps/zoom_in.xpm \
README.win32 \ pixmaps/zoom_out.xpm \
README.perl \ README.i18n \
ChangeLog.pre-1-0 \ README.win32 \
MAINTAINERS \ README.perl \
TODO \ ChangeLog.pre-1-0 \
gtkrc \ MAINTAINERS \
unitrc \ TODO \
gimp_logo.ppm \ gtkrc \
gimp_splash.ppm \ unitrc \
gimp1_1_splash.ppm \ gimp_logo.ppm \
rmshm \ gimp_splash.ppm \
user_install \ gimp1_1_splash.ppm \
user_install.bat \ rmshm \
ps-menurc \ user_install \
gimp.1 \ user_install.bat \
gimptool.1 \ ps-menurc \
gtkrc.forest2 \ gimp.1 \
gimp.m4 \ gimptool.1 \
gimprc.win32 \ gtkrc.forest2 \
gimp.m4 \
gimprc.win32 \
config.h.win32 config.h.win32
gimpdata_DATA = \ gimpdata_DATA = \

View File

@ -388,6 +388,7 @@ EXTRA_DIST = \
makefile.msc \ makefile.msc \
gimp.def \ gimp.def \
gimp.rc \ gimp.rc \
gimp.sym \
wilber.ico wilber.ico

View File

@ -120,7 +120,8 @@ gimpinclude_HEADERS = \
gserialize.h \ gserialize.h \
parasite.h \ parasite.h \
parasiteF.h \ parasiteF.h \
parasiteP.h parasiteP.h \
stdplugins-intl.h
libgimp_la_LDFLAGS = \ libgimp_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \

View File

@ -14,7 +14,8 @@ rcm_SOURCES = \
rcm_gdk.c \ rcm_gdk.c \
rcm_gdk.h \ rcm_gdk.h \
rcm_misc.c \ rcm_misc.c \
rcm_misc.h rcm_misc.h \
rcm_pixmaps.h
INCLUDES = \ INCLUDES = \
-I$(top_srcdir) \ -I$(top_srcdir) \

View File

@ -1,4 +1,10 @@
Sun Jun 6 11:16:56 PDT 1999 Manish Singh <yosh@gimp.org>
* Makefile.am
* configure.in: various dist fixes
1999-05-19 Tor Lillqvist <tml@iki.fi> 1999-05-19 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Distribute getopt.c and makefile.msc. * Makefile.am: Distribute getopt.c and makefile.msc.
* getopt.c makefile.msc: New files. * getopt.c makefile.msc: New files.

View File

@ -4,10 +4,13 @@ noinst_PROGRAMS = gcg
EXTRA_DIST = \ EXTRA_DIST = \
getopt.c \ getopt.c \
makefile.msc makefile.msc \
gh/gcg.gh \
gh/glib.gh \
gh/gtk.gh
#CPPFLAGS = -DCPP_SEARCH=\"" -I $(datadir)/gcg -I ."\" #AM_CPPFLAGS = -DCPP_SEARCH=\"" -I $(datadir)/gcg -I ."\"
CPPFLAGS = -DCPP_SEARCH=\"" -I ."\" AM_CPPFLAGS = -DCPP_SEARCH=\"" -I ."\"
INCLUDES = @GLIB_CFLAGS@ INCLUDES = @GLIB_CFLAGS@
YFLAGS = -d -v YFLAGS = -d -v
LFLAGS = -d LFLAGS = -d
@ -25,3 +28,9 @@ gcg_SOURCES = \
output_object.c \ output_object.c \
fp.c \ fp.c \
marshall.c marshall.c
if FALSE
ex = ex
endif
SUBDIRS = $(ex)

View File

@ -10,6 +10,9 @@ AC_PROG_RANLIB
AC_PROG_YACC AC_PROG_YACC
AM_PROG_LEX AM_PROG_LEX
dnl Utility conditional
AM_CONDITIONAL(FALSE, test x = y)
AM_PATH_GLIB(1.0.0,,AC_ERROR(need at least Glib version 1.0)) AM_PATH_GLIB(1.0.0,,AC_ERROR(need at least Glib version 1.0))
CPP_PROGRAM="$CPP" CPP_PROGRAM="$CPP"