summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* add a dependency on makestrs to help with parallel buildslibXt-1.2.0Thomas E. Dickey2019-06-181-1/+4
* Fix _XtInherit on x86_64 WindowsYaakov Selkowitz2015-04-211-1/+1
* Use $(MKDIR_P) in Makefile.am for better code portabilityGaetan Nadon2013-09-221-2/+2
* Use AM_CPPFLAGS instead of INCLUDESThierry Reding2013-01-121-2/+2
* Install ErrorDB into a $datarootdir-path, not $libdir.Egbert Eich2012-11-301-1/+1
* Strip trailing whitespaceAlan Coopersmith2011-10-031-5/+5
* Use automake silent rules for BUILT_SOURCES generationYaakov Selkowitz2010-04-041-6/+6
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-061-1/+1
* Janitor: ansification, make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade2009-01-301-1/+1
* Don't use "INSTALL" during the build because INSTALL may be set byJeremy C. Reed2006-12-091-4/+4
* Fix ERRORDB definition for the case where ${prefix} != /usrMatthieu Herrb2006-04-301-1/+3
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-031-1/+1
* Use $(INSTALL) instead of $(install_sh_DATA) for creating directories.Kevin E Martin2005-10-181-2/+2
* Split the 'install -d' over multiple lines so certain lame versions ofAdam Jackson2005-10-181-3/+4
* Add --with-xfile-search-path=<path> and default setting to match monolithAlan Coopersmith2005-10-181-1/+3
* Properly define BUILT_FILESXORG-6_99_99_900Adam Jackson2005-08-011-0/+1
* Move building of StringDefs files to src and fix them so that parallel makeKeith Packard2005-08-011-0/+26
* distcheck fixes -- clean up after makestrs, don't list non-existant files.Daniel Stone2005-07-191-17/+3
* Fix for building outside of srcdir.Matthieu Herrb2005-07-171-1/+2
* Set version number to 6.0.0 with -version-number.Daniel Stone2005-07-161-2/+1
* Add -no-undefined to linker command to build shared library on cygwin tooAlexander Gottwald2005-06-301-1/+1
* Use $(install_sh_DATA) instead of "install" for better portability. RemoveAlan Coopersmith2005-05-211-0/+2
* Also include include/X11Søren Sandmann Pedersen2005-05-181-1/+1
* - conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8Søren Sandmann Pedersen2005-05-181-0/+85