Begin removal of some Imakefiles, and other no longer useful cruft
This commit will not completely remove all Imake files, specifically those for sections that have not been completed yet. Also, the databases dir has been moved to databases-delete-later until we have everything building and installed properly.
This commit is contained in:
@@ -1,51 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:12:37 drk $
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define LibName isam
|
||||
#define LibHeaders NO
|
||||
#define LibInstall NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#include "../tooltalk.tmpl"
|
||||
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
INCLUDES = $(TIRPCINC) -I.
|
||||
|
||||
SRCS = isaddindex.c isamaddindex.c isopen.c isamopen.c \
|
||||
isdelcurr.c isdelrec.c isamdelrec.c isbuild.c \
|
||||
isvars.c isrewrec.c iserase.c iscntl.c isstart.c \
|
||||
isaddprimary.c isrewcurr.c isclose.c isread.c \
|
||||
iswrite.c isamwrite.c issync.c isapplmr.c ismngfcb.c \
|
||||
issort.c ischange1key.c isfab.c isdiskbufs2.c isfd.c isbtree.c \
|
||||
isdel1key.c isfcb.c isfixrec.c issignals.c isapplmw.c \
|
||||
isfcbwatchfd.c isamhooks.c isfcbindex.c isalloc.c isbytearray.c \
|
||||
isdatconv.c isminmax.c isfname.c isvarrec.c isperm.c iserror.c \
|
||||
iskeycmp.c iskeycalc.c iskeyvalid.c isamerror.c iskeyaux.c \
|
||||
isfileio.c ispageio.c isdlink.c isbtree2.c \
|
||||
isbtree3.c isindfreel.c isindexconv.c isbsearch.c isadd1key.c \
|
||||
iskeyconv.c isversion.c isrepair.c iswrrec.c isrename.c \
|
||||
isindexinfo.c isgarbage.c iscurpos.c
|
||||
|
||||
OBJS = isaddindex.o isamaddindex.o isopen.o isamopen.o \
|
||||
isdelcurr.o isdelrec.o isamdelrec.o isbuild.o \
|
||||
isvars.o isrewrec.o iserase.o iscntl.o isstart.o \
|
||||
isaddprimary.o isrewcurr.o isclose.o isread.o \
|
||||
iswrite.o isamwrite.o issync.o isapplmr.o ismngfcb.o \
|
||||
issort.o ischange1key.o isfab.o isdiskbufs2.o isfd.o isbtree.o \
|
||||
isdel1key.o isfcb.o isfixrec.o issignals.o isapplmw.o \
|
||||
isfcbwatchfd.o isamhooks.o isfcbindex.o isalloc.o isbytearray.o \
|
||||
isdatconv.o isminmax.o isfname.o isvarrec.o isperm.o iserror.o \
|
||||
iskeycmp.o iskeycalc.o iskeyvalid.o isamerror.o iskeyaux.o \
|
||||
isfileio.o ispageio.o isdlink.o isbtree2.o \
|
||||
isbtree3.o isindfreel.o isindexconv.o isbsearch.o isadd1key.o \
|
||||
iskeyconv.o isversion.o isrepair.o iswrrec.o isrename.o \
|
||||
isindexinfo.o isgarbage.o iscurpos.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SpecialLibObjectRule(isversion.o,,$(TT_VERSION_DEFINE))
|
||||
|
||||
DependTarget()
|
||||
Reference in New Issue
Block a user