Home
last modified time | relevance | path

Searched refs:gtkada (Results 1 – 25 of 76) sorted by relevance

1234

/dports/x11-toolkits/gtkada3/gtkada-1688bb8/
H A DMakefile.in44 exampledir=${datadir}/examples/gtkada/testgtk
71 build_library_type/%: src/gtkada-intl.adb
73 ${GPRBUILD_FULL} -XLIBRARY_TYPE=$(@F) -Psrc/gtkada.gpr
78 src/gtkada-intl.adb: src/gtkada-intl.gpb Makefile
90 --sources-subdir=include/gtkada/gtkada.$(@F) \
91 --lib-subdir=lib/gtkada/gtkada.$(@F) \
92 -Psrc/gtkada.gpr
95 --sources-subdir=include/gtkada/gtkada_gl.$(@F) \
96 --lib-subdir=lib/gtkada/gtkada_gl.$(@F) \
101 ifneq (,$(wildcard $(prefix)/lib/gnat/manifests/gtkada))
[all …]
H A DINSTALL7 $ mv <prefix>/include/gtkada <prefix/include/gtkada.old
23 $ (cd src; patch -p0 < ../contrib/gtkada-2.10-win32.diff)
54 with "gtkada";
H A Ddoinstall46 default_dir=/opt/gtkada
119 eval `$basedir/bin/gtkada-env.sh --print-only`
143 $basedir/bin/gtkada-env.sh
H A Dconfigure.in1 AC_INIT(gtkada,2016,report@adacore.com,gtkada) package
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A DMakefile.in55 ada: gtkada-intl.adb force
58 gtkada-intl.adb: gtkada-intl.gpb Makefile
60 -DHAVE_GETTEXT=$(HAVE_GETTEXT) gtkada-intl.gpb gtkada-intl.adb
85 $(LN) gtkada/relocatable/$(SONAME) "${DESTDIR}$(libdir)/$(LIBNAME)"; \
86 $(LN) gtkada/relocatable/$(SONAME) "${DESTDIR}$(libdir)/$(SONAME)"; \
115 -${RM} *.o *.ali *~ b_*.c b~*.ad? core gtkada-intl.adb
133 …@egrep -L "2.8.17|gtkextra 2.1.1|glib 2.10" *.ads | grep -v gtkada | grep -v b~ | grep -v dgate_ca…
H A DMakefile.common.in52 incdir = @includedir@/gtkada
53 alidir = @libdir@/gtkada
103 $(LN) gtkada/relocatable/$(INC_SUBDIR)/$(SONAME) "${DESTDIR}$(libdir)/$(LIBNAME)"
104 $(LN) gtkada/relocatable/$(INC_SUBDIR)/$(SONAME) "${DESTDIR}$(libdir)/$(SONAME)"
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/
H A DINSTALL7 $ mv <prefix>/include/gtkada <prefix/include/gtkada.old
22 $ (cd src; patch -p0 < ../contrib/gtkada-2.10-win32.diff)
39 directory, or copy the gtkada-config script somewhere in your path
51 gtkada-config script:
53 $ gnatmake <your_application> <your_switches> `gtkada-config`
56 the gtk and gtkada libraries are found.
H A Dconfigure.in56gtkada-config src/tools/Makefile testgtk/Makefile src/gtkextra/Makefile src/opengl/Makefile src/gn…
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/po/
H A DMakefile.in16 ./build_skeleton.pl > gtkada.pot
18 if [ -f ${lang}.po ]; then true; else ${CP} gtkada.pot ${lang}.po; fi; \
19 msgmerge --no-wrap --update ${lang}.po gtkada.pot}
25 -$(INSTALL_DATA) $@.gmo $(localedir)/$@/LC_MESSAGES/gtkada.mo
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/po/
H A DMakefile.in16 ./build_skeleton.pl > gtkada.pot
18 if [ -f ${lang}.po ]; then true; else ${CP} gtkada.pot ${lang}.po; fi; \
19 msgmerge --no-wrap --update ${lang}.po gtkada.pot}
25 -$(INSTALL_DATA) $@.gmo $(localedir)/$@/LC_MESSAGES/gtkada.mo
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/examples/doublebuffer/
H A DMakefile6 gnatmake $(GNAT_FLAGS) parameters `gtkada-config`
9 gnatmake $(GNAT_FLAGS) anim `gtkada-config`
12 gnatmake $(GNAT_FLAGS) anim2 `gtkada-config`
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dgtkada.gpr39 for Object_Dir use "obj/gtkada/" & Project'Library_Kind;
40 for Library_Dir use "lib/gtkada/" & Project'Library_Kind;
41 for Library_Name use "gtkada";
57 for Artifacts ("share/gps/plug-ins") use ("../xml/gtkada.xml");
58 for Artifacts ("share/doc/gtkada/gtkada_ug") use
61 for Artifacts ("share/doc/gtkada") use
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/examples/handlers/
H A DMakefile6 gnatmake $(GNAT_FLAGS) delete_event `gtkada-config`
9 gnatmake -c $(GNAT_FLAGS) specific_tips `gtkada-config`
12 gnatmake -c $(GNAT_FLAGS) general_tips `gtkada-config`
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/projects/
H A DMakefile16 ${CP} gtkada.pc "${DESTDIR}$(libdir)/pkgconfig/"
17 -${RM} "${DESTDIR}${prefix}"/projects/gtkada*
23 ${CP} gtkada.gpr "${DESTDIR}${PRJDIR}"
H A Dgtkada.pc.in8 Cflags: -aI@includedir@/gtkada -aO@libdir@/gtkada
H A Dgenerate_prj.sh29 libs=`sh ../src/tools/gtkada-config --libs`
31 libs=`sh ../src/tools/gtkada-config --static --libs`
H A Dgtkada_install_static.gpr37 for Library_Dir use "../../lib/gtkada/static";
39 for Library_Name use "gtkada";
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/tools/
H A Dgtkada-config.in6 libdir=@libdir@/gtkada
7 includedir=@includedir@/gtkada
25 Usage: gtkada-config [OPTIONS]
H A DMakefile.in1 GDIALOG = gtkada-dialog
2 GTKADA_CONFIG = gtkada-config
/dports/x11-toolkits/gtkada/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=gtkada-2.24.4.0.tar.bz2 gtkada-rm-2.24.4.0.tar.bz2
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/docs/gtkada_ug/
H A Dgetting_started.rst101 more information on the gtkada library itself.
219 with "gtkada";
243 On Unix systems, a script called `gtkada-config` is automatically
249 all the dependencies for you. Use the `gtkada-config` to specify
252 > gnatmake <main-file> `gtkada-config`
258 like to create `Makefile`s. The script `gtkada-config` remains
263 The script `gtkada-config` understands the following command line
274 * `--static`: Forces linking with the static gtkada library. This
281 `gtkada-config` script. On the other hand you also don't
287 > gnatmake <main-file> -Ic:\\gtkada\\include\\gtkada
[all …]
H A Dreporting_bugs.rst24 $ gnatmake -f -g <your_program_name> `gtkada-config`
40 list (`mailto:gtkada@lists.adacore.com <mailto:gtkada@lists.adacore.com>`_)
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/docs/gtkada_ug/
H A Dgetting_started.rst101 more information on the gtkada library itself.
207 with "gtkada";
231 On Unix systems, a script called `gtkada-config` is automatically
237 all the dependencies for you. Use the `gtkada-config` to specify
240 > gnatmake <main-file> `gtkada-config`
246 like to create `Makefile`s. The script `gtkada-config` remains
251 The script `gtkada-config` understands the following command line
262 * `--static`: Forces linking with the static gtkada library. This
269 `gtkada-config` script. On the other hand you also don't
275 > gnatmake <main-file> -Ic:\\gtkada\\include\\gtkada
[all …]
H A Dreporting_bugs.rst24 $ gnatmake -f -g <your_program_name> `gtkada-config`
40 list (`mailto:gtkada@lists.adacore.com <mailto:gtkada@lists.adacore.com>`_)
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/tools/
H A Dtools.gpr24 with "../gtkada";
33 for Executable ("gdialog.adb") use "gtkada-dialog";

1234