File: Makefile.linux.ipp

package info (click to toggle)
sonic-visualiser 5.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,744 kB
  • sloc: cpp: 158,888; ansic: 11,920; sh: 1,785; makefile: 517; xml: 64; perl: 31
file content (11 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11

FFT_DEFINES		:= -DHAVE_IPP

VECTOR_DEFINES		:= 

ALLOCATOR_DEFINES 	:= -DHAVE_POSIX_MEMALIGN

THIRD_PARTY_INCLUDES	:= -I/opt/intel/ipp/include
THIRD_PARTY_LIBS	:= -L/opt/intel/ipp/lib/intel64_lin -Wl,-Bstatic -lipps -lippvm -lippcore -Wl,-Bdynamic

include build/Makefile.inc