-all: $(OGLLIB)
-
-.$(SRCSUFF).obj:
- bcc32 $(CPPFLAGS) $(INC) -c {$< }
-
-$(OGLLIB): $(OBJECTS)
- erase $(OGLLIB)
- tlib /P128 @&&!
-$(OGLLIB) &
-+$(OBJECTS:.obj =.obj +)
-!
-
-# Making documents
-docs: hlp
-hlp: $(DOCDIR)/ogl.hlp
-hlp32: $(DOCDIR)/hlp32/ogl.hlp
-rtf: $(DOCDIR)/ogl.rtf
-
-$(DOCDIR)/ogl.hlp: $(DOCDIR)/ogl.rtf $(DOCDIR)/ogl.hpj
- cd $(DOCDIR)
- -erase ogl.ph
- hc ogl
- cd $(THISDIR)
-
-$(DOCDIR)/hlp32/ogl.hlp: $(DOCDIR)/hlp32/ogl.rtf $(DOCDIR)/hlp32/ogl.hpj
- cd $(DOCDIR)/hlp32
- -erase ogl.ph
- start /w hcw /c /e ogl.hpj
- cd $(THISDIR)
-
-$(DOCDIR)/ogl.rtf: $(DOCDIR)/classes.tex $(DOCDIR)/intro.tex $(DOCDIR)/ogl.tex
- cd $(DOCDIR)
- start /w tex2rtf $(DOCDIR)/ogl.tex $(DOCDIR)/ogl.rtf -twice -winhelp
- cd $(THISDIR)
-
-$(DOCDIR)/hlp32/ogl.rtf: $(DOCDIR)/classes.tex $(DOCDIR)/intro.tex $(DOCDIR)/ogl.tex
- cd $(DOCDIR)
- start /w tex2rtf $(DOCDIR)/ogl.tex $(DOCDIR)/hlp32/ogl.rtf -twice -winhelp -macros $(DOCDIR)/t2rtf32.ini
- cd $(THISDIR)
-
-wordrtf:
- cd $(DOCDIR)
- -wx /W tex2rtf $(DOCDIR)/ogl.tex $(DOCDIR)/ogl.rtf -twice -rtf
- cd $(THISDIR)
-
-clean:
- -erase *.obj
- -erase *.exe
- -erase *.res
- -erase ..\lib\*.lib $(OGLLIB)