File: Makefile.am

package info (click to toggle)
exdbm 1.0b2-13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 820 kB
  • ctags: 173
  • sloc: sh: 8,797; ansic: 2,695; makefile: 60
file content (31 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## Process this file with automake to produce Makefile.in

## T. Scott Dattalo - created this makefile so that eXdbm
## could be packaged with the gpsim distribution. The source
## code was unchanged except for the following minor change:
##
## --- misc.h      Mon Jan 17 20:25:24 2000
## +++ misc.h~     Sat Dec 27 13:46:53 1997
## @@ -35,7 +35,7 @@
##  #define MISC_H
## 
##  #include <stdio.h>
## -#include "eXdbmTypes.h"
## +#include <eXdbmTypes.h>
##
##  void RaiseError(int errorcode);
##  int DbmIsInit(void);


lib_LTLIBRARIES = libeXdbm.la

libeXdbm_la_SOURCES = hash.c parse.c misc.c eXdbm.c \
	hash.h parse.h  misc.h

pkginclude_HEADERS = eXdbm.h eXdbmErrors.h eXdbmTypes.h

EXTRA_DIST = \
	Makefile.ref README LICENSE COPYING.LIB eXdbm.txt \
	test1.c test2.c test3.c test1.cfg.orig test2.cfg \
	README.gpsim