File: Makefile.include

package info (click to toggle)
open-build-service 2.9.4-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 30,544 kB
  • sloc: ruby: 73,389; perl: 51,999; xml: 9,782; sh: 5,540; javascript: 2,743; sql: 1,232; python: 435; makefile: 229; cpp: 46
file content (25 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
INSTALL=/usr/bin/install
OBS_BACKEND_PREFIX=/usr/lib/obs/server
OBS_DOCUMENT_ROOT=/usr/share/obs/
OBS_API_PREFIX=$(OBS_DOCUMENT_ROOT)/api
OBS_APIDOCS_PREFIX=$(OBS_DOCUMENT_ROOT)/docs

# TODO: find fix for RH in spec/Makefile
# This here is preparation for multi distro support
APACHE_USER=wwwrun
APACHE_GROUP=www
APACHE_CONIFGDIR=/etc/apache2
APACHE_CONIFGDIR_VHOST=$(APACHE_CONIFGDIR)/vhosts.d
APACHE_VHOST_CONF=obs-apache24.conf
APACHE_VHOST_CONTAINER_REGISTRY_CONF=obs-container-registry.conf

# some sortcuts
test: test_unit

test_all: test_unit test_system

t: test

ta: test_all

ts: test_system