home *** CD-ROM | disk | FTP | other *** search
- # makefile for building index.lib
- #
- .c.obj:
- tcc -c -G -1 $<
-
- index.lib: inxrtns.obj iopen.obj ireadr.obj istart.obj ireadn.obj ireadp.obj iwrite.obj irewrite.obj idelete.obj
- qlib index @inames
-
- inxrtns.obj: inxdefs.h index.h
- IOPEN.obj: inxdefs.h index.h
- IREADR.obj: inxdefs.h index.h
- ISTART.obj: inxdefs.h index.h
- IREADN.obj: inxdefs.h index.h
- IREADP.obj: inxdefs.h index.h
- IWRITE.obj: inxdefs.h index.h
- IREWRITE.obj: inxdefs.h index.h
- IDELETE.obj: inxdefs.h index.h