Makefile.cgi_sample.app
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- # $Id: Makefile.cgi_sample.app,v 1000.0 2003/10/29 18:45:24 gouriano Exp $
- # Build test CGI application "cgi_sample"
- #################################
- APP = cgi_sample.cgi
- SRC = cgi_sample
- # new_project.sh will copy everything in the following block to any
- # Makefile.*_app generated from this sample project. Do not change
- # the lines reading "### BEGIN/END COPIED SETTINGS" in any way.
- ### BEGIN COPIED SETTINGS
- ## Use these two lines for normal CGI.
- LIB = xcgi xhtml xconnect xutil xncbi
- LIBS = $(NETWORK_LIBS) $(ORIG_LIBS)
- ## Use these two lines for FastCGI. (No other changes needed!)
- # LIB = xfcgi xhtml xconnect xutil xncbi
- # LIBS = $(FASTCGI_LIBS) $(NETWORK_LIBS) $(ORIG_LIBS)
- ## If you need the C toolkit...
- # LIBS = $(NCBI_C_LIBPATH) -lncbi $(NETWORK_LIBS) $(ORIG_LIBS)
- # CPPFLAGS = $(ORIG_CPPFLAGS) $(NCBI_C_INCLUDE)
- ### END COPIED SETTINGS