system.mk

changeset 38
5e59489313a0
parent 30
f7c7b419577e
child 51
2d95d77aa954
equal deleted inserted replaced
37:3cf58eae0df6 38:5e59489313a0
15 MANDIR=$(PREFIX)/man 15 MANDIR=$(PREFIX)/man
16 DOCDIR=$(PREFIX)/doc 16 DOCDIR=$(PREFIX)/doc
17 # Not used 17 # Not used
18 INCDIR=$(PREFIX)/include 18 INCDIR=$(PREFIX)/include
19 LIBDIR=$(PREFIX)/lib 19 LIBDIR=$(PREFIX)/lib
20
21
22 ##
23 ## Modules
24 ##
25
26 #MODULE_SUPPORT=-DCF_NO_MODULE_SUPPORT
27 MODULE_SUPPORT_LDFLAGS=-export-dynamic -ldl
20 28
21 29
22 ## 30 ##
23 ## X libraries, includes and options 31 ## X libraries, includes and options
24 ## 32 ##
41 ## 49 ##
42 50
43 # You may uncomment this if you know your system has 51 # You may uncomment this if you know your system has
44 # asprintf and vasprintf in the c library. (gnu libc has.) 52 # asprintf and vasprintf in the c library. (gnu libc has.)
45 # If HAS_SYSTEM_ASPRINTF is not defined, an implementation 53 # If HAS_SYSTEM_ASPRINTF is not defined, an implementation
46 # in sprintf_2.2/ is used. 54 # in libtu/sprintf_2.2/ is used.
47 #HAS_SYSTEM_ASPRINTF=1 55 #HAS_SYSTEM_ASPRINTF=1
48 56
49 57
50 ## 58 ##
51 ## C compiler 59 ## C compiler

mercurial