From fc57f19618aed383b79f05ab573c10cce9caea2a Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Thu, 29 Jan 2015 00:08:40 +0400 Subject: [PATCH] updated makefiles. --- makefile | 1 + makefile.darwin.clang.x86_64 | 1 + makefile.freebsd.clang.x86_64 | 1 + makefile.linux.clang.powerpc | 1 + makefile.linux.clang.x86_64 | 1 + makefile.linux.gcc.armv6j | 1 + makefile.linux.gcc.armv6j_hardfp | 1 + makefile.linux.gcc.armv7a_hardfp | 1 + makefile.linux.gcc.powerpc | 1 + makefile.linux.gcc.x86 | 1 + makefile.linux.gcc.x86_64 | 1 + 11 files changed, 11 insertions(+) diff --git a/makefile b/makefile index 3d2af03c..3e470104 100644 --- a/makefile +++ b/makefile @@ -124,6 +124,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod diff --git a/makefile.darwin.clang.x86_64 b/makefile.darwin.clang.x86_64 index 8b6df0f2..3bdcac11 100644 --- a/makefile.darwin.clang.x86_64 +++ b/makefile.darwin.clang.x86_64 @@ -125,6 +125,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod diff --git a/makefile.freebsd.clang.x86_64 b/makefile.freebsd.clang.x86_64 index d3f9af19..12fd3097 100644 --- a/makefile.freebsd.clang.x86_64 +++ b/makefile.freebsd.clang.x86_64 @@ -124,6 +124,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod diff --git a/makefile.linux.clang.powerpc b/makefile.linux.clang.powerpc index a0bf3422..8298a759 100644 --- a/makefile.linux.clang.powerpc +++ b/makefile.linux.clang.powerpc @@ -124,6 +124,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod diff --git a/makefile.linux.clang.x86_64 b/makefile.linux.clang.x86_64 index fe14919c..4a402af5 100644 --- a/makefile.linux.clang.x86_64 +++ b/makefile.linux.clang.x86_64 @@ -124,6 +124,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod diff --git a/makefile.linux.gcc.armv6j b/makefile.linux.gcc.armv6j index 9c9d59a9..c1331df8 100644 --- a/makefile.linux.gcc.armv6j +++ b/makefile.linux.gcc.armv6j @@ -124,6 +124,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod diff --git a/makefile.linux.gcc.armv6j_hardfp b/makefile.linux.gcc.armv6j_hardfp index 20304dd4..94e430e8 100644 --- a/makefile.linux.gcc.armv6j_hardfp +++ b/makefile.linux.gcc.armv6j_hardfp @@ -124,6 +124,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod diff --git a/makefile.linux.gcc.armv7a_hardfp b/makefile.linux.gcc.armv7a_hardfp index bb6ddc71..4b9616d8 100644 --- a/makefile.linux.gcc.armv7a_hardfp +++ b/makefile.linux.gcc.armv7a_hardfp @@ -124,6 +124,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod diff --git a/makefile.linux.gcc.powerpc b/makefile.linux.gcc.powerpc index df52092f..bd321905 100644 --- a/makefile.linux.gcc.powerpc +++ b/makefile.linux.gcc.powerpc @@ -124,6 +124,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod diff --git a/makefile.linux.gcc.x86 b/makefile.linux.gcc.x86 index 2bd09224..97fa9dbb 100644 --- a/makefile.linux.gcc.x86 +++ b/makefile.linux.gcc.x86 @@ -124,6 +124,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod diff --git a/makefile.linux.gcc.x86_64 b/makefile.linux.gcc.x86_64 index 9a1b29de..631fb67a 100644 --- a/makefile.linux.gcc.x86_64 +++ b/makefile.linux.gcc.x86_64 @@ -124,6 +124,7 @@ stage6: $(VOCSTATIC) -sP Strings.Mod $(VOCSTATIC) -sP Sets.Mod $(VOCSTATIC) -sP Sets0.Mod + $(VOCSTATIC) -sP Oberon.Mod #ooc libs $(VOCSTATIC) -sP oocAscii.Mod