Imported gammu 0.90.7
[gammu.git] / cfg / Makefile.cfg
blob2674f9d12663d910b599d6fbd3df4471f4a00603
1 # Generated automatically from Makefile.cfg.in by configure.
3 # ------------- Makefile options, which depens on OS --------------------------
5 VERSION         = 0.90.7
7 # what is used to delete files, compile, install and find
8 RM               = /bin/rm -f
9 MV               = /bin/mv -f
10 LN               = /bin/ln -f
11 ECHO             = /bin/echo
12 CC               = gcc
13 CFLAGS           = -O2 -Wall -Wno-format-y2k -pthread
14 LDLIBS           =   -pthread
15 INSTALL          = /usr//bin/install
16 FIND             = /usr//bin/find
17 RPMBUILD         = /usr//bin/rpmbuild
18 DOXYGEN          = 
19 AR               = /usr//bin/ar
20 RANLIB           = /usr//bin/ranlib
22 # where to install binary, documentation, man and shared library files
23 # where is temporary directory and directory for making RPM
24 prefix          = /usr/local
25 exec_prefix     = ${prefix}
26 INSTALL_BIN_DIR = ${exec_prefix}/bin
27 INSTALL_DOC_DIR = ${prefix}/share/doc/gammu
28 INSTALL_LOC_DIR = ${prefix}/share/gammu
29 INSTALL_MAN_DIR = ${prefix}/man/man1
30 INSTALL_LIB_DIR = ${exec_prefix}/lib
31 INSTALL_H_DIR   = ${prefix}/include/gammu
32 RPM_DIR         = /usr/src/RPM
33 TEMP_DIR        = /tmp
35 LDFLAGS         += -Wl,--rpath -Wl,"${INSTALL_LIB_DIR}"
36 CFLAGS          += -DLOCALE_PATH="\"${INSTALL_LOC_DIR}\""