File: makefile.defs.linux.jack

package info (click to toggle)
praat 6.1.38-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120,108 kB
  • sloc: cpp: 776,649; ansic: 269,958; makefile: 883; python: 363; sh: 4
file content (27 lines) | stat: -rw-r--r-- 625 bytes parent folder | download
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
# File: makefile.defs.linux.jack

# System: Linux
# Paul Boersma 2020-11-10

CC = gcc

CXX = g++

PKG_CONFIG ?= "pkg-config"

COMMONFLAGS = -DUNIX -Dlinux -DJACK -D_FILE_OFFSET_BITS=64 `$(PKG_CONFIG) --cflags gtk+-3.0` -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O1 -g1 -pthread

CFLAGS = -std=gnu99 $(COMMONFLAGS) -Werror=missing-prototypes -Werror=implicit

CXXFLAGS = -std=c++17 $(COMMONFLAGS) -Wshadow

LINK = $(CXX)

EXECUTABLE = praat

LIBS = `$(PKG_CONFIG) --libs gtk+-3.0` -lm -ljack -static-libgcc -static-libstdc++ -lpthread -L /usr/lib/x86_64-linux-gnu -lX11

AR = ar
RANLIB = ls
ICON =
MAIN_ICON =