-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfg.mk
53 lines (43 loc) · 1.12 KB
/
cfg.mk
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
43
44
45
46
47
48
49
50
51
52
53
#### -- project configuration -- ####
#=========================#
# Output target name #
#=========================#
TargetName = liber
#=========================#
# Source code directory #
#=========================#
#SRCDIR =
#=========================#
# Export directory of #
# header files #
#=========================#
INCDIR = include/liber
#=========================#
# Include flags for #
# compilation and link #
#=========================#
#INCFLAGS =
#=========================#
# Extra Define macros #
#=========================#
#DEFS =
#=========================#
# Extra CFLAGS options #
#=========================#
OPTFLAGS = -pthread
#=========================#
# Lib flags #
#=========================#
LIBS = -lrt
#====================================#
# Flags for example lib dependencies #
#====================================#
#EXAMPLE_LIBS =
#================================#
# Flags for test lib dependencies#
#================================#
#TESTLIBS =
#=========================#
# Names of skipped tests #
#=========================#
#TEST_SKIPS =