-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
42 lines (34 loc) · 1.3 KB
/
Copy pathMakefile
File metadata and controls
42 lines (34 loc) · 1.3 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file was auto-generated by Polybuild
ifndef MODE
MODE := release
export MODE
endif
ifndef OS
OS := $(shell uname)
export OS
endif
ifeq ($(OS),Windows_NT)
CC := cl
CXX := cl
CL := /nologo
LINK := /nologo
MSYS_NO_PATHCONV := 1
export CC CXX CL MSYS_NO_PATHCONV
endif
all: prelude0 prelude1
@"$(MAKE)" -f .polybuild.mk --no-print-directory
.PHONY: all
prelude0:
@printf "\033[1m[POLYBUILD]\033[0m %s\n" "Executing prelude: cd fltk && cmake . -B build -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DFLTK_BACKEND_WAYLAND=OFF -DFLTK_BUILD_TEST=OFF && \"$(MAKE)\" -C build "
@ cd fltk && cmake . -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DFLTK_BACKEND_WAYLAND=OFF -DFLTK_BUILD_TEST=OFF && "$(MAKE)" -C build
.PHONY: prelude0
prelude1:
@printf "\033[1m[POLYBUILD]\033[0m %s\n" "Executing prelude: cd libdatachannel && cmake -B build -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DUSE_NICE=0 -DNO_WEBSOCKET=1 && \"$(MAKE)\" -C build datachannel-static "
@ cd libdatachannel && cmake -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DUSE_NICE=0 -DNO_WEBSOCKET=1 && "$(MAKE)" -C build datachannel-static
.PHONY: prelude1
clean:
@"$(MAKE)" -f .polybuild.mk --no-print-directory $@
.PHONY: clean
install:
@"$(MAKE)" -f .polybuild.mk --no-print-directory $@
.PHONY: install