gambas-source-code/Makefile.am
Benoît Minisini f19a549361 [CONFIGURATION]
* BUG: Forgot to put VERSION file in the source package file list.

[COMPILER]
* NEW: Trim the VERSION file before inserting into the ".startup" file.


git-svn-id: svn://localhost/gambas/trunk@7390 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-10-05 17:24:34 +00:00

60 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@ \
@mime_dir@ \
@pcre_dir@ \
@sdl_dir@ \
@sdlsound_dir@ \
@sdl2_dir@ \
@libxml_dir@ \
@xml_dir@ \
@v4l_dir@ \
@crypt_dir@ \
@qt4_dir@ \
@qt5_dir@ \
@gtk_dir@ \
@gtk3_dir@ \
@opengl_dir@ \
@x11_dir@ \
@keyring_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 \
.
EXTRA_DIST = component.am README README.*[^~] TODO TEMPLATE reconf reconf-all VERSION
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"`;)