]> git.saurik.com Git - wxWidgets.git/blame - distrib/msw/tmake/Makefile
Fixed some bit-rot problems in contribs
[wxWidgets.git] / distrib / msw / tmake / Makefile
CommitLineData
77282916
VZ
1# FIXME we'll generate this makefile with configure later, but for now please
2# change it manually
1e6feb95
VZ
3#TMAKEDIR=/home/zeitlin/build/tmake
4#TMAKE=$(TMAKEDIR)/bin/tmake
5TMAKE=tmake
77282916
VZ
6
7WXDIR=../../..
8MSW_MAKEFILES_DIR=$(WXDIR)/src/msw
9
10all: $(MSW_MAKEFILES_DIR)/makefile.vc \
11 $(MSW_MAKEFILES_DIR)/makefile.b32 \
12 $(MSW_MAKEFILES_DIR)/makefile.dos \
13 $(MSW_MAKEFILES_DIR)/makefile.bcc \
14 $(MSW_MAKEFILES_DIR)/makefile.sc \
15 $(MSW_MAKEFILES_DIR)/makefile.wat \
16 $(MSW_MAKEFILES_DIR)/makefile.g95 \
97f18671 17 $(WXDIR)/Makefile.in \
f21a3c41 18 $(WXDIR)/src/files.lst \
8b61ede4 19 $(WXDIR)/src/msw/files.lst \
97f18671 20 $(WXDIR)/src/gtk/files.lst \
2b03b51b 21 $(WXDIR)/src/mac/files.lst \
97f18671
VS
22 $(WXDIR)/src/motif/files.lst \
23 $(WXDIR)/src/os2/files.lst \
f21a3c41
MB
24 $(WXDIR)/src/mgl/files.lst \
25 $(WXDIR)/src/microwin/files.lst \
f618020a 26 $(WXDIR)/src/x11/files.lst \
f21a3c41
MB
27 $(WXDIR)/src/univ/files.lst \
28 $(WXDIR)/src/wxBase.dsp \
29 $(WXDIR)/src/wxWindows.dsp \
30 $(WXDIR)/src/wxUniv.dsp
77282916 31
abfc2b1d 32$(MSW_MAKEFILES_DIR)/makefile.vc: vc.t filelist.txt wxwin.pro
77282916
VZ
33 $(TMAKE) -t vc wxwin.pro -o $@
34
abfc2b1d 35$(MSW_MAKEFILES_DIR)/makefile.b32: b32.t filelist.txt wxwin.pro
77282916
VZ
36 $(TMAKE) -t b32 wxwin.pro -o $@
37
abfc2b1d 38$(MSW_MAKEFILES_DIR)/makefile.dos: dos.t filelist.txt wxwin.pro
77282916
VZ
39 $(TMAKE) -t dos wxwin.pro -o $@
40
abfc2b1d 41$(MSW_MAKEFILES_DIR)/makefile.bcc: bcc.t filelist.txt wxwin.pro
77282916
VZ
42 $(TMAKE) -t bcc wxwin.pro -o $@
43
abfc2b1d 44$(MSW_MAKEFILES_DIR)/makefile.sc: sc.t filelist.txt wxwin.pro
77282916
VZ
45 $(TMAKE) -t sc wxwin.pro -o $@
46
abfc2b1d 47$(MSW_MAKEFILES_DIR)/makefile.wat: wat.t filelist.txt wxwin.pro
77282916
VZ
48 $(TMAKE) -t wat wxwin.pro -o $@
49
abfc2b1d 50$(MSW_MAKEFILES_DIR)/makefile.g95: g95.t filelist.txt wxwin.pro
77282916
VZ
51 $(TMAKE) -t g95 wxwin.pro -o $@
52
f21a3c41
MB
53$(WXDIR)/src/files.lst: base.t filelist.txt wxwin.pro
54 $(TMAKE) -t base wxwin.pro -o $@
55
abfc2b1d 56$(WXDIR)/src/msw/files.lst: msw.t filelist.txt wxwin.pro
8b61ede4 57 $(TMAKE) -t msw wxwin.pro -o $@
eaac466a 58
f21a3c41 59$(WXDIR)/src/mgl/files.lst: mgl.t filelist.txt wxwin.pro
1725144d
RR
60 $(TMAKE) -t mgl wxwin.pro -o $@
61
f21a3c41 62$(WXDIR)/src/microwin/files.lst: micro.t filelist.txt wxwin.pro
1725144d
RR
63 $(TMAKE) -t micro wxwin.pro -o $@
64
abfc2b1d 65$(WXDIR)/src/gtk/files.lst: gtk.t filelist.txt wxwin.pro
e00a0183
SN
66 $(TMAKE) -t gtk wxwin.pro -o $@
67
abfc2b1d 68$(WXDIR)/src/mac/files.lst: mac.t filelist.txt wxwin.pro
2b03b51b
GD
69 $(TMAKE) -t mac wxwin.pro -o $@
70
abfc2b1d 71$(WXDIR)/src/motif/files.lst: motif.t filelist.txt wxwin.pro
e00a0183
SN
72 $(TMAKE) -t motif wxwin.pro -o $@
73
abfc2b1d 74$(WXDIR)/src/os2/files.lst: os2.t filelist.txt wxwin.pro
e00a0183 75 $(TMAKE) -t os2 wxwin.pro -o $@
abfc2b1d 76
f21a3c41
MB
77$(WXDIR)/src/univ/files.lst: univ.t filelist.txt wxwin.pro
78 $(TMAKE) -t univ wxwin.pro -o $@
79
f618020a
MB
80$(WXDIR)/src/x11/files.lst: x11.t filelist.txt wxwin.pro
81 $(TMAKE) -t x11 wxwin.pro -o $@
82
f21a3c41
MB
83$(WXDIR)/src/wxBase.dsp: vc6base.t filelist.txt wxwin.pro
84 $(TMAKE) -t vc6base wxwin.pro -o $@
85
86$(WXDIR)/src/wxWindows.dsp: vc6msw.t filelist.txt wxwin.pro
87 $(TMAKE) -t vc6msw wxwin.pro -o $@
88
89$(WXDIR)/src/wxUniv.dsp: vc6univ.t filelist.txt wxwin.pro
90 $(TMAKE) -t vc6univ wxwin.pro -o $@