ulmIntOperatins ported.

x11 modules moved to separate directory and won't be compiled by
default.
x11 test cases updated.

-- noch


Former-commit-id: 797ea84f14
This commit is contained in:
Norayr Chilingarian 2015-01-28 19:36:22 +04:00
parent 6dee99947d
commit 930101bc00
22 changed files with 395 additions and 52 deletions

View file

@ -29,7 +29,7 @@ CCOPT = -fPIC $(INCLUDEPATH) -g
SHRLIBEXT = so
CC = $(CCOMP) $(CCOPT) -c
CL = $(CCOMP) $(CCOPT)
LD = $(CCOMP) -shared -lX11 -o $(LIBRARY).$(SHRLIBEXT)
LD = $(CCOMP) -shared -o $(LIBRARY).$(SHRLIBEXT)
# s is necessary to create index inside a archive
ARCHIVE = ar rcs $(LIBRARY).a
@ -164,9 +164,6 @@ stage6:
$(VOCSTATIC) -sP oocFilenames.Mod
$(VOCSTATIC) -sP oocwrapperlibc.Mod
$(VOCSTATIC) -sP oocC.Mod
$(VOCSTATIC) -sP oocX11.Mod
$(VOCSTATIC) -sP oocXutil.Mod
$(VOCSTATIC) -sP oocXYplane.Mod
#Ulm's Oberon system libs
$(VOCSTATIC) -sP ulmSys.Mod
@ -223,6 +220,7 @@ stage6:
$(VOCSTATIC) -sP ulmConclusions.Mod
$(VOCSTATIC) -sP ulmRandomGenerators.Mod
$(VOCSTATIC) -sP ulmTCrypt.Mod
$(VOCSTATIC) -sP ulmIntOperations.Mod
#pow32 libs
$(VOCSTATIC) -sP powStrings.Mod