Makefile (1301:350212899f14) Makefile (1310:706597aedbb1)
1#!/usr/bin/make
2
3include ../../version
4
5DEFAULT_RELEASE := 1
6
7VERSION ?= $(NXT_VERSION)
8RELEASE ?= $(DEFAULT_RELEASE)

--- 77 unchanged lines hidden (view full) ---

86include Makefile.go
87include Makefile.perl
88include Makefile.jsc-common
89include Makefile.jsc8
90endif
91
92ifeq ($(OSVER), amazonlinux2)
93include Makefile.php
1#!/usr/bin/make
2
3include ../../version
4
5DEFAULT_RELEASE := 1
6
7VERSION ?= $(NXT_VERSION)
8RELEASE ?= $(DEFAULT_RELEASE)

--- 77 unchanged lines hidden (view full) ---

86include Makefile.go
87include Makefile.perl
88include Makefile.jsc-common
89include Makefile.jsc8
90endif
91
92ifeq ($(OSVER), amazonlinux2)
93include Makefile.php
94include Makefile.python
94include Makefile.python27
95include Makefile.python37
95include Makefile.go
96include Makefile.perl
97include Makefile.jsc-common
98include Makefile.jsc8
99endif
100
101ifeq ($(OSVER), opensuse-leap)
102include Makefile.python27

--- 190 unchanged lines hidden ---
96include Makefile.go
97include Makefile.perl
98include Makefile.jsc-common
99include Makefile.jsc8
100endif
101
102ifeq ($(OSVER), opensuse-leap)
103include Makefile.python27

--- 190 unchanged lines hidden ---