summaryrefslogtreecommitdiff
path: root/config.make.in
Commit message (Expand)AuthorAgeFilesLines
* Better fix for issue 1875: use -lsupc++ if required.David Kastrup2011-12-051-0/+1
* Lilypond-book: Check for dblatex and pdflatex for the regtests...Generate pdf from tex/xml only if they exist. Otherwise, simply link to the .tex and .xml files in collated-files.html rather than to the resulting pdf. Reinhold Kainhofer2010-07-031-0/+2
* Build: Remove more obsolete make variables.Patrick McCarty2010-05-061-5/+0
* Build: Finish replacing FCMATCH with FCLIST.Patrick McCarty2010-05-061-1/+1
* Build: Remove obsolete GTK2 checks.Patrick McCarty2010-05-061-2/+0
* Remove last traces of kpathsea library.Werner Lemberg2008-12-021-1/+0
* Try to make the doc build with texi2htmlReinhold Kainhofer2008-03-211-0/+1
* Remove traces of mftrace.Werner Lemberg2008-01-261-1/+0
* * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for...disting MISC files. * lily/simple-spacer.cc (get_column_desc): desc -> description. Han-Wen Nienhuys2006-06-061-1/+0
* * config.make.in (datadir): Add datarootdir to silence autoconf....* stepmake/aclocal.m4: Update for autoconf-2.59d. Jan Nieuwenhuizen2006-05-311-3/+1
* Fix some bugs in the dynamic engraver and PostScript backendErlend Aasland2006-05-311-1/+4
* * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for...disting MISC files. * lily/simple-spacer.cc (get_column_desc): desc -> description. Han-Wen Nienhuys2006-06-061-1/+0
* * config.make.in (datadir): Add datarootdir to silence autoconf....* stepmake/aclocal.m4: Update for autoconf-2.59d. Jan Nieuwenhuizen2006-05-311-3/+1
* (ATVARIABLES): add TARGET_PYTHON as subst...variable. Han-Wen Nienhuys2006-05-171-0/+1
* *** empty log message ***Han-Wen Nienhuys2006-05-041-1/+1
* * mf/GNUmakefile (FC_FIND): new function. Find ncsb using...$(FCMATCH), only if $(NCSB_DIR) not set. * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set. * config.make.in (DOCUMENTATION): set FCMATCH * autogen.sh (srcdir): don't set --with-ncsb-dir. Han-Wen Nienhuys2006-05-031-0/+1
* (HOST_ARCH): determine HOST_ARCH in configure.Han-Wen Nienhuys2006-02-171-0/+4
* * configure.in (NCSB_DIR): --enable-ncsb-dir...* mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. use locate to find c059033l.pfb. Han-Wen Nienhuys2006-01-021-1/+1
* (LINK_GXX_STATICALLY): --enable-ncsb-path option....use locate to find c059033l.pfb. Han-Wen Nienhuys2006-01-021-0/+16
* * lily/relocate.cc (framework_relocation): New function,... factored from set_relocation (). (prefix_relocation): Rename from set_relocation (). (setup_paths): Use it. Jan Nieuwenhuizen2005-12-301-1/+0
* * lily/stencil-expression.cc: idem....* lily/grob-interface-scheme.cc (LY_DEFINE): idem. * lily/function-documentation.cc (ly_add_function_documentation): use static member iso. Protected_scm * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW * config.make.in (prefix): remove HAVE_KPATHSEA_SO Han-Wen Nienhuys2005-12-271-2/+0
* * config.make.in:...* stepmake/aclocal.m4: Do not substitute INSTALL. Jan Nieuwenhuizen2005-12-211-1/+0
* * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken...relocation code. * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY iso itself. * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h. Fixes mingw compile. Jan Nieuwenhuizen2005-12-211-2/+3
* remove INSTALL variable.Han-Wen Nienhuys2005-12-201-1/+0
* (AR): add AR and RANLIBHan-Wen Nienhuys2005-12-121-0/+2
* * configure.in (--disable-documentation): New switch....* GNUmakefile.in: Use it. * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea. Jan Nieuwenhuizen2005-11-281-0/+1
* (depth): Explain why absolute directory is...used and do not call it a path. (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name. Jan Nieuwenhuizen2005-11-151-1/+1
* * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute....also allow python2.4 * config.make.in (configure-srcdir): remove GXX GCC vars. * stepmake/aclocal.m4: don't do non-srcdir build with symlinks. Use inclusion, so the src directory name can be changed. Han-Wen Nienhuys2005-11-131-2/+0
* * lily/GNUmakefile (OUT_DIST_FILES): Bugfix....* stepmake/stepmake/*: * */GNUmakefile: * config.make.in: * GNUmakefile.in: * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make' from any directory in build-dir. Cleanups. * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no main). * SConstruct: Resurrect. Jan Nieuwenhuizen2005-10-191-1/+1
* * stepmake/stepmake/*:...* */GNUmakefile: * config.make.in: * GNUmakefile.in: * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make' from any directory in build-dir. Cleanups. * make/srcdir.make.in: Remove. * lily/main.cc (setup_paths): Fix and document build-dir hack. Jan Nieuwenhuizen2005-10-191-13/+28
* * configure.in (reloc_b): add --enable-static-gxx to statically...link to libstdc++ * lily/GNUmakefile (static-gxx-libs): new target static-gxx-libs. Create link to libstdc++.a * lily/new-lyric-combine-music-iterator.cc: rename to Lyric_combine_music_iterator * lily/lyric-combine-music-iterator.cc (Old_lyric_combine_music_iterator): rename to Old_lyric_combine_music_iterator Han-Wen Nienhuys2005-07-191-0/+2
* * configure.in (reloc_b): remove TTFTOOL_ENDIAN...* config.make.in (WINDRES): remove TTFTOOL_ENDIAN. Han-Wen Nienhuys2005-06-211-1/+0
* * Documentation/topdocs/INSTALL.texi (Top): remove Flex...requirement. * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new function. Figure out where FlexLexer.h lives * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h Han-Wen Nienhuys2005-05-141-0/+1
* * flower/string.cc (substitute): Take two strings or two...characters. Update callers. * flower/file-name.cc (File_name): Slashify. * scm/lily.scm: Use gui-main iso lilypond-main on MINGW. * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor. * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function. * configure.in (gui_b): Use it. * lily/lilypond.rc.in: New file. * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable. Jan Nieuwenhuizen2005-05-121-0/+2
* *** empty log message ***Han-Wen Nienhuys2005-04-181-1/+0
* *** empty log message ***Jan Nieuwenhuizen2005-04-121-23/+19
* * lily/main.cc (setup_paths): Update....* stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define.. * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION. * scripts/convert-ly.py (\markup): Fix too simplistic regexps. Add \line for some simplistic cases. Jan Nieuwenhuizen2005-04-111-7/+10
* * config.make.in (HAVE_LIBKPATHSEA_SO):...* stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO. * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO, add KPATHSEA_LIBS. Jan Nieuwenhuizen2005-03-281-0/+2
* STEPMAKE_FONTCONFIG: add.Han-Wen Nienhuys2005-03-281-1/+1
* * stepmake/aclocal.m4: Check for libkpathsea.so....* kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use dl_kpse_find_file. Jan Nieuwenhuizen2005-03-061-23/+21
* (open_library): dlopen libkpathsea.soHan-Wen Nienhuys2005-03-061-1/+1
* * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include...KPATHSEA_LIBS in LIBS. (STEPMAKE_DLOPEN): New function. * lily/font-config.cc (init_fontconfig): Use dir for directory, not path. * flower/file-path.cc (directories): Rename from paths, as this return an array of directories (a single path). Jan Nieuwenhuizen2005-03-061-0/+3
* * lily/font-config.cc (init_fontconfig): add...prefix/{otf,type1,mf/out} to fontconfig path. * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX overrides all. * configure.in (gui_b): remove ec mftrace check * config.hh.in: use lilypond-Major.Minor as data directory. Han-Wen Nienhuys2005-03-061-9/+10
* * cygwin/README.in: Update dependencies....* stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2): Bugfix: do not pollute CPPFLAGS, LIBS. * cygwin/mknetrel (extras): Cross compile fixes. Jan Nieuwenhuizen2005-02-261-2/+2
* * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h....* vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir. * stepmake/stepmake/*.make: * */GNUmakefile: * GNUmakefile.in: Prepend $(DESTDIR) to installation directory. * config.make.in (prefix): Remove broken $(DESTDIR) hack. Jan Nieuwenhuizen2005-02-081-1/+1
* *** empty log message ***Jan Nieuwenhuizen2005-01-091-1/+1
* *** empty log message ***Han-Wen Nienhuys2004-12-241-3/+3
* * mf/merge.pe.in: Set font names, version, license GPL....* make/substitute.make: Add FONTFORGE. * config.make.in (FONTFORGE): Add. * configure.in (gui_b): Use PATH_PROG for fontforge. Jan Nieuwenhuizen2004-12-121-0/+1
* * mf/merge.pe: new file....* lily/freetype.cc: new file. * lily/include/freetype.hh: new file. * lily/open-type-font.cc: new file. * lily/all-font-metrics.cc (find_otf): new function. Han-Wen Nienhuys2004-12-111-3/+3
* * scm/framework-gnome.scm: Add pango decoders....* lily/include/pangofc-afm-decoder.hh: * lily/pangofc-afm-decoder.cc: New file. * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function. * configure.in: Check for pango. * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from autoconf). (STEPMAKE_GTK2, STEPMAKE_PANGO): New function. * config.make.in (USER_CFLAGS, USER_LDLAGS): Update. Jan Nieuwenhuizen2004-06-171-3/+3