source: trunk/src/emx/bsd/db/db.smak@ 851

Last change on this file since 851 was 278, checked in by bird, 23 years ago

#357: Initial config.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 650 bytes
Line 
1# This is the top-level submakefile for building EMX C runtime library
2include comend.smak
3
4.MODULE := libdb
5.MDESC := Berkeley DB v1.85
6.MDEP := emxomf
7
8.TARGET := db_p.a
9.TKIND := aout prof
10.TSRC := $(wildcard bsd/db/btree/*.c) \
11 $(wildcard bsd/db/db/*.c) \
12 $(wildcard bsd/db/emx/*.c) \
13 $(wildcard bsd/db/hash/*.c) \
14 $(wildcard bsd/db/mpool/*.c) \
15 $(wildcard bsd/db/recno/*.c)
16.TCF := -Ibsd/db/include -D__DBINTERFACE_PRIVATE
17.INSDIR = lib/
18.TKEEP := 1
19include mklib.smak
20include mkomflib.smak
21
22.TARGET := libdb.a
23.TKIND := aout
24include mklib.smak
25include mkomflib.smak
26
27# Forget temporary variables
28include comend.smak
Note: See TracBrowser for help on using the repository browser.