Правила сборки для ЗОСРВ "Нейтрино" редакции 2020
This commit is contained in:
parent
0c5004f693
commit
7c4f00a5da
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
||||
Сборка проекта в ЗОСРВ "Нейтрино" редакции 2021
|
||||
===============================================
|
||||
|
||||
Для всех архитектур:
|
||||
|
||||
```
|
||||
make -j16 install
|
||||
```
|
||||
|
||||
Только для x86:
|
||||
|
||||
```
|
||||
CPULIST=x86 make -j16 install
|
||||
```
|
||||
|
||||
**Порт pcre проверен на работоспособность условно и, вероятно, потребует дополнительной адаптации.**
|
7
common.mk
Normal file
7
common.mk
Normal file
@ -0,0 +1,7 @@
|
||||
ifndef QCONFIG
|
||||
QCONFIG=qconfig.mk
|
||||
endif
|
||||
include $(QCONFIG)
|
||||
|
||||
include $(MKFILES_ROOT)/autotools.mk
|
||||
include $(MKFILES_ROOT)/qtargets.mk
|
2
nto/Makefile
Normal file
2
nto/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
LIST=CPU
|
||||
include recurse.mk
|
2
nto/aarch64/Makefile
Normal file
2
nto/aarch64/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
LIST=VARIANT
|
||||
include recurse.mk
|
1
nto/aarch64/o.le/Makefile
Normal file
1
nto/aarch64/o.le/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../../common.mk
|
2
nto/arm/Makefile
Normal file
2
nto/arm/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
LIST=VARIANT
|
||||
include recurse.mk
|
1
nto/arm/o.le.v7/Makefile
Normal file
1
nto/arm/o.le.v7/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../../common.mk
|
1
nto/arm/o.le/Makefile
Normal file
1
nto/arm/o.le/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../../common.mk
|
2
nto/e2k/Makefile
Normal file
2
nto/e2k/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
LIST=VARIANT
|
||||
include recurse.mk
|
1
nto/e2k/o.le/Makefile
Normal file
1
nto/e2k/o.le/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../../common.mk
|
2
nto/mips/Makefile
Normal file
2
nto/mips/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
LIST=VARIANT
|
||||
include recurse.mk
|
1
nto/mips/o.be/Makefile
Normal file
1
nto/mips/o.be/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../../common.mk
|
1
nto/mips/o.le.mc/Makefile
Normal file
1
nto/mips/o.le.mc/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../../common.mk
|
1
nto/mips/o.le/Makefile
Normal file
1
nto/mips/o.le/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../../common.mk
|
2
nto/ppc/Makefile
Normal file
2
nto/ppc/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
LIST=VARIANT
|
||||
include recurse.mk
|
1
nto/ppc/o.be.spe/Makefile
Normal file
1
nto/ppc/o.be.spe/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../../common.mk
|
1
nto/ppc/o.be/Makefile
Normal file
1
nto/ppc/o.be/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../../common.mk
|
2
nto/x86/Makefile
Normal file
2
nto/x86/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
LIST=VARIANT
|
||||
include recurse.mk
|
1
nto/x86/o/Makefile
Normal file
1
nto/x86/o/Makefile
Normal file
@ -0,0 +1 @@
|
||||
include ../../../common.mk
|
Loading…
Reference in New Issue
Block a user