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 $(D)\editlbox.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)
63 $(D)\editlbox.obj: editlbox.$(SRCSUFF)
65 $(CPPFLAGS) /c /Fo$@ /Tp $(*B).$(SRCSUFF)
77 DOCSOURCES=$(LOCALDOCDIR)\gizmos.tex \
78 $(LOCALDOCDIR)\bugs.tex $(LOCALDOCDIR)\changes.tex\
79 $(LOCALDOCDIR)\classes.tex $(LOCALDOCDIR)\intro.tex\
80 $(LOCALDOCDIR)\topics.tex $(LOCALDOCDIR)\sample.tex
82 html: $(DOCDIR)\html\gizmos\gizmos.htm
83 htmlhelp: $(DOCDIR)\htmlhelp\gizmos.chm
84 htb: $(DOCDIR)\htb\gizmos.htb
85 hlp: $(DOCDIR)\winhelp\gizmos.hlp
86 pdfrtf: $(DOCDIR)\pdf\gizmos.rtf
87 ps: $(DOCDIR)\ps\gizmos.ps
90 touch $(LOCALDOCDIR)\gizmos.tex
93 $(DOCDIR)\winhelp\gizmos.hlp: $(LOCALDOCDIR)\gizmos.rtf $(LOCALDOCDIR)\gizmos.hpj
97 move gizmos.hlp $(DOCDIR)\winhelp\gizmos.hlp
98 move gizmos.cnt $(DOCDIR)\winhelp\gizmos.cnt
101 $(LOCALDOCDIR)\gizmos.rtf: $(DOCSOURCES)
103 -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\gizmos.tex $(LOCALDOCDIR)\gizmos.rtf -twice -winhelp
106 $(DOCDIR)\pdf\gizmos.rtf: $(DOCSOURCES)
108 -copy *.bmp $(DOCDIR)\pdf
109 -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\gizmos.tex $(DOCDIR)\pdf\gizmos.rtf -twice -rtf
112 $(DOCDIR)\html\gizmos\gizmos.htm: $(DOCSOURCES)
114 -mkdir $(DOCDIR)\html\gizmos
115 copy *.gif $(DOCDIR)\html\gizmos
116 -start $(WAITFLAG) tex2rtf $(LOCALDOCDIR)\gizmos.tex $(DOCDIR)\html\gizmos\gizmos.htm -twice -html
117 -erase $(DOCDIR)\html\gizmos\*.con
119 -erase $(DOCDIR)\html\gizmos\*.ref
122 $(DOCDIR)\htmlhelp\gizmos.chm: $(DOCDIR)\html\gizmos\gizmos.htm $(DOCDIR)\html\gizmos\gizmos.hhp
123 cd $(DOCDIR)\html\gizmos
125 move gizmos.chm $(DOCDIR)\htmlhelp\gizmos.chm
128 # An htb file is a zip file containing the .htm, .gif, .hhp, .hhc and .hhk
129 # files, renamed to htb.
130 # This can then be used with e.g. helpview.
131 # Optionally, a cached version of the .hhp file can be generated with hhp2cached.
132 $(DOCDIR)\htb\gizmos.htb: $(DOCDIR)\html\gizmos\gizmos.htm
133 cd $(DOCDIR)\html\gizmos
134 -erase gizmos.zip gizmos.htb
135 zip gizmos.zip *.htm *.gif *.hhp *.hhc *.hhk
137 move gizmos.zip $(DOCDIR)\htb\gizmos.htb
140 $(LOCALDOCDIR)\gizmos.dvi: $(DOCSOURCES)
150 $(WXDIR)\docs\ps\gizmos.ps: $(LOCALDOCDIR)\gizmos.dvi
152 -dvips32 -o gizmos.ps gizmos
153 move gizmos.ps $(WXDIR)\docs\ps\gizmos.ps