(file) Return to Makefile CVS log (file) (dir) Up to [Development] / aolserver / ns_libcurl

 1 pjaol 1.1 #
 2           # $Id: $
 3           #
 4           # ns_libcurl
 5           #
 6           #
 7           AOLSERVER = ../aolserver
 8           NSHOME   = $(AOLSERVER)
 9           CURL = /home/pjaol/complie/curl
10           #
11           # Module name
12           #
13           MOD      =  ns_libcurl.so
14           
15           #
16           # Objects to build
17           #
18           OBJS     =  ns_libcurl.o
19           
20           #
21           # Header files in THIS directory
22 pjaol 1.1 #
23           HDRS     =  
24           
25           #
26           # Extra libraries
27           #
28           MODLIBS  =  -L$(CURL)/lib -lcurl
29           
30           #
31           # Compiler flags
32           #
33           CFLAGS   = -I$(CURL)/include
34           
35           
36           include  $(NSHOME)/include/Makefile.module
37           

cvsadmin
Powered by
ViewCVS 0.9.2