6 # Copyright: (c) 1993, AIAI, University of Edinburgh
10 # Makefile : Builds OGL classes library (MS VC++).
11 # Use FINAL=1 argument to nmake to build final version with no debugging
15 # Set WXDIR for your system
17 GIZMOSDIR = $(WXDIR)\contrib\src\gizmos
18 GIZMOSINC = $(WXDIR)\contrib\include\wx\gizmos
19 THISDIR = $(WXDIR)\contrib\src\gizmos
20 EXTRAFLAGS=/DPROLOGIO=1
21 DOCDIR=$(WXDIR)\contrib\docs
22 LOCALDOCDIR=$(WXDIR)\contrib\docs\latex\gizmos
24 !include $(WXDIR)\src\makevc.env
26 OBJECTS = $(D)\multicell.obj $(D)\splittree.obj
28 LIBTARGET=$(WXDIR)\lib\gizmos$(LIBEXT).lib
30 all: $(D) $(LIBTARGET)
37 nmake -f makefile.vc FINAL=$(FINAL)
42 nmake -f makefile.vc clean
45 $(LIBTARGET): $(OBJECTS)
53 $(D)\multicell.obj: multicell.$(SRCSUFF)
55 $(CPPFLAGS) /c /Fo$@ /Tp $(*B).$(SRCSUFF)
58 $(D)\splittree.obj: splittree.$(SRCSUFF)
60 $(CPPFLAGS) /c /Fo$@ /Tp $(*B).$(SRCSUFF)
72 DOCSOURCES=$(LOCALDOCDIR)\gizmos.tex \
73 $(LOCALDOCDIR)\bugs.tex $(LOCALDOCDIR)\changes.tex\
74 $(LOCALDOCDIR)\classes.tex $(LOCALDOCDIR)\intro.tex\
75 $(LOCALDOCDIR)\topics.tex $(LOCALDOCDIR)\sample.tex
77 html: $(DOCDIR)\html\gizmos\gizmos.htm
78 htmlhelp: $(DOCDIR)\htmlhelp\gizmos.chm
79 htb: $(DOCDIR)\htb\gizmos.htb
80 hlp: $(DOCDIR)\winhelp\gizmos.hlp
81 pdfrtf: $(DOCDIR)\pdf\gizmos.rtf
82 ps: $(DOCDIR)\ps\gizmos.ps
85 touch $(LOCALDOCDIR)\gizmos.tex
88 $(DOCDIR)\winhelp\gizmos.hlp: $(LOCALDOCDIR)\gizmos.rtf $(LOCALDOCDIR)\gizmos.hpj
92 move gizmos.hlp $(DOCDIR)\winhelp\gizmos.hlp
93 move gizmos.cnt $(DOCDIR)\winhelp\gizmos.cnt
96 $(LOCALDOCDIR)\gizmos.rtf: $(DOCSOURCES)
98 -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\gizmos.tex $(LOCALDOCDIR)\gizmos.rtf -twice -winhelp
101 $(DOCDIR)\pdf\gizmos.rtf: $(DOCSOURCES)
103 -copy *.bmp $(DOCDIR)\pdf
104 -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\gizmos.tex $(DOCDIR)\pdf\gizmos.rtf -twice -rtf
107 $(DOCDIR)\html\gizmos\gizmos.htm: $(DOCSOURCES)
109 -mkdir $(DOCDIR)\html\gizmos
110 copy *.gif $(DOCDIR)\html\gizmos
111 -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\gizmos.tex $(DOCDIR)\html\gizmos\gizmos.htm -twice -html
112 -erase $(DOCDIR)\html\gizmos\*.con
114 -erase $(DOCDIR)\html\gizmos\*.ref
117 $(DOCDIR)\htmlhelp\gizmos.chm: $(DOCDIR)\html\gizmos\gizmos.htm $(DOCDIR)\html\gizmos\gizmos.hhp
118 cd $(DOCDIR)\html\gizmos
120 move gizmos.chm $(DOCDIR)\htmlhelp\gizmos.chm
123 # An htb file is a zip file containing the .htm, .gif, .hhp, .hhc and .hhk
124 # files, renamed to htb.
125 # This can then be used with e.g. helpview.
126 # Optionally, a cached version of the .hhp file can be generated with hhp2cached.
127 $(DOCDIR)\htb\gizmos.htb: $(DOCDIR)\html\gizmos\gizmos.htm
128 cd $(DOCDIR)\html\gizmos
129 -erase gizmos.zip gizmos.htb
130 zip gizmos.zip *.htm *.gif *.hhp *.hhc *.hhk
132 move gizmos.zip $(DOCDIR)\htb\gizmos.htb
135 $(LOCALDOCDIR)\gizmos.dvi: $(DOCSOURCES)
145 $(WXDIR)\docs\ps\gizmos.ps: $(LOCALDOCDIR)\gizmos.dvi
147 -dvips32 -o gizmos.ps gizmos
148 move gizmos.ps $(WXDIR)\docs\ps\gizmos.ps