1 *** Makefile 2008-02-10 12:13:18.000000000 +0100
2 --- Makefile.new 2009-06-25 19:24:43.000000000 +0200
5 # Edit the following lines to meet your needs
7 # Path to install the headerfiles
8 ! INCLUDE_PATH = /usr/include/hashlib++
10 # Path to install the library
11 ! LIB_PATH = /usr/local/lib/
16 # Global options for the compiler
17 ! COPTIONS = -ansi -Wall -Wextra
19 #-----------------------------------------------------------------------
20 # DON'T CHANGE ANYTHING BELOW
22 # Edit the following lines to meet your needs
24 # Path to install the headerfiles
25 ! INCLUDE_PATH = $(DESTDIR)/usr/include/hashlib++
27 # Path to install the library
28 ! LIB_PATH = $(DESTDIR)/usr/lib/
33 # Global options for the compiler
34 ! COPTIONS = -ansi -Wall -Wextra -fPIC
36 #-----------------------------------------------------------------------
37 # DON'T CHANGE ANYTHING BELOW