summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2003-10-27rebuild relchk.sh the right way: since the toplevel Makefile has no targetMichael Roitzsch
named misc/relchk.sh, this would never be rebuilt here; adding an explicit rebuild instead CVS patchset: 5617 CVS date: 2003/10/27 20:42:55
2003-10-26win32/Makefile.am had a very short life ;)Michael Roitzsch
It would have scared the Windows users and would have been hard to maintain, so we remove it and distribute the win32 subdirectory from the toplevel Makefile using dist-hook CVS patchset: 5606 CVS date: 2003/10/26 17:38:23
2003-10-25use relchk.sh use relchk.sh use relchk.shDaniel Caujolle-Bert
fix "make dist". Now tarball is complete. don't expect people have doc formatting tools (check for sgmltools and fig2dev). rename the spaced name file in win32 (Tim, can you check if i didn't break anything please ?). CVS patchset: 5589 CVS date: 2003/10/25 00:49:11
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
- general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13
2003-05-30sorry for forcing another complete rebuild, but $(DESTDIR) is clearly needed ↵Michael Roitzsch
here (thanks to Carsten Weinhold for noticing) CVS patchset: 4986 CVS date: 2003/05/30 13:06:57
2003-05-29remove the .la files from the plugindir after installMichael Roitzsch
CVS patchset: 4982 CVS date: 2003/05/29 13:09:36
2003-04-07Tired to remove some unwanted plugins?, put a post-install.sh script in the ↵Daniel Caujolle-Bert
topdir, and let install process do it for you CVS patchset: 4561 CVS date: 2003/04/07 10:05:23
2003-03-24adding new Debian release,Siggi Langauf
adding missing files from debhelper update to release tarball CVS patchset: 4476 CVS date: 2003/03/24 23:05:29
2003-03-21fix make distGuenter Bartsch
CVS patchset: 4459 CVS date: 2003/03/21 12:59:05
2003-02-02Fix slackware package build (this dawn libxine circular linking ;-), ↵Daniel Caujolle-Bert
debian/files bug. CVS patchset: 4096 CVS date: 2003/02/02 23:44:25
2003-02-01fix slackware package generation script (bin package available soon).Daniel Caujolle-Bert
CVS patchset: 4075 CVS date: 2003/02/01 00:48:30
2003-01-31definitely no need for a Makefile in /debian...Siggi Langauf
CVS patchset: 4057 CVS date: 2003/01/31 13:51:44
2003-01-31- Added debian into Makefile.am as a sub-directory rather than have theStephen Torri
makefile variable. - Cleaned up Makefile.am (wine, goom, libxinevdec) - Cleaned up compiler warnings (libfaad) - Cleaned up header includes (libfaad, libdha) CVS patchset: 4053 CVS date: 2003/01/31 01:20:24
2003-01-29that should be it for the 1-beta4 release...Siggi Langauf
CVS patchset: 4045 CVS date: 2003/01/29 18:47:21
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
2003-01-05removing debianization from dist tarballSiggi Langauf
CVS patchset: 3792 CVS date: 2003/01/05 18:10:15
2002-12-08Added files generated by automake to Makefile.amStephen Torri
Added configure to Makefile.am CVS patchset: 3460 CVS date: 2002/12/08 06:18:11
2002-11-04To build xine-lib now from cvs you run: autogen.shStephen Torri
You would do: autogen.sh <configure flags> or autogen <shortcut> The short cuts are: aclocal - re-run aclocal autoheader - re-run autoheader automake - re-run automake autoconf - re-run aclocal AND autoconf libtoolize - re-run libtoolize noconfig - re-run all gnu tools without doing ./configure default - run ./configure with <configure flags> or none (if no flags are present) Removed cvscompile.sh and misc/autogen.sh (deprecated) General clean up install-debug for Makefile.am files. CVS patchset: 3180 CVS date: 2002/11/04 00:37:18
2002-09-30set m4 path for running aclocal during incremental buildsMichael Roitzsch
CVS patchset: 2764 CVS date: 2002/09/30 14:48:32
2002-06-21Add a small shell script which check about source tarball content (if it'sDaniel Caujolle-Bert
complete). Also, a new 'make release-check' is added, which run this script. I just see that some file are always missing in tarball (Arm guys won't happy ;-) ). CVS patchset: 2122 CVS date: 2002/06/21 23:36:50
2002-03-21Fix depcomp forgetting at 'make dist' stage.Daniel Caujolle-Bert
CVS patchset: 1602 CVS date: 2002/03/21 09:58:39
2001-12-27Use hook to remove config.cache (old autoconf want this).Daniel Caujolle-Bert
CVS patchset: 1314 CVS date: 2001/12/27 20:28:23
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28
2001-11-25Some little cleanups.Daniel Caujolle-Bert
CVS patchset: 1109 CVS date: 2001/11/25 13:51:05
2001-10-17fixed typo. Thanks to Mark Cooke <mpc@star.sr.bham.ac.uk>!Siggi Langauf
CVS patchset: 822 CVS date: 2001/10/17 09:02:27
2001-10-16last changes to make the package work outside CVSSiggi Langauf
CVS patchset: 820 CVS date: 2001/10/16 01:56:45
2001-10-03Install src (actually src/xine-engine) last, so that libtool's hint aboutJuergen Keil
updating LD_LIBRARY_PATH / LD_RUN_PATH / etc. has a better chance of still being visible on the user's screen when he installs xine-lib. CVS patchset: 728 CVS date: 2001/10/03 17:12:32
2001-09-16Few updates. autoconf-2.52/automake-1.5 supported.Daniel Caujolle-Bert
CVS patchset: 637 CVS date: 2001/09/16 00:01:38
2001-09-02debianization for 0.5.2Siggi Langauf
CVS patchset: 552 CVS date: 2001/09/02 20:05:59
2001-08-26added debianization to dist tarball,Siggi Langauf
removed obsolete 0.4 debianization CVS patchset: 500 CVS date: 2001/08/26 09:50:10
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-06-14Kill the recurrent libXv.so problem with MDK.Daniel Caujolle-Bert
Switch to libtool 1.4, 1.3.x are no more supported. Add a path for automake, to use it with libtool 1.4. CVS patchset: 183 CVS date: 2001/06/14 22:04:56
2001-05-26Add install-debug rules. This fix the "make install" problem withDaniel Caujolle-Bert
debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38
2001-04-19Add doxygen support. just do 'make docs', and html version will beDaniel Caujolle-Bert
created into doc/xine-lib-API/html subdir. This is a pre-alpha API documentation, you're warned ;-). CVS patchset: 7 CVS date: 2001/04/19 23:13:09
2001-04-18Rename the cvscompile shell script to cvscompile.sh.Daniel Caujolle-Bert
CVS patchset: 3 CVS date: 2001/04/18 23:13:56
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39