forked from andriymoroz/IES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
32 lines (30 loc) · 2.62 KB
/
Makefile.am
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
AM_CFLAGS = -std=c99 \
-g \
-fPIC \
-Wno-long-long \
-Wextra \
-Wno-missing-field-initializers \
-Wno-unused \
-Wno-unused-parameter \
-Wstrict-prototypes \
-Wno-variadic-macros \
-D_FM_ARCH_x86_64 \
-O1 \
-Wno-override-init \
-DFM_SUPPORT_FM10000 \
-DINSTRUMENT_LOG_LEVEL=0 \
-DPLATFORM_FIRST_FOCALPOINT=0 \
-DPLATFORM_NUM_FOCALPOINTS=1 \
-D_GNU_SOURCE \
-Lsrc/.libs/ -lFocalpointSDK -lm -lpthread -ldl -lrt \
-I$(top_srcdir)/include \
-I$(top_srcdir)/include/alos/linux \
-I$(top_srcdir)/include/std/intel \
-I$(top_srcdir)/include/alos \
-I$(top_srcdir)/include/common \
-I$(top_srcdir)/include/platforms \
-I$(top_srcdir)/include/platforms/libertyTrail
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = dist include src
DIST_SUBDIRS = dist include src
EXTRA_DIST = autogen.sh version.sh