summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2012-10-01[trunk] FolderReorgProposal task: only keep a single build systemMathieu Malaterre
2012-04-23[trunk] apply patch from winfried on the mailing list. For more info see: ↵Mathieu Malaterre
https://groups.google.com/group/openjpeg/msg/e631d586a31c6de4
2012-03-02[trunk] Backport toplevel files from 1.5Mathieu Malaterre
2011-10-10[trunk] add libopenjpeg-jpwl.pc.in. fix output when --disable-shared or ↵Vincent Torri
--disable-static is passed to configure. Minor clean up of configure.ac.
2011-10-10[trunk] fix 'distcheck' ruleVincent Torri
2011-08-26small changes in autotools filesAntonin Descampe
2011-05-26fixed paths in makefile.amAntonin Descampe
2011-05-24fixed a bug in autotools that prevented "make distcheck" to work properly ↵Antonin Descampe
(credit to Vincent Torri) ; added autotools for the "applications/jpip/tools" directory
2011-05-23fixed autotools (broken since the new directory structure) and added ↵Antonin Descampe
autotools as a build method for jpip (credit to Vincent Torri)
2011-03-04updated autotools files to improve build and install procedures (credit to ↵Antonin Descampe
Vincent Torri)
2011-01-13followup autotools fixes, adding DESTDIR supportRex Dieter
2011-01-13adjust autotools pkg-config support to matchRex Dieter
2011-01-07changed report code in Makefile.amWinfried
2010-10-22M configureWinfried
M Makefile.in M configure.ac A libopenjpeg.pc.in M doc/Makefile.in M doc/Makefile.am M CHANGES M Makefile.am
2010-10-17-This line, and those below, will be ignored--Winfried
M configure M Makefile.in M opj_config.h.in.user M mj2/Makefile.in M mj2/Makefile.am M mj2/Makefile.nix M libopenjpeg/Makefile.in M jp3d/Makefile.in M jp3d/libjp3dvm/Makefile.in M jp3d/Makefile.nix M jp3d/codec/Makefile.in M jp3d/codec/Makefile.am M config.nix M configure.ac M doc/Makefile.in M doc/Makefile.am M doc/Makefile.nix M INSTALL M CHANGES M jpwl/Makefile.in M jpwl/Makefile.am M jpwl/Makefile.nix M Makefile.am M Makefile.nix M codec/Makefile.in M codec/Makefile.am
2010-10-05Added files to let people build openjpeg with configure tools ; Added ↵Antonin Descampe
makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages