home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Press 1997 July
/
Sezamfile97_1.iso
/
msdos
/
c
/
cbase11.a03
/
CBASE11.ZIP
/
LSEQ
/
DOS.MAK
< prev
next >
Wrap
Text File
|
1993-01-01
|
721b
|
33 lines
#
# Copyright (c) 1989-1992 Citadel Software, Inc.
# All Rights Reserved
#
# dos.mak 1.7 - 93/01/01
# lseq library makefile
# macro definitions
# library name
LIBNAME = lseq
# files containing manual entries
MANS1 = $(LIBNAME).h
MANS2 = lsclose.c lscreate.c lsdelcur.c lsfirst.c lsgetcur.c lsgetlck.c
MANS3 = lsgetr.c lsgetrf.c lsinsert.c lslast.c lslock.c lsnext.c
MANS4 = lsopen.c lsprev.c lsputr.c lsputrf.c lssearch.c lssetbuf.c
MANS5 = lssetcur.c lssetvbu.c lssync.c
# C header files
HDRS = $(LIBNAME).h $(LIBNAME)_.h
# C source files
SRCS = $(MANS2) $(MANS3) $(MANS4) $(MANS5) \
lsops.c rcops.c
# library makefile
!include "..\dos\library.mak"
# eof