makefile.am

makefile:
AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS
= bas.fcgi\
bbs.fcgi


bas_fcgi_SOURCES
= basFCGI.c\
basCgiAux.c\
basCommon.c\
basOperation.c\
basSearchOp.c\
eggDAO.c\
utility.c\
stringDeal.c

bbs_fcgi_SOURCES
= basFCGI.c\
basCgiAux.c\
basCommon.c\
basOperation.c\
bbsSearchOp.c\
bbsEggDAO.c\
utility.c\
stringDeal.c


bas_fcgi_CFLAGS
= $(glib_CFLAGS) - g - Wall - O0
bas_fcgi_LDADD
=- lfcgi - lscholar - legg2


bbs_fcgi_CFLAGS
= $(glib_CFLAGS) - g - Wall - O0 - I / usr / local / include / bas2plugin / - I / usr / local / include / spider2 /
bbs_fcgi_LDADD
=- lfcgi - lscholar - legg2 - lbas2plugin

你可能感兴趣的:(makefile)