mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
Yet more missing things. I'm going slightly mad.
git-svn-id: svn://localhost/ardour2/trunk@2649 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cec0caf4fc
commit
f44e2a5e69
18 changed files with 3091 additions and 0 deletions
16
libs/glibmm2/docs/images/Makefile.am
Normal file
16
libs/glibmm2/docs/images/Makefile.am
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
EXTRA_DIST = gtkmm_logo.gif top.gif
|
||||
|
||||
# Post to the website.
|
||||
include $(top_srcdir)/docs/Makefile_web.am_fragment
|
||||
|
||||
imagesdir = $(gtkmm_docdir)/images
|
||||
images_DATA = gtkmm_logo.gif top.gif
|
||||
|
||||
post-html: gtkmm_logo.gif top.gif
|
||||
rsync $(rsync_args) $^ $$USER@$(web_host):$(web_path_docs)images/
|
||||
|
||||
doc-clean:
|
||||
|
||||
.PHONY: post-html doc-clean
|
||||
|
||||
398
libs/glibmm2/docs/images/Makefile.in
Normal file
398
libs/glibmm2/docs/images/Makefile.in
Normal file
|
|
@ -0,0 +1,398 @@
|
|||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ../..
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/docs/Makefile_web.am_fragment
|
||||
subdir = docs/images
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/scripts/cxx.m4 \
|
||||
$(top_srcdir)/scripts/cxx_std.m4 \
|
||||
$(top_srcdir)/scripts/docgen.m4 \
|
||||
$(top_srcdir)/scripts/glibmm_check_perl.m4 \
|
||||
$(top_srcdir)/scripts/macros.m4 \
|
||||
$(top_srcdir)/scripts/reduced.m4 $(top_srcdir)/scripts/sun.m4 \
|
||||
$(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config.h \
|
||||
$(top_builddir)/glib/glibmmconfig.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(imagesdir)"
|
||||
imagesDATA_INSTALL = $(INSTALL_DATA)
|
||||
DATA = $(images_DATA)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMDEP_FALSE = @AMDEP_FALSE@
|
||||
AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DISABLE_DEPRECATED_API_CFLAGS = @DISABLE_DEPRECATED_API_CFLAGS@
|
||||
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
|
||||
GLIBMM_LIBS = @GLIBMM_LIBS@
|
||||
GLIBMM_MAJOR_VERSION = @GLIBMM_MAJOR_VERSION@
|
||||
GLIBMM_MICRO_VERSION = @GLIBMM_MICRO_VERSION@
|
||||
GLIBMM_MINOR_VERSION = @GLIBMM_MINOR_VERSION@
|
||||
GLIBMM_RELEASE = @GLIBMM_RELEASE@
|
||||
GLIBMM_VERSION = @GLIBMM_VERSION@
|
||||
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
|
||||
GTHREAD_LIBS = @GTHREAD_LIBS@
|
||||
GTKMMPROC_MERGECDOCS = @GTKMMPROC_MERGECDOCS@
|
||||
GTKMM_DOXYGEN_INPUT = @GTKMM_DOXYGEN_INPUT@
|
||||
GTKMM_FALSE_FALSE = @GTKMM_FALSE_FALSE@
|
||||
GTKMM_FALSE_TRUE = @GTKMM_FALSE_TRUE@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBGLIBMM_SO_VERSION = @LIBGLIBMM_SO_VERSION@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
MAINT = @MAINT@
|
||||
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
||||
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OS_WIN32_FALSE = @OS_WIN32_FALSE@
|
||||
OS_WIN32_TRUE = @OS_WIN32_TRUE@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL_PATH = @PERL_PATH@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
|
||||
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
|
||||
RANLIB = @RANLIB@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_AS = @ac_ct_AS@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
||||
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
EXTRA_DIST = gtkmm_logo.gif top.gif
|
||||
web_host = gtkmm.org
|
||||
web_path_gtkmm = /home/murrayc/gtkmm.org/docs/glibmm-2.4/
|
||||
#web_path_gtkmm = /home/groups/g/gt/gtkmm/htdocs/docs/glibmm-2.4/
|
||||
web_path_docs = $(web_path_gtkmm)docs/
|
||||
rsync_args = -vz --rsh ssh --delete --delete-after
|
||||
gtkmm_docdir = $(datadir)/doc/glibmm-2.4/docs
|
||||
|
||||
# Post to the website.
|
||||
imagesdir = $(gtkmm_docdir)/images
|
||||
images_DATA = gtkmm_logo.gif top.gif
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/docs/Makefile_web.am_fragment $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/images/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu docs/images/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
install-imagesDATA: $(images_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(imagesdir)" || $(mkdir_p) "$(DESTDIR)$(imagesdir)"
|
||||
@list='$(images_DATA)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(imagesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imagesdir)/$$f'"; \
|
||||
$(imagesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imagesdir)/$$f"; \
|
||||
done
|
||||
|
||||
uninstall-imagesDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(images_DATA)'; for p in $$list; do \
|
||||
f=$(am__strip_dir) \
|
||||
echo " rm -f '$(DESTDIR)$(imagesdir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(imagesdir)/$$f"; \
|
||||
done
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
$(mkdir_p) $(distdir)/../../docs
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
case $$file in \
|
||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||
esac; \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkdir_p) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(DATA)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(imagesdir)"; do \
|
||||
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-libtool
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-imagesDATA
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-imagesDATA uninstall-info-am
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-exec install-exec-am \
|
||||
install-imagesDATA install-info install-info-am install-man \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
uninstall uninstall-am uninstall-imagesDATA uninstall-info-am
|
||||
|
||||
|
||||
post-html: gtkmm_logo.gif top.gif
|
||||
rsync $(rsync_args) $^ $$USER@$(web_host):$(web_path_docs)images/
|
||||
|
||||
doc-clean:
|
||||
|
||||
.PHONY: post-html doc-clean
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
BIN
libs/glibmm2/docs/images/gtkmm_logo.gif
Normal file
BIN
libs/glibmm2/docs/images/gtkmm_logo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
BIN
libs/glibmm2/docs/images/top.gif
Normal file
BIN
libs/glibmm2/docs/images/top.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 260 B |
10
libs/glibmm2/docs/internal/Makefile.am
Normal file
10
libs/glibmm2/docs/internal/Makefile.am
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
EXTRA_DIST = gtk_entry.dia \
|
||||
documentation_generation.txt gmmproc_internals.txt using_gmmproc.txt
|
||||
|
||||
post-html:
|
||||
|
||||
doc-clean:
|
||||
|
||||
.PHONY: post-html doc-clean
|
||||
|
||||
357
libs/glibmm2/docs/internal/Makefile.in
Normal file
357
libs/glibmm2/docs/internal/Makefile.in
Normal file
|
|
@ -0,0 +1,357 @@
|
|||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ../..
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = docs/internal
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/scripts/cxx.m4 \
|
||||
$(top_srcdir)/scripts/cxx_std.m4 \
|
||||
$(top_srcdir)/scripts/docgen.m4 \
|
||||
$(top_srcdir)/scripts/glibmm_check_perl.m4 \
|
||||
$(top_srcdir)/scripts/macros.m4 \
|
||||
$(top_srcdir)/scripts/reduced.m4 $(top_srcdir)/scripts/sun.m4 \
|
||||
$(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config.h \
|
||||
$(top_builddir)/glib/glibmmconfig.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMDEP_FALSE = @AMDEP_FALSE@
|
||||
AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DISABLE_DEPRECATED_API_CFLAGS = @DISABLE_DEPRECATED_API_CFLAGS@
|
||||
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
|
||||
GLIBMM_LIBS = @GLIBMM_LIBS@
|
||||
GLIBMM_MAJOR_VERSION = @GLIBMM_MAJOR_VERSION@
|
||||
GLIBMM_MICRO_VERSION = @GLIBMM_MICRO_VERSION@
|
||||
GLIBMM_MINOR_VERSION = @GLIBMM_MINOR_VERSION@
|
||||
GLIBMM_RELEASE = @GLIBMM_RELEASE@
|
||||
GLIBMM_VERSION = @GLIBMM_VERSION@
|
||||
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
|
||||
GTHREAD_LIBS = @GTHREAD_LIBS@
|
||||
GTKMMPROC_MERGECDOCS = @GTKMMPROC_MERGECDOCS@
|
||||
GTKMM_DOXYGEN_INPUT = @GTKMM_DOXYGEN_INPUT@
|
||||
GTKMM_FALSE_FALSE = @GTKMM_FALSE_FALSE@
|
||||
GTKMM_FALSE_TRUE = @GTKMM_FALSE_TRUE@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBGLIBMM_SO_VERSION = @LIBGLIBMM_SO_VERSION@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
MAINT = @MAINT@
|
||||
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
||||
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OS_WIN32_FALSE = @OS_WIN32_FALSE@
|
||||
OS_WIN32_TRUE = @OS_WIN32_TRUE@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL_PATH = @PERL_PATH@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
|
||||
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
|
||||
RANLIB = @RANLIB@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_AS = @ac_ct_AS@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
||||
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
EXTRA_DIST = gtk_entry.dia \
|
||||
documentation_generation.txt gmmproc_internals.txt using_gmmproc.txt
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/internal/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu docs/internal/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
case $$file in \
|
||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||
esac; \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkdir_p) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile
|
||||
installdirs:
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-libtool
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-info-am
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||
distclean distclean-generic distclean-libtool distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-data install-data-am install-exec install-exec-am \
|
||||
install-info install-info-am install-man install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
|
||||
uninstall-info-am
|
||||
|
||||
|
||||
post-html:
|
||||
|
||||
doc-clean:
|
||||
|
||||
.PHONY: post-html doc-clean
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
41
libs/glibmm2/docs/internal/documentation_generation.txt
Normal file
41
libs/glibmm2/docs/internal/documentation_generation.txt
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
*** Reference documentation.
|
||||
- Type "make" in docs/reference to generate HTML docs
|
||||
from the source code.
|
||||
- We use Doxygen.
|
||||
Doxygen comments: Use either
|
||||
|
||||
/// This does something.
|
||||
void something()
|
||||
|
||||
or
|
||||
|
||||
/** This does something
|
||||
* It does it like so.
|
||||
* @param foo The foo to be somethinged.
|
||||
*/
|
||||
void something(Foo& foo);
|
||||
|
||||
Rememeber to actually look at the documentation before adding these
|
||||
comments to the .hg files. It might not be necessary because
|
||||
gtkmmproc might do it for you - see the next section.
|
||||
|
||||
- Reuse of GTK+ documentation:
|
||||
When gtkmmproc generates the .h/.cc files from the .hg/.ccg files,
|
||||
it inserts doxygen comments based on the gtk-doc comments in the
|
||||
GTK+ source code.
|
||||
gtkmmproc does this by looking at gtk/src/gtk_docs.xml, which is
|
||||
generated occasionally by the pygtk/codegen/docextract_to_xml.py
|
||||
python script, in the gnome-python cvs module.
|
||||
|
||||
- Overriding the GTK documentation:
|
||||
Sometimes the GTK documentation for a functoin is not appropriate
|
||||
for the gtkmm method that wraps it. If so, you should add a
|
||||
section to gtk/src/gtk_docs_override.xml
|
||||
|
||||
|
||||
*** Book
|
||||
- The "Programming with gtkmmproc" book is in DocBook XML 4 format.
|
||||
- Type make in docs/tutorial to build the HTML.
|
||||
|
||||
|
||||
|
||||
135
libs/glibmm2/docs/internal/gmmproc_internals.txt
Normal file
135
libs/glibmm2/docs/internal/gmmproc_internals.txt
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
How it works
|
||||
------------
|
||||
Gtkmmproc is a 3 pass process.
|
||||
1. Parse .hg/.ccg files and generate meta m4 macros in a tmp file (e.g. gtkmmproc5466.g1)
|
||||
2. run m4 to expand macro text (to get e.g. (e.g. gtkmmproc5466.g2)
|
||||
3. snip file into pieces. (.h .private_h, .cc)
|
||||
|
||||
1.
|
||||
The first pass is to escape anything which may cause problems
|
||||
with m4 processing of a file. This pass is performed in perl.
|
||||
It also implements meta macros which are macros in which
|
||||
a C++ declaration must be broken into an argument list.
|
||||
Commands marked with <meta> are implmented at this
|
||||
level.
|
||||
|
||||
TODO: <meta> ? Is this still true? murrayc
|
||||
|
||||
At this point there is a file (e.g. /tmp/gtkmmproc5466.g1)
|
||||
which contains text and m4 code. This m4 code is our m4
|
||||
macros which will be expanded in the next pass.
|
||||
|
||||
2.
|
||||
The second pass does both expansion and rearrangement of
|
||||
code. The entire file including both the .hg headers and the
|
||||
.ccg source files are processed as one piece. This is because
|
||||
some macros expand into multiple sections. Commands marked
|
||||
with <m4> are implemented at this level.
|
||||
|
||||
3.
|
||||
The third pass is to take the M4 output and snip it into
|
||||
the actually header and implementation files for use.
|
||||
There are no commands which communicate directly with this layer,
|
||||
though any raw C++ code from the .hg/.ccg files will of course be
|
||||
carried through to here.
|
||||
|
||||
All macros are in capitals and are proceed by an underscore.
|
||||
|
||||
|
||||
Output files
|
||||
-------------
|
||||
|
||||
gtkmmproc generates 3 output files. One is the header for inclusion
|
||||
in user code. The other is the implementation including implementing
|
||||
all the macro built functions. The last is a private header. The
|
||||
private header contains all the functions which are necessary to
|
||||
derive a C object in the gtk+ object system from this widget.
|
||||
The private header is not for user consumption.
|
||||
|
||||
|
||||
Sectioning
|
||||
-----------
|
||||
|
||||
Much of the magic of gtkmmproc happens at the m4 level.
|
||||
This includes sectioning. Sectioning is method in which a macro
|
||||
can create pieces of text after or before the expansion of the
|
||||
macro. Sectioning is done with the m4 divert command.
|
||||
The macros _SECTION(), _PUSH() and _POP() are used to
|
||||
control what section is being writen.
|
||||
|
||||
It is important to understand how the sections of a class
|
||||
are assembled.
|
||||
|
||||
Example:
|
||||
|
||||
something.hg:
|
||||
#include <foo.h>
|
||||
|
||||
namespace Gtk {
|
||||
|
||||
class SomeThing
|
||||
{
|
||||
WRAP_CLASS(...)
|
||||
public:
|
||||
// my methods
|
||||
void do();
|
||||
};
|
||||
}
|
||||
|
||||
something.cmm:
|
||||
void Gtk::SomeThing::do() {}
|
||||
|
||||
This will be broken up into the following sections
|
||||
<<>> represents a include section. * marks macro expansions.
|
||||
(Names don't match current code look at m4 file to see what current
|
||||
name is.)
|
||||
|
||||
something.h:
|
||||
* #ifndef SOMETHING_H
|
||||
* #define SOMETHING_H
|
||||
#include <foo.h>
|
||||
<<FORWARD>>
|
||||
namespace Gtk {
|
||||
class SomeThing {
|
||||
{
|
||||
* public:
|
||||
* typedef ...
|
||||
* ....
|
||||
public:
|
||||
// my methods
|
||||
void do();
|
||||
|
||||
<<IMPL>>
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
something.cc:
|
||||
void Gtk::SomeThing::do() {}
|
||||
|
||||
* void gtkmm_something_init_type(
|
||||
* ....
|
||||
<<METHOD>>
|
||||
<<SIGNAL>>
|
||||
<<MEMBER>>
|
||||
|
||||
something_p.h:
|
||||
* class SomeThing_Class {
|
||||
<<PRIVATE>>
|
||||
* };
|
||||
|
||||
|
||||
If you, for example, need to place something in PRIVATE for this
|
||||
class, you would do
|
||||
|
||||
class SomeThing {
|
||||
....
|
||||
_SECTION(PRIVATE)
|
||||
my stuff
|
||||
_SECTION(CLASS)
|
||||
}
|
||||
|
||||
|
||||
In order to improve clarity the m4 template is expanded into
|
||||
multiple files, one for each type of macro processed.
|
||||
BIN
libs/glibmm2/docs/internal/gtk_entry.dia
Normal file
BIN
libs/glibmm2/docs/internal/gtk_entry.dia
Normal file
Binary file not shown.
323
libs/glibmm2/docs/internal/using_gmmproc.txt
Normal file
323
libs/glibmm2/docs/internal/using_gmmproc.txt
Normal file
|
|
@ -0,0 +1,323 @@
|
|||
|
||||
Command Summary
|
||||
==================
|
||||
#m4 (meta) one line m4 escape
|
||||
#m4begin (meta) multi line m4 escape
|
||||
#m4end (meta) end of multi line escape
|
||||
_CTOR_CAST (class) implement the cast constructor automatically
|
||||
_CTOR_DEFAULT (class) implement a constructor taking no arguments
|
||||
_DTOR (class) implement the dtor automatically
|
||||
_MEMBER (class) implement a member
|
||||
_POP (base) save current section and switch to another
|
||||
_PINCLUDE (base) specify the parents private header name
|
||||
_PUSH (base) restore current section
|
||||
_SECTION (base) change sections
|
||||
_WRAP (meta) wrap various C types
|
||||
_DEFS (meta) load a defs file
|
||||
_IGNORE (?) tells gtkmmproc not to complain this function not wrapped
|
||||
_CLASS_GOBJECT (meta) derive from GObject
|
||||
_CLASS_GTKOBJECT (meta) derive from GtkObject
|
||||
|
||||
|
||||
M4 macro escaping <meta>
|
||||
-----------------
|
||||
At times it is useful to be able to issue commands directly to
|
||||
m4 preprocessor underneith gtkmmproc. However, for safety
|
||||
the single quote and backtick were hiden. Thus you must
|
||||
enter a special environment to be about to issue m4 commands
|
||||
without interpretation.
|
||||
|
||||
single line m4 statements are any line proceed with a #m4.
|
||||
#m4 don't eat my `backticks'
|
||||
|
||||
Multiline m4 statements can be done with #m4begin/#m4end
|
||||
|
||||
#m4begin
|
||||
define(`convert', `dnl
|
||||
gtkmm_convert($1,$2->obj);
|
||||
')
|
||||
#m4end
|
||||
|
||||
_DEFS (module name, definition filename)
|
||||
----------------------------------------
|
||||
Takes two arguments, a module name (e.g., gtkmm, gnomemm, ...) and the
|
||||
filename of an API definition file sans ".defs" extension.
|
||||
|
||||
Debugging
|
||||
---------
|
||||
If you see m4 errors, you can set the GTKMMPROC_DEBUG environment variable like so:
|
||||
# export GTKMMPROC_DEBUG=1
|
||||
This will ensure that the intermediate m4 files are not deleted, so that you can examine them.
|
||||
|
||||
|
||||
_WRAP_METHOD( C++ declaration, C function name )
|
||||
------------------------------------------------
|
||||
|
||||
e.g. From entry.hg:
|
||||
_WRAP_METHOD(void set_text(const string &text),gtk_entry_set_text)
|
||||
|
||||
The C function (e.g. gtk_entry_set_text) is described in gtk/src/gtk.defs,
|
||||
which is generated automatically by the h2defs.py script from pygtk. (see below)
|
||||
|
||||
There are some optional extra arguments:
|
||||
refreturn: Do an extra reference() on the return value, in case the C function does not provide a reference.
|
||||
deprecated: Puts the generated code in #ifdef blocks.
|
||||
constversion: Just call the non-const version of the same function, instead of generating almost duplicate code.
|
||||
|
||||
_WRAP_METHOD_DOCS_ONLY( C function name )
|
||||
------------------------------------------------
|
||||
|
||||
e.g. From treestore.hg:
|
||||
_WRAP_METHOD_DOCS_ONLY(gtk_list_store_insert)
|
||||
|
||||
Linke _WRAP_METHOD_DOCS_ONLY(), but only outputs the doxygen documentation comments, based on
|
||||
the gtk_docs.xml and gtk_docs_override.xml files. Use this when you must hand-code the method,
|
||||
but you want to use the documentation that would be generated if the method was generated.
|
||||
|
||||
_WRAP_SIGNAL( C++ handler declaration, "signal name" )
|
||||
------------------------------------------------------
|
||||
|
||||
e.g. From button.hg:
|
||||
_WRAP_SIGNAL(void clicked(),"clicked")
|
||||
|
||||
Signals are function pointers in the GTK Class struct, with a
|
||||
corresponding enum value. and a gtk_signal_new.
|
||||
|
||||
from gtkbutton.h:
|
||||
|
||||
struct _GtkButtonClass
|
||||
{
|
||||
GtkBinClass parent_class;
|
||||
|
||||
void (* pressed) (GtkButton *button);
|
||||
void (* released) (GtkButton *button);
|
||||
void (* clicked) (GtkButton *button);
|
||||
...
|
||||
};
|
||||
|
||||
from gtkbutton.c:
|
||||
|
||||
enum {
|
||||
PRESSED,
|
||||
RELEASED,
|
||||
CLICKED,
|
||||
ENTER,
|
||||
LEAVE,
|
||||
ACTIVATE,
|
||||
LAST_SIGNAL
|
||||
};
|
||||
|
||||
and
|
||||
|
||||
button_signals[CLICKED] =
|
||||
gtk_signal_new ("clicked",
|
||||
GTK_RUN_FIRST | GTK_RUN_ACTION,
|
||||
GTK_CLASS_TYPE (object_class),
|
||||
GTK_SIGNAL_OFFSET (GtkButtonClass, clicked),
|
||||
gtk_marshal_VOID__VOID,
|
||||
GTK_TYPE_NONE, 0);
|
||||
|
||||
|
||||
The signals are described in gtk_signals.defs using the define-signal
|
||||
command. This file was created by the tools/extra_defs_gen utility.
|
||||
You might need to modify the defs slightly.
|
||||
|
||||
You might find a similarly named method. Just wrap it separately as a
|
||||
method, and don't worry about the names clashing.
|
||||
e.g _WRAP_METHOD(void clicked(), gtk_button_clicked)
|
||||
|
||||
|
||||
_MEMBER_GET(gtkmm name, gtk+ name, C++ type, C type)
|
||||
----------------------------------------------------
|
||||
|
||||
e.g. from window.hg:
|
||||
_MEMBER_GET(window_type, type, GtkWindowType, GtkWindowType)
|
||||
|
||||
In GTK+, you're sometimes supposed to read from an object data field directly.
|
||||
This macro creates a get_*() method for use with C++.
|
||||
|
||||
|
||||
_MEMBER_SET(gtkmm name, gtk+ name, C++ type, C type)
|
||||
----------------------------------------------------
|
||||
|
||||
e.g. from buttonbox.hg:
|
||||
_MEMBER_SET(child_min_width, child_min_width, int, gint)
|
||||
|
||||
In GTK+, you're sometimes supposed to write to an object data field directly.
|
||||
This macro creates a set_*() method for use with C++.
|
||||
|
||||
|
||||
_MEMBER_GET_PTR(gtkmm name, gtk+ name, C++ pointer type, C pointer type)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
e.g. from progress.hg:
|
||||
_MEMBER_GET_PTR(adjustment, adjustment, Gtk::Adjustment*, GtkAdjustment*)
|
||||
|
||||
Similar to _MEMBER_GET(), but this macro create two access methods:
|
||||
A non-const method that returns a pointer to a writable object, and
|
||||
a const method returning a pointer to a read-only object.
|
||||
|
||||
|
||||
_MEMBER_GET_GOBJECT(gtkmm name, gtk+ name, C++ type, C pointer type)
|
||||
--------------------------------------------------------------------
|
||||
|
||||
e.g. from window.hg:
|
||||
_MEMBER_GET_GOBJECT(frame, frame, Gdk::Window, GdkWindow*)
|
||||
|
||||
Similar to _MEMBER_GET_PTR(), this macro creates two access methods.
|
||||
The difference is that the return types will actually be
|
||||
Glib::RefPtr<C++ type> and Glib::RefPtr<const C++ type>.
|
||||
|
||||
Also, the methods call object->reference() before
|
||||
returning it to the caller.
|
||||
|
||||
|
||||
_WRAP_PROPERTY("property name", C++ type)
|
||||
-----------------------------------------
|
||||
|
||||
e.g. From Widget.hg:
|
||||
_WRAP_PROPERTY("name", Glib::ustring)
|
||||
|
||||
The properties are described in gtk_signals.defs using the
|
||||
define-property command. This file was created by the
|
||||
tools/extra_defs_gen utility. You might need to modify the defs
|
||||
slightly.
|
||||
|
||||
Properties have enum values in the .c file. e.g from gtkwidget.c:
|
||||
|
||||
enum {
|
||||
PROP_0,
|
||||
PROP_NAME,
|
||||
PROP_PARENT,
|
||||
...
|
||||
|
||||
These enums are used in a call to g_object_class_install_property().
|
||||
e.g. from gtkwidget.c:
|
||||
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_NAME,
|
||||
g_param_spec_string ("name",
|
||||
_("Widget name"),
|
||||
_("The name of the widget"),
|
||||
NULL,
|
||||
G_PARAM_READWRITE));
|
||||
|
||||
This sometimes shows the type of the property, but sometimes you
|
||||
need to look for the use of the property enum to see what type
|
||||
of values are being used with it. For instance, from gtkwidget.c:
|
||||
|
||||
static void
|
||||
gtk_widget_get_property (GObject *object,
|
||||
guint prop_id,
|
||||
GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
GtkWidget *widget;
|
||||
|
||||
widget = GTK_WIDGET (object);
|
||||
|
||||
switch (prop_id)
|
||||
{
|
||||
gint *eventp;
|
||||
GdkExtensionMode *modep;
|
||||
|
||||
case PROP_NAME:
|
||||
if (widget->name)
|
||||
...
|
||||
|
||||
By looking at GtkWidget::name you can see the type.
|
||||
|
||||
The defs file also shows the types of the properties, but
|
||||
when the type is an enum, flag, or object, it doesn't show
|
||||
the exact type.
|
||||
|
||||
|
||||
_WRAP_VFUNC( C++ declaration, vfunc C name )
|
||||
--------------------------------------------
|
||||
|
||||
e.g. From checkbutton.hg:
|
||||
_WRAP_VFUNC(void draw_indicator(GdkRectangle* area),"draw_indicator")
|
||||
|
||||
These are quite unusual, but you'll probably find one or two. They
|
||||
are function pointers in the GTK Class struct, which have no
|
||||
gtk_signal_new().
|
||||
|
||||
For instance, from gtkcheckbutton.h:
|
||||
|
||||
struct _GtkCheckButtonClass
|
||||
{
|
||||
GtkToggleButtonClass parent_class;
|
||||
|
||||
void (* draw_indicator) (GtkCheckButton *check_button,
|
||||
GdkRectangle *area);
|
||||
};
|
||||
|
||||
And from gtkcheckbutton.c:
|
||||
|
||||
class->draw_indicator = gtk_real_check_button_draw_indicator;
|
||||
|
||||
The virtual functions are described in gtk_vfuncs.defs using the
|
||||
define-vfunc command. This file was created manually so you will
|
||||
need to add a section to it for each new virtual function that you find.
|
||||
|
||||
|
||||
_CLASS_GOBJECT( C++ class, C class, C casting macro, C++ base class, C base class )
|
||||
-----------------------------------------------------------------------------------
|
||||
|
||||
e.g. From accelgroup.hg:
|
||||
_CLASS_GOBJECT(AccelGroup, GtkAccelGroup, GTK_ACCEL_GROUP,Glib::Object,GObject)
|
||||
|
||||
FIXME (2002-09-18 chrisime) text goes here.
|
||||
|
||||
|
||||
_CLASS_GTKOBJECT( C++ class, C class, C casting macro, C++ base class, C base class )
|
||||
-------------------------------------------------------------------------------------
|
||||
|
||||
e.g. From button.hg:
|
||||
_CLASS_GTKOBJECT(Button,GtkButton,GTK_BUTTON,Gtk::Bin,GtkBin)
|
||||
|
||||
Button is the class which derives from Gtk::Bin in gtkmm.
|
||||
GtkButton is the class which derives from GtkBin in gtk+.
|
||||
GTK_BUTTON is the casting macro in gtk+:
|
||||
|
||||
GtkWidget *button;
|
||||
... GTK_BUTTON (button);
|
||||
|
||||
|
||||
Boxed Types:
|
||||
----------------------
|
||||
|
||||
_CLASS_BOXEDTYPE()
|
||||
For non-GObject structs, registed with g_boxed_type_register_static().
|
||||
For example, Gdk::Color.
|
||||
|
||||
_CLASS_BOXEDTYPE_STATIC()
|
||||
For simple assignable structs like GdkRectangle. Similar to _CLASS_BOXEDTYPE,
|
||||
but the C struct is not allocated dynamically.
|
||||
|
||||
_CLASS_OPAQUE_COPYABLE()
|
||||
For opaque structs with corresponding copy/free functions.
|
||||
Very similar to _CLASS_BOXEDTYPE, but without a get_type() method.
|
||||
|
||||
_CLASS_OPAQUE_REFCOUNTED()
|
||||
For reference-counted opaque structs. The C++ wrappers can not be
|
||||
instantiated and can only be used with Glib::RefPtr<>.
|
||||
|
||||
_CLASS_GENERIC()
|
||||
To wrap structs which don't fit into any specialized category. Currently,
|
||||
it is only needed to wrap PangoLayoutIter.
|
||||
|
||||
|
||||
Re-generating the gtk_methods.defs interface definition files.
|
||||
------------------------------------------------------
|
||||
|
||||
Use h2defs.py from the pygtk module in gnome cvs. e.g.:
|
||||
|
||||
./h2def.py /gnome/head/cvs/gtk+/gtk/*.h > gtk_methods.defs
|
||||
|
||||
The tools/enums.pl script works in the same way.
|
||||
|
||||
Use your tools/extra_defs_gen utility to generate the .defs for the signals and properties.
|
||||
|
||||
|
||||
|
||||
1090
libs/glibmm2/docs/reference/Doxyfile.in
Normal file
1090
libs/glibmm2/docs/reference/Doxyfile.in
Normal file
File diff suppressed because it is too large
Load diff
71
libs/glibmm2/docs/reference/Makefile.am
Normal file
71
libs/glibmm2/docs/reference/Makefile.am
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
doxygen_configfile = Doxyfile
|
||||
doxygen_configfile_source = $(srcdir)/Doxyfile.in
|
||||
beautify_docs_source = $(srcdir)/beautify_docs.pl.in
|
||||
beautify_docs = $(srcdir)/beautify_docs.pl
|
||||
|
||||
include $(top_srcdir)/docs/Makefile_web.am_fragment
|
||||
web_path_reference = $(web_path_docs)reference
|
||||
|
||||
EXTRA_DIST = README Doxyfile.in \
|
||||
glibmm_header.html_fragment glibmm_footer.html_fragment beautify_docs.pl \
|
||||
html glibmm_doxygen_tags libstdc++.tag.xml
|
||||
#Ideally, libstdc++.tag.xml would be installed by gcc, instead of being copied into every project.
|
||||
|
||||
html/index.html: $(doxygen_configfile_source) $(beautify_docs_source) $(top_srcdir)/glib/glibmm/*.h
|
||||
-rm -rf html
|
||||
image_path=""; \
|
||||
dir="`pkg-config --silence-errors --variable=prefix gtk+-2.0`/share/gtk-doc/html/gtk"; \
|
||||
test -d "$$dir" && image_path="$$dir"; \
|
||||
dir="$(top_srcdir)/../gtk+/gtk/stock-icons"; \
|
||||
test -d "$$dir" && image_path="$$image_path $$dir"; \
|
||||
DOXYGEN_IMAGE_PATH="$${DOXYGEN_IMAGE_PATH:=$$image_path}" doxygen $(doxygen_configfile)
|
||||
$(PERL_PATH) $(beautify_docs) html
|
||||
|
||||
|
||||
glibmm-reference-html.tar.gz: html/index.html
|
||||
tar cf - html | gzip -c --best >$@
|
||||
|
||||
glibmm-reference-html.tar.bz2: html/index.html
|
||||
tar cf - html | bzip2 -c >$@
|
||||
|
||||
post-html: html/index.html
|
||||
rsync $(rsync_args) -r html/ $$USER@$(web_host):$(web_path_reference)/html/
|
||||
|
||||
doc-clean:
|
||||
-rm -rf html
|
||||
-rm -f glibmm_doxygen_tags
|
||||
-rm -f glibmm-reference-html.tar.gz glibmm-reference-html.tar.bz2
|
||||
|
||||
referencedir = $(gtkmm_docdir)/reference/html
|
||||
|
||||
install-reference: html/index.html
|
||||
@$(NORMAL_INSTALL)
|
||||
$(mkinstalldirs) $(DESTDIR)$(referencedir)
|
||||
@dir='$(<D)'; for p in $$dir/*.html $$dir/*.css $$dir/*.png $$dir/*.dot ; do \
|
||||
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(referencedir)/$$f"; \
|
||||
$(INSTALL_DATA) $$p $(DESTDIR)$(referencedir)/$$f; \
|
||||
done
|
||||
|
||||
uninstall-reference: html/index.html
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@dir='$(<D)'; for p in $$dir/*.html $$dir/*.css $$dir/*.png $$dir/*.dot ; do \
|
||||
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
echo " rm -f $(DESTDIR)$(referencedir)/$$f"; \
|
||||
rm -f $(DESTDIR)$(referencedir)/$$f; \
|
||||
done
|
||||
|
||||
# Install beautify_docs.pl, next to gmmproc.
|
||||
gmmproc_bin_SCRIPTS = $(beautify_docs)
|
||||
gmmproc_bindir = $(libdir)/glibmm-2.4/proc
|
||||
|
||||
all-local: html/index.html
|
||||
|
||||
install-data-local: install-reference
|
||||
|
||||
uninstall-local: uninstall-reference
|
||||
|
||||
maintainer-clean-local: doc-clean
|
||||
|
||||
.PHONY: post-html doc-clean install-reference uninstall-reference
|
||||
|
||||
457
libs/glibmm2/docs/reference/Makefile.in
Normal file
457
libs/glibmm2/docs/reference/Makefile.in
Normal file
|
|
@ -0,0 +1,457 @@
|
|||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ../..
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
DIST_COMMON = README $(srcdir)/Doxyfile.in $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in $(srcdir)/beautify_docs.pl.in \
|
||||
$(top_srcdir)/docs/Makefile_web.am_fragment
|
||||
subdir = docs/reference
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/scripts/cxx.m4 \
|
||||
$(top_srcdir)/scripts/cxx_std.m4 \
|
||||
$(top_srcdir)/scripts/docgen.m4 \
|
||||
$(top_srcdir)/scripts/glibmm_check_perl.m4 \
|
||||
$(top_srcdir)/scripts/macros.m4 \
|
||||
$(top_srcdir)/scripts/reduced.m4 $(top_srcdir)/scripts/sun.m4 \
|
||||
$(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config.h \
|
||||
$(top_builddir)/glib/glibmmconfig.h
|
||||
CONFIG_CLEAN_FILES = Doxyfile beautify_docs.pl
|
||||
am__installdirs = "$(DESTDIR)$(gmmproc_bindir)"
|
||||
gmmproc_binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
||||
SCRIPTS = $(gmmproc_bin_SCRIPTS)
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMDEP_FALSE = @AMDEP_FALSE@
|
||||
AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AS = @AS@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
DISABLE_DEPRECATED_API_CFLAGS = @DISABLE_DEPRECATED_API_CFLAGS@
|
||||
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
|
||||
GLIBMM_LIBS = @GLIBMM_LIBS@
|
||||
GLIBMM_MAJOR_VERSION = @GLIBMM_MAJOR_VERSION@
|
||||
GLIBMM_MICRO_VERSION = @GLIBMM_MICRO_VERSION@
|
||||
GLIBMM_MINOR_VERSION = @GLIBMM_MINOR_VERSION@
|
||||
GLIBMM_RELEASE = @GLIBMM_RELEASE@
|
||||
GLIBMM_VERSION = @GLIBMM_VERSION@
|
||||
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
|
||||
GTHREAD_LIBS = @GTHREAD_LIBS@
|
||||
GTKMMPROC_MERGECDOCS = @GTKMMPROC_MERGECDOCS@
|
||||
GTKMM_DOXYGEN_INPUT = @GTKMM_DOXYGEN_INPUT@
|
||||
GTKMM_FALSE_FALSE = @GTKMM_FALSE_FALSE@
|
||||
GTKMM_FALSE_TRUE = @GTKMM_FALSE_TRUE@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBGLIBMM_SO_VERSION = @LIBGLIBMM_SO_VERSION@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
M4 = @M4@
|
||||
MAINT = @MAINT@
|
||||
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
||||
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
OBJDUMP = @OBJDUMP@
|
||||
OBJEXT = @OBJEXT@
|
||||
OS_WIN32_FALSE = @OS_WIN32_FALSE@
|
||||
OS_WIN32_TRUE = @OS_WIN32_TRUE@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PERL_PATH = @PERL_PATH@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
|
||||
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
|
||||
RANLIB = @RANLIB@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_AS = @ac_ct_AS@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
||||
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
doxygen_configfile = Doxyfile
|
||||
doxygen_configfile_source = $(srcdir)/Doxyfile.in
|
||||
beautify_docs_source = $(srcdir)/beautify_docs.pl.in
|
||||
beautify_docs = $(srcdir)/beautify_docs.pl
|
||||
web_host = gtkmm.org
|
||||
web_path_gtkmm = /home/murrayc/gtkmm.org/docs/glibmm-2.4/
|
||||
#web_path_gtkmm = /home/groups/g/gt/gtkmm/htdocs/docs/glibmm-2.4/
|
||||
web_path_docs = $(web_path_gtkmm)docs/
|
||||
rsync_args = -vz --rsh ssh --delete --delete-after
|
||||
gtkmm_docdir = $(datadir)/doc/glibmm-2.4/docs
|
||||
web_path_reference = $(web_path_docs)reference
|
||||
EXTRA_DIST = README Doxyfile.in \
|
||||
glibmm_header.html_fragment glibmm_footer.html_fragment beautify_docs.pl \
|
||||
html glibmm_doxygen_tags libstdc++.tag.xml
|
||||
|
||||
referencedir = $(gtkmm_docdir)/reference/html
|
||||
|
||||
# Install beautify_docs.pl, next to gmmproc.
|
||||
gmmproc_bin_SCRIPTS = $(beautify_docs)
|
||||
gmmproc_bindir = $(libdir)/glibmm-2.4/proc
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/docs/Makefile_web.am_fragment $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/reference/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu docs/reference/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
beautify_docs.pl: $(top_builddir)/config.status $(srcdir)/beautify_docs.pl.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
install-gmmproc_binSCRIPTS: $(gmmproc_bin_SCRIPTS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(gmmproc_bindir)" || $(mkdir_p) "$(DESTDIR)$(gmmproc_bindir)"
|
||||
@list='$(gmmproc_bin_SCRIPTS)'; for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
if test -f $$d$$p; then \
|
||||
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
||||
echo " $(gmmproc_binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(gmmproc_bindir)/$$f'"; \
|
||||
$(gmmproc_binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(gmmproc_bindir)/$$f"; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-gmmproc_binSCRIPTS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(gmmproc_bin_SCRIPTS)'; for p in $$list; do \
|
||||
f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
|
||||
echo " rm -f '$(DESTDIR)$(gmmproc_bindir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(gmmproc_bindir)/$$f"; \
|
||||
done
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
$(mkdir_p) $(distdir)/../../docs
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
case $$file in \
|
||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||
esac; \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkdir_p) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(SCRIPTS) all-local
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(gmmproc_bindir)"; do \
|
||||
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic distclean-libtool
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-data-local install-gmmproc_binSCRIPTS
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic \
|
||||
maintainer-clean-local
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-gmmproc_binSCRIPTS uninstall-info-am \
|
||||
uninstall-local
|
||||
|
||||
.PHONY: all all-am all-local check check-am clean clean-generic \
|
||||
clean-libtool distclean distclean-generic distclean-libtool \
|
||||
distdir dvi dvi-am html html-am info info-am install \
|
||||
install-am install-data install-data-am install-data-local \
|
||||
install-exec install-exec-am install-gmmproc_binSCRIPTS \
|
||||
install-info install-info-am install-man install-strip \
|
||||
installcheck installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic maintainer-clean-local mostlyclean \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
uninstall uninstall-am uninstall-gmmproc_binSCRIPTS \
|
||||
uninstall-info-am uninstall-local
|
||||
|
||||
#Ideally, libstdc++.tag.xml would be installed by gcc, instead of being copied into every project.
|
||||
|
||||
html/index.html: $(doxygen_configfile_source) $(beautify_docs_source) $(top_srcdir)/glib/glibmm/*.h
|
||||
-rm -rf html
|
||||
image_path=""; \
|
||||
dir="`pkg-config --silence-errors --variable=prefix gtk+-2.0`/share/gtk-doc/html/gtk"; \
|
||||
test -d "$$dir" && image_path="$$dir"; \
|
||||
dir="$(top_srcdir)/../gtk+/gtk/stock-icons"; \
|
||||
test -d "$$dir" && image_path="$$image_path $$dir"; \
|
||||
DOXYGEN_IMAGE_PATH="$${DOXYGEN_IMAGE_PATH:=$$image_path}" doxygen $(doxygen_configfile)
|
||||
$(PERL_PATH) $(beautify_docs) html
|
||||
|
||||
glibmm-reference-html.tar.gz: html/index.html
|
||||
tar cf - html | gzip -c --best >$@
|
||||
|
||||
glibmm-reference-html.tar.bz2: html/index.html
|
||||
tar cf - html | bzip2 -c >$@
|
||||
|
||||
post-html: html/index.html
|
||||
rsync $(rsync_args) -r html/ $$USER@$(web_host):$(web_path_reference)/html/
|
||||
|
||||
doc-clean:
|
||||
-rm -rf html
|
||||
-rm -f glibmm_doxygen_tags
|
||||
-rm -f glibmm-reference-html.tar.gz glibmm-reference-html.tar.bz2
|
||||
|
||||
install-reference: html/index.html
|
||||
@$(NORMAL_INSTALL)
|
||||
$(mkinstalldirs) $(DESTDIR)$(referencedir)
|
||||
@dir='$(<D)'; for p in $$dir/*.html $$dir/*.css $$dir/*.png $$dir/*.dot ; do \
|
||||
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(referencedir)/$$f"; \
|
||||
$(INSTALL_DATA) $$p $(DESTDIR)$(referencedir)/$$f; \
|
||||
done
|
||||
|
||||
uninstall-reference: html/index.html
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@dir='$(<D)'; for p in $$dir/*.html $$dir/*.css $$dir/*.png $$dir/*.dot ; do \
|
||||
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
echo " rm -f $(DESTDIR)$(referencedir)/$$f"; \
|
||||
rm -f $(DESTDIR)$(referencedir)/$$f; \
|
||||
done
|
||||
|
||||
all-local: html/index.html
|
||||
|
||||
install-data-local: install-reference
|
||||
|
||||
uninstall-local: uninstall-reference
|
||||
|
||||
maintainer-clean-local: doc-clean
|
||||
|
||||
.PHONY: post-html doc-clean install-reference uninstall-reference
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
6
libs/glibmm2/docs/reference/README
Normal file
6
libs/glibmm2/docs/reference/README
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
You need to have doxygen installed.
|
||||
|
||||
make targets:
|
||||
|
||||
all: builds the reference documentation
|
||||
post-html: uploads it to the web site.
|
||||
81
libs/glibmm2/docs/reference/beautify_docs.pl
Normal file
81
libs/glibmm2/docs/reference/beautify_docs.pl
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
#! /usr/bin/perl
|
||||
#
|
||||
# docs/reference/beautify_docs.pl. Generated from beautify_docs.pl.in by configure.
|
||||
#
|
||||
|
||||
#sub main()
|
||||
{
|
||||
my $directory = ".";
|
||||
$directory = $ARGV[0] unless scalar(@ARGV) == 0;
|
||||
print "processing directory $directory...\n" unless $directory =~ /^\.?$/;
|
||||
|
||||
foreach(`find "$directory" -type f -name '*.html'`)
|
||||
{
|
||||
chomp;
|
||||
/([^\/]+)$/;
|
||||
print "processing $1...\n";
|
||||
&process($_);
|
||||
}
|
||||
|
||||
exit 0;
|
||||
}
|
||||
|
||||
sub process($)
|
||||
{
|
||||
my ($file) = @_;
|
||||
my @outbuf;
|
||||
|
||||
open(FILE, '<', $file);
|
||||
|
||||
while(<FILE>)
|
||||
{
|
||||
if(/<a class="el"/)
|
||||
{
|
||||
# return value
|
||||
s/ & /& /;
|
||||
s/ \* /* /;
|
||||
|
||||
# arg list
|
||||
s/ &/&/g;
|
||||
s/&\b/& /g;
|
||||
s/ \*/*/g;
|
||||
s/\*\b/* /g;
|
||||
|
||||
# templates
|
||||
s/\btemplate<\b/template </;
|
||||
while(s/(.*<) +(.+) +(>.*)/$1$2$3/) {}
|
||||
}
|
||||
elsif(/<td class="md(|name)"/)
|
||||
{
|
||||
# left parenthesis
|
||||
s/\( /(/;
|
||||
|
||||
# return value
|
||||
s/ & /& /g;
|
||||
s/ \* /* /g;
|
||||
|
||||
# arg list
|
||||
s/ & /& /g;
|
||||
s/ \* /* /g;
|
||||
|
||||
# templates
|
||||
s/\btemplate<\b/template </;
|
||||
while(s/(.*<) +(.+) +(>.*)/$1$2$3/) {}
|
||||
}
|
||||
else
|
||||
{
|
||||
# template decls
|
||||
s/^(|<h\d>)template<\b/$1template </;
|
||||
}
|
||||
|
||||
push(@outbuf, $_);
|
||||
}
|
||||
|
||||
open(FILE, '>', $file);
|
||||
|
||||
# write the whole buffer back
|
||||
print FILE "$_" foreach(@outbuf);
|
||||
|
||||
close(FILE);
|
||||
}
|
||||
|
||||
81
libs/glibmm2/docs/reference/beautify_docs.pl.in
Executable file
81
libs/glibmm2/docs/reference/beautify_docs.pl.in
Executable file
|
|
@ -0,0 +1,81 @@
|
|||
#! @PERL_PATH@
|
||||
#
|
||||
# @configure_input@
|
||||
#
|
||||
|
||||
#sub main()
|
||||
{
|
||||
my $directory = ".";
|
||||
$directory = $ARGV[0] unless scalar(@ARGV) == 0;
|
||||
print "processing directory $directory...\n" unless $directory =~ /^\.?$/;
|
||||
|
||||
foreach(`find "$directory" -type f -name '*.html'`)
|
||||
{
|
||||
chomp;
|
||||
/([^\/]+)$/;
|
||||
print "processing $1...\n";
|
||||
&process($_);
|
||||
}
|
||||
|
||||
exit 0;
|
||||
}
|
||||
|
||||
sub process($)
|
||||
{
|
||||
my ($file) = @_;
|
||||
my @outbuf;
|
||||
|
||||
open(FILE, '<', $file);
|
||||
|
||||
while(<FILE>)
|
||||
{
|
||||
if(/<a class="el"/)
|
||||
{
|
||||
# return value
|
||||
s/ & /& /;
|
||||
s/ \* /* /;
|
||||
|
||||
# arg list
|
||||
s/ &/&/g;
|
||||
s/&\b/& /g;
|
||||
s/ \*/*/g;
|
||||
s/\*\b/* /g;
|
||||
|
||||
# templates
|
||||
s/\btemplate<\b/template </;
|
||||
while(s/(.*<) +(.+) +(>.*)/$1$2$3/) {}
|
||||
}
|
||||
elsif(/<td class="md(|name)"/)
|
||||
{
|
||||
# left parenthesis
|
||||
s/\( /(/;
|
||||
|
||||
# return value
|
||||
s/ & /& /g;
|
||||
s/ \* /* /g;
|
||||
|
||||
# arg list
|
||||
s/ & /& /g;
|
||||
s/ \* /* /g;
|
||||
|
||||
# templates
|
||||
s/\btemplate<\b/template </;
|
||||
while(s/(.*<) +(.+) +(>.*)/$1$2$3/) {}
|
||||
}
|
||||
else
|
||||
{
|
||||
# template decls
|
||||
s/^(|<h\d>)template<\b/$1template </;
|
||||
}
|
||||
|
||||
push(@outbuf, $_);
|
||||
}
|
||||
|
||||
open(FILE, '>', $file);
|
||||
|
||||
# write the whole buffer back
|
||||
print FILE "$_" foreach(@outbuf);
|
||||
|
||||
close(FILE);
|
||||
}
|
||||
|
||||
5
libs/glibmm2/docs/reference/glibmm_footer.html_fragment
Normal file
5
libs/glibmm2/docs/reference/glibmm_footer.html_fragment
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<hr><address><small>
|
||||
Generated for $projectname by <a href="http://www.doxygen.org/index.html">
|
||||
Doxygen</a> $doxygenversion © 1997-2001</small></address>
|
||||
</body>
|
||||
</html>
|
||||
20
libs/glibmm2/docs/reference/glibmm_header.html_fragment
Normal file
20
libs/glibmm2/docs/reference/glibmm_header.html_fragment
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>$title</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="#ffffff">
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
|
||||
<td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
<center>
|
||||
<a class="qindex" href="../../../../gtkmm-2.4/docs/index.html">Main Page</a>
|
||||
<a href="../../../../gtkmm-2.4/docs/reference/html/group__Widgets.html">Widgets</a>
|
||||
<a class="qindex" href="namespaces.html">glibmm Namespaces</a>
|
||||
<a href="../../../../gtkmm-2.4/docs/tutorial/html/index.html"> Book</a>
|
||||
</center>
|
||||
<hr width="100%"/>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue