|
| 1 | +NAME=libkernel-server |
| 2 | +TYPE=archive |
| 3 | + |
| 4 | +SOURCES=\ |
| 5 | + aclip.cpp block.cpp button.cpp buttondraw.cpp card.cpp cardlst.cpp \ |
| 6 | + cdata.cpp chunk.cpp cmds.cpp cmdsc.cpp cmdse.cpp cmdsf.cpp \ |
| 7 | + cmdsm.cpp cmdsp.cpp cmdss.cpp constant.cpp control.cpp cpalette.cpp \ |
| 8 | + date.cpp debug.cpp dispatch.cpp dllst.cpp \ |
| 9 | + execpt.cpp express.cpp field.cpp fieldf.cpp fieldh.cpp fields.cpp \ |
| 10 | + font.cpp funcs.cpp funcsm.cpp globals.cpp graphic.cpp group.cpp \ |
| 11 | + handler.cpp hc.cpp hndlrlst.cpp ibmp.cpp idraw.cpp ifile.cpp \ |
| 12 | + igif.cpp iimport.cpp ijpg.cpp image.cpp image_rep.cpp \ |
| 13 | + image_rep_encoded.cpp image_rep_mutable.cpp image_rep_transformed.cpp \ |
| 14 | + imagebitmap.cpp ipng.cpp \ |
| 15 | + iquantization.cpp iquantize_new.cpp irle.cpp iutil.cpp \ |
| 16 | + itransform.cpp keywords.cpp line.cpp literal.cpp magnify.cpp mcerror.cpp \ |
| 17 | + mcio.cpp mcstring.cpp mctheme.cpp newobj.cpp \ |
| 18 | + object.cpp objptr.cpp operator.cpp paragraf.cpp param.cpp \ |
| 19 | + property.cpp pxmaplst.cpp pickle.cpp regex.cpp \ |
| 20 | + scriptpt.cpp scrolbar.cpp scrollbardraw.cpp sellst.cpp stack.cpp stack2.cpp \ |
| 21 | + stack3.cpp stackcache.cpp stacklst.cpp \ |
| 22 | + statemnt.cpp styledtext.cpp tooltip.cpp \ |
| 23 | + transfer.cpp uidc.cpp gradient.cpp edittool.cpp \ |
| 24 | + undolst.cpp util.cpp variable.cpp vclip.cpp visual.cpp \ |
| 25 | + eps.cpp mcssl.cpp \ |
| 26 | + answer.cpp ask.cpp external.cpp player.cpp surface.cpp \ |
| 27 | + combiners.cpp path.cpp metacontext.cpp \ |
| 28 | + printer.cpp unicode.cpp rtf.cpp rtfsupport.cpp text.cpp pathgray.cpp \ |
| 29 | + pathprocess.cpp \ |
| 30 | + contextscalewrapper.cpp variablearray.cpp objectstream.cpp \ |
| 31 | + menuparse.cpp parentscript.cpp securemode.cpp \ |
| 32 | + bitmapeffect.cpp bitmapeffectblur.cpp md5.cpp sha1.cpp capsule.cpp \ |
| 33 | + externalv0.cpp externalv1.cpp lextable.cpp \ |
| 34 | + objectprops.cpp objectpropsets.cpp variablevalue.cpp mcutility.cpp notify.cpp customprinter.cpp \ |
| 35 | + sysspec.cpp mode_server.cpp sysunxdate.cpp sysunxnetwork.cpp \ |
| 36 | + srvmain.cpp srvspec.cpp srvsession.cpp srvstack.cpp srvflst.cpp srvposix.cpp srvdebug.cpp \ |
| 37 | + srvscript.cpp srvcgi.cpp srvoutput.cpp srvmultipart.cpp \ |
| 38 | + eventqueue.cpp encodederrors.cpp name.cpp redraw.cpp sysregion.cpp tilecache.cpp tilecachesw.cpp \ |
| 39 | + fonttable.cpp fieldrtf.cpp fieldhtml.cpp fieldstyledtext.cpp paragrafattr.cpp |
| 40 | + |
| 41 | +SOURCE_DIRS= |
| 42 | + |
| 43 | +CUSTOM_OVERRIDE_DEFINES=1 |
| 44 | + |
| 45 | +CUSTOM_DEFINES=\ |
| 46 | + _SERVER _LINUX_SERVER __LITTLE_ENDIAN__ |
| 47 | + |
| 48 | +CUSTOM_INCLUDES=\ |
| 49 | + ./src |
| 50 | + |
| 51 | +CUSTOM_CCFLAGS=\ |
| 52 | + -Wall -Wno-unused-variable -Wno-switch -Wno-non-virtual-dtor -fno-exceptions -fno-rtti -fno-strict-aliasing \ |
| 53 | + -fmessage-length=0 |
| 54 | + |
| 55 | +linuxstubs.cpp: src/linux.stubs |
| 56 | + ../tools/Revolution.lnx "../tools/weak_stub_maker.rev" <./src/linux.stubs >./src/linuxstubs.cpp |
| 57 | + |
| 58 | +encodederrors.cpp: src/executionerrors.h src/parseerrors.h |
| 59 | + ../tools/Revolution.lnx "./encode_errors.rev" "./src" "./src/encodederrors.cpp" |
| 60 | + |
| 61 | +include ../rules/archive.linux.makefile |
0 commit comments