gambas-source-code/Makefile.am
Benoît Minisini 0d2256a19d [DEVELOPMENT ENVIRONMEMNT]
* BUG: ImageEditor: Fix a crash that occurs after something having pasted.

[EXAMPLES]
* NEW: Md2Model example has been redesigned. It now displays a lot of 
  models between six different ones.

[INTERPRETER]
* BUG: Fix a crash when an error is raised while the startup class is not 
  ready.

[GB.GEOM]
* BUG: Fix the conversion from Point/PointF to Float that internally uses
  the Abs() function.

[GB.GTK]
* NEW: Visible trayicons prevent the eventloop from stopping.

[GB.OPENGL.SGE]
* NEW: The component sources are now located inside the gb.opengl 
  directory.
* NEW: The component interface has been redesigned.

[GB.QT4]
* NEW: Visible trayicons prevent the eventloop from stopping.

[GB.QT4.OPENGL]
* BUG: The OpenGL clear color is now taken into account when clearing the 
  area before calling the Draw event handler.


git-svn-id: svn://localhost/gambas/trunk@5836 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-09-08 17:15:55 +00:00

58 lines
1.1 KiB
Makefile

SUBDIRS = \
main \
@bzlib2_dir@ \
@zlib_dir@ \
@mysql_dir@ \
@odbc_dir@ \
@postgresql_dir@ \
@sqlite2_dir@ \
@sqlite3_dir@ \
@net_dir@ \
@curl_dir@ \
@smtp_dir@ \
@mime_dir@ \
@pcre_dir@ \
@sdl_dir@ \
@sdlsound_dir@ \
@libxml_dir@ \
@xml_dir@ \
@v4l_dir@ \
@crypt_dir@ \
@qt4_dir@ \
@gtk_dir@ \
@opengl_dir@ \
@desktop_dir@ \
@pdf_dir@ \
@cairo_dir@ \
@imageio_dir@ \
@imageimlib_dir@ \
@dbus_dir@ \
@gsl_dir@ \
@gmp_dir@ \
@ncurses_dir@ \
@media_dir@ \
@jit_dir@ \
@httpd_dir@ \
@openssl_dir@ \
@openal_dir@ \
comp \
app \
examples \
.
EXTRA_DIST = component.am README README.*[^~] TODO TEMPLATE reconf reconf-all
am__tar = ${AMTAR} cof - "$$tardir"
install-exec-local:
@if test -s $(srcdir)/warnings.log; then \
echo ; \
echo "||" ; \
cat $(srcdir)/warnings.log ; \
echo "||" ; \
echo ; \
fi
@rm -f $(srcdir)/warnings.log
dist-hook:
@(cd $(distdir); rm -rf `find . -name ".gambas" -o -name ".lock" -o -name ".xvpics" -o -name "*~" -o -name "*.out" -o -name "*.pot" -o -name "*.gambas" -o -name "core.*" -o -name "vgcore.*" -o -name ".kdbg*" -o -name ".svn"`;)