Released Gtk+-1.3.3.

Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>

        * Released Gtk+-1.3.3.

Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>

        * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
This commit is contained in:
Tim Janik
2001-04-04 07:20:41 +00:00
committed by Tim Janik
parent 2423d86b3d
commit dcb94348a7
66 changed files with 50661 additions and 7748 deletions

View File

@ -8,6 +8,7 @@ EXTRA_DIST = \
gdk.def \
makefile.mingw \
makefile.mingw.in \
makeenums.pl \
makefile.msc
common_includes = @STRIP_BEGIN@ \
@ -181,11 +182,11 @@ install-exec-local: gdkconfig.h
#note: not gdkconfig.h
BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h
gdkenumtypes.h: @REBUILD@ $(gdk_public_h_sources) makeenums.pl
gdkenumtypes.h: @REBUILD@ $(gdk_public_h_sources) $(srcdir)/makeenums.pl
cd $(srcdir) \
&& $(PERL) ./makeenums.pl include $(gdk_public_h_sources) > gdkenumtypes.h
gdkenumtypes.c: @REBUILD@ $(gdk_public_h_sources) makeenums.pl
gdkenumtypes.c: @REBUILD@ $(gdk_public_h_sources) $(srcdir)/makeenums.pl
cd $(srcdir) \
&& $(PERL) ./makeenums.pl cfile $(gdk_public_h_sources) > gdkenumtypes.c