summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2008-11-18Always define oblect lists for VDR pluginphintuka
2008-11-18Added XINELIBOUTPUT_CONFIGURE_OPTS.phintuka
It should be used to set/override configure script parameters in Make.config files.
2008-11-16Simplify.phintuka
This should also fix missing .c->.o deps/rules when .dependencies file was created without config.mak.
2008-11-16.dependencies depends on config.makphintuka
2008-11-16... and removed duplicate logdefs.o from vdr-sxfe/vdr-fbfephintuka
2008-11-16Added logdefs.o to subplugins.phintuka
2008-11-16Fixed make .dependenciesphintuka
2008-11-15Generate dependencies for xine plugin source filesphintuka
2008-11-15- Automatically generate deps for all C filesphintuka
- Use auto-generated rules in .c->.o rules - Use only single xine_fbfe_frontend.o - Added missing xine_frontend.o to vdr sub-plugins
2008-11-14Compile xine_frontend.c to own object filephintuka
2008-11-14Silenced the execution of configure.rofafor
2008-11-14Need only one xine_fbfe_frontend.ophintuka
2008-11-13compile xine_frontend_main.c as separate unitphintuka
2008-11-11Cleaned up compile time warnings.rofafor
2008-11-11Removed -ljpeg (it is already added by configure)phintuka
2008-11-11USe configure-generated CFLAGS_VDRphintuka
2008-11-11Cosmeticsphintuka
2008-11-11Make xine_frontend_lirc.c separate compilation unitphintuka
2008-11-04Added logdefs.o to executables and VDR pluginphintuka
2008-11-04Updated C file rules:phintuka
- do not use hardcoded input/output file names - removed duplicate extra deps ("make depend" handles those)
2008-11-04Build single vdrdiscovery.o for both client and serverphintuka
2008-11-01Moved xine plugin dir check to configure scriptphintuka
2008-11-01Use configure-detected libs for linkingphintuka
2008-11-01Removed adding HAVE_ macros to defines, those are now uncluded from features.hphintuka
2008-10-31Moved C compile tests to configure script.phintuka
- it is now possible to disable features by running configure script manually before running make - improved tests: script checks linking too - results are imported to Makefile from generated config.mak file
2008-10-30Removed ENABLE_TEST_POSTPLUGINS / xine_post_headphonephintuka
2008-10-30Build system update:phintuka
APPLE_DARWIN -> ARCH_APPLE_DARWIN
2008-10-30Build system update:phintuka
1/0 -> yes/no
2008-10-28Fixed Xrandr header testphintuka
2008-10-28Detect Xrandrphintuka
2008-10-28Build system upgrade:phintuka
HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR
2008-10-21Replace the -D option of install with mkdir -p.phintuka
install -D does not work in OSX. (Reported by Tero Siironen)
2008-05-27Added -LXineramaphintuka
2008-05-07Added metainfo menuxineliboutput-1_0_1phintuka
(Patch from Petri Helin)
2008-04-23Added buildtime check for Xineramaphintuka
2008-04-13Revert changes from 1.30phintuka
2008-04-10Buildtime check for X11 dpms extensionphintuka
2008-04-02Some cleanupphintuka
2008-04-02Reduce number of build-time configuration test runsphintuka
(tests are now executed only once)
2008-04-01Added check for libextractorphintuka
(library for metadata fetching/parsing)
2008-03-28Simple buildtime check for Xrender extension (for HUD OSD)phintuka
2008-03-28LOCALEDIR -> LOCDIRphintuka
Do not override LOCDIR if it has been set already in Make.config
2008-02-20Software scaling post pluginphintuka
2008-02-05Added new object file (tools.o) to VDR pluginphintuka
2008-01-01Don't use pkg-config for xine-lib < 1.2phintuka
2007-12-22Do the test only oncephintuka
2007-12-22Prefer pkg-config over (deprecated) xine-configphintuka
2007-11-25Adapt to new internalization method.phelin
2007-09-01Add default target and support for (plugin-)local Make.configphintuka
2007-04-02Moved linker options to variablephintuka
Support building in MAC OS X (based on patch by Tero Siironen)