summaryrefslogtreecommitdiff
path: root/src/timezone/Makefile
AgeCommit message (Expand)Author
2023-11-06Remove distprepPeter Eisentraut
2021-01-24Update time zone data files to tzdata release 2021a.Tom Lane
2020-10-17Sync our copy of the timezone library with IANA release tzcode2020c.Tom Lane
2020-06-29Remove support for timezone "posixrules" file.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-08-19Use zic's new "-b slim" option to generate smaller timezone files.Tom Lane
2019-04-26Sync our copy of the timezone library with IANA release tzcode2019a.Tom Lane
2017-11-25Replace raw timezone source data with IANA's new compact format.Tom Lane
2016-03-28Sync our copy of the timezone library with IANA release tzcode2016c.Tom Lane
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-02-15Ooops, forgot to remove solar87 and friends from src/timezone/Makefile.Tom Lane
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2013-03-23Semi-automatically detect changes in timezone abbreviations.Tom Lane
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-01-06Fix new timezone cross-compile rule to avoid a bug in gmake 3.78.1;Bruce Momjian
2009-01-05When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut
2008-02-19More refactoring, so that the SUBSYS.o rules are now all in one place.Peter Eisentraut
2007-08-25Adjust with-system-tzdata patch to not attempt to install a symlink,Tom Lane
2007-08-20Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut
2007-03-14Arrange to install a "posixrules" entry in our timezone database, so thatTom Lane
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2006-07-25Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-07-06Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian
2005-07-06Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian
2005-07-04Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian
2005-07-04Fix build break for out of tree (vpath) builds, induced by recent zicNeil Conway
2005-07-03Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut
2004-12-31make clean must remove zic$(X) for Windows, per Magnus.Tom Lane
2004-10-04Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian
2004-08-08More Win32 zic build cleanups now that we have symlinks, it needs help.Bruce Momjian
2004-08-08Another zic cleanup .Bruce Momjian
2004-08-08Link in dirmod specially for zic so it works on Win32.Bruce Momjian
2004-05-28Seems we forgot the installdirs target in this makefile.Tom Lane
2004-05-22Fix to install correctly in vpath build case.Tom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-18Update Makefile dependencies for Win32 timezones, per Claudio.Bruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-04-30Fix zic compiler to use pg version.Bruce Momjian
2004-04-30Allow build of timezone database on unix.Bruce Momjian
2004-04-30More timezone build adjustments.Bruce Momjian
2004-04-30More cleanups for USE_PGTZ.Bruce Momjian
2004-04-30Allow timezone to compile under Unix by blocking 'timezone' conflict withBruce Momjian
2004-04-30Integrate timezone library to be called only from Win32.Bruce Momjian
2004-04-30Add Olson's public domain timezone library to src/timezone.Bruce Momjian