summaryrefslogtreecommitdiff
path: root/Rules.make
AgeCommit message (Collapse)AuthorFilesLines
2004-04-28CLEANUP: remove relative includes over the source treemickeyl1-0/+1
2004-04-22Added libsword dependancy for daggerdrw1-5/+9
2004-04-19support file notification customizationmickeyl1-0/+3
2004-04-08Write out the LIB and INC Dir for the dependencies intozecke1-0/+25
the .pro Now the apps can pick it up if they want
2004-04-06specifying the wireless extension version is now optional thanksmickeyl1-0/+2
to libopienet2 gathering the WE version automatically you can still override it if needed
2004-04-02Added THREAD config flag (for compile agains threaded qt)wimpie1-0/+7
Added ipkg-mt target for packaging targets to -mt packages speedup of ipkg by using bash substitution instead of grep/sed
2004-03-27define OPIE_NO_DEBUG for release builds (see usage example in ↵mickeyl1-0/+1
libopie2/core/odebug.*)
2004-03-27define debug symbols when debug is selected. actually this should havemickeyl1-0/+2
been in since the beginning of the new build system...
2004-03-27only link libopie include files if it is selectedmickeyl1-0/+4
2004-03-26conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=ymickeyl1-1/+6
2004-03-06Generate a .h for a .ui for libopie2 toozecke1-0/+4
2004-03-01some header files and glue to compile japanese appsmickeyl1-1/+4
pretty much work in progress - maybe someone wants to finish
2004-02-25add the missing header creation. i always wonder how you guys compilemickeyl1-0/+1
stuff without these changes... do you create them by hand? :D
2004-02-23introduce configuration option OPIE_WE_VERSIONmickeyl1-0/+1
Use '15' for linux versions < 2.4.23 / 2.5.70 Use '16' for linux versions >= 2.4.23 / 2.5.70
2004-02-21the usual cosmeticsmickeyl1-0/+2
2004-01-21catch up with moves on cvs servermickeyl1-8/+14
2004-01-13build system bits to get libqtaux builtmickeyl1-1/+2
2004-01-05support a customizable quicklaunch path, this fixes the problem whenmickeyl1-0/+1
people install quicklaunch applications to non-root hence having the link pointing to non-existing ./quicklauncher
2003-12-09small typo.. it is OPIE_NEW_MALLOC not _ALLOCzecke1-1/+1
2003-11-30Obsolete many of the custom-platform.h files. Values can be controledzecke1-1/+22
by make menuconfig now. The default depends match the old custom-platform files. Todo remove content from the platform files
2003-11-03add memoryapplet to build systemmickeyl1-1/+1
2003-10-04Allow Opie beeing build with a Plain version of Qt without weak symbolszecke1-0/+3
2003-09-01Link files from big-screen as wellzecke1-1/+2
2003-08-27If you add quick-app to the CONFIG optionszecke1-0/+11
it'll use the global quick app setting to either be a lib or normal executable
2003-08-13make it at least compile. ljp, please look @ the doctabmickeyl1-0/+1
2003-08-10generate headers for libopie2dbmickeyl1-1/+1
2003-08-09Merges.kergoth1-8/+46
2003-06-15enable opiemmmickeyl1-0/+1
2003-06-06filesubst i18n -> $(prefix)/i18nschurig1-0/+1
2003-05-03patch to enable putting files in $OPIEDIR/share instead of /share per ↵mickeyl1-0/+1
treke's request
2003-04-25Here we go again.kergoth1-8/+10
2003-04-24Add OPIE_VERSION to substkergoth1-0/+1
2003-04-24Correct the etc filesubst pathkergoth1-1/+1
2003-04-24Handle both expanded and unexpanded OPIEDIR and QTDIR in filesubstkergoth1-0/+2
2003-04-24Add bin to filesubstkergoth1-0/+1
2003-04-24Add sounds, pics, plugins, apps to filesubstkergoth1-0/+4
2003-04-23Add qt3 to CONFIG if the qte version read from qtdir/include/qglobal.h is 3.xkergoth1-0/+5
2003-04-22Add ipk creation ruleskergoth1-0/+20
2003-03-28enable building libopie2 under menu "experimental" -mickeyl1-2/+10
don't forget to remove stamp-headers and remake them to automatically add the various $(OPIEDIR)/include/opie2 headers.
2003-02-11individual makefiles depend on toplevel .config, to ensure regen of ↵kergoth1-3/+1
makefiles on config change.
2003-01-28bugfix re: switching between x11 and normal builds.. stamp-header cleanup.kergoth1-4/+4
2003-01-24Add debug to config system. enabling/disabling this option alters a toplevel ↵kergoth1-1/+11
gen.pro file, which alters the CONFIG parameter in the .pro files. In this way you can enable/disable debug builds globally via the config system.
2003-01-16split opie vs qt stamp-headers / symlinks.kergoth1-6/+14
2003-01-16Rules.makekergoth1-3/+3
2003-01-16Move stamp-headers files into qtdir per holger's request some time ago.kergoth1-4/+4
2003-01-16Use paths relative to OPIEDIR in generated configs.kergoth1-1/+1
2002-11-06Filter out itself when descendingkergoth1-2/+3
2002-11-06Add X11..kergoth1-1/+23
2002-11-06pass qmake var downkergoth1-5/+5
2002-11-06custom.h rulekergoth1-2/+7