File: Makefile.am

package info (click to toggle)
xdb 1.2.0-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,676 kB
  • ctags: 1,055
  • sloc: cpp: 14,001; sh: 6,343; makefile: 150
file content (23 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

INCLUDES= -I$(topdir) $(all_includes)
LDADD	= -L$(topdir)/xdb/.libs -lxdb

# for shadow passwords override the value
INSTALL_PROGRAM = @INSTALL@

noinst_PROGRAMS = sample1 sample2 sample3 sample4 sample5 testdate      \
               testhtml.cgi indextst testdbinfo

sample1_SOURCES  = sample1.cpp
sample2_SOURCES  = sample2.cpp
sample3_SOURCES  = sample3.cpp
sample4_SOURCES  = sample4.cpp
sample5_SOURCES  = sample5.cpp
indextst_SOURCES = indextst.cpp
testdate_SOURCES = testdate.cpp
testhtml_cgi_SOURCES = testhtml.cpp
testdbinfo_SOURCES = testdbinfo.cpp

noinst_HEADERS =

MAINTAINERCLEANFILES = Makefile.in