File: Makefile.am

package info (click to toggle)
lurker 1.2-5sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,708 kB
  • ctags: 1,102
  • sloc: cpp: 9,807; sh: 1,154; xml: 1,118; makefile: 166; perl: 106
file content (16 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cgidir = ${libdir}/cgi-bin

cgi_PROGRAMS = lurker.cgi jump.cgi keyword.cgi bounce.cgi

AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/libesort
LDADD = ../common/libcommon.a ../libesort/libesort.a

lurker_cgi_SOURCES = \
	main.cpp art.cpp url.cpp mailto.cpp quote.cpp attach.cpp list.cpp \
	mbox.cpp message.cpp mindex.cpp search.cpp splash.cpp thread.cpp \
	Cache.cpp Threading.cpp parse.cpp \
	Cache.h Threading.h commands.h error.h parse.h

jump_cgi_SOURCES = parse.cpp jump.cpp
keyword_cgi_SOURCES = parse.cpp keyword.cpp
bounce_cgi_SOURCES = parse.cpp bounce.cpp