File: Makefile.am

package info (click to toggle)
easyh10 1.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,544 kB
  • sloc: ansic: 9,049; sh: 8,387; makefile: 77
file content (22 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: Makefile.am,v 1.3 2005/06/11 20:31:36 nyaochi Exp $

noinst_LTLIBRARIES = libh10db.la

libh10db_la_SOURCES = \
	../include/os.h \
	../include/h10db.h \
	bufferedfile.h \
	bufferedfile.c \
	crc.h \
	crc.c \
	h10db.c \
	h10db_dat.c \
	h10db_hdr.c \
	h10db_idx.c \
	h10db_upd.c \
	h10db_model.c \
	serialize.h \
	serialize.c

AM_CFLAGS = @CFLAGS@
INCLUDES = @INCLUDES@