]> git.saurik.com Git - wxWidgets.git/blob - src/Makefile.in
added framecmn.cpp and wincmn.cpp (hmm... how could it compile without them?)
[wxWidgets.git] / src / Makefile.in
1 #
2 # wxGTK main source makefile
3 #
4 # Copyright 1998, Markus Holzhem and Robert Roebling
5 #
6
7 # wxGTK base directory
8 WXBASEDIR=@WXBASEDIR@
9
10 # set the OS type for compilation
11 OS=@OS@
12
13 # compile a library only
14 RULE=gslib
15
16 # define common stuff
17
18 # needed for unactivated
19 NONE =
20
21 # define library name
22 LIB_TARGET=wx_gtk
23 LIB_MAJOR=1
24 LIB_MINOR=90
25
26 # define library sources
27
28 LIB_CPP_SRC=\
29 \
30 common/cmndata.cpp \
31 common/config.cpp \
32 common/date.cpp \
33 common/docmdi.cpp \
34 common/docview.cpp \
35 common/dynarray.cpp \
36 common/event.cpp \
37 common/file.cpp \
38 common/fileconf.cpp \
39 common/filefn.cpp \
40 common/gdicmn.cpp \
41 common/hash.cpp \
42 common/helpbase.cpp \
43 common/intl.cpp \
44 common/ipcbase.cpp \
45 common/layout.cpp \
46 common/list.cpp \
47 common/log.cpp \
48 common/matrix.cpp \
49 common/memory.cpp \
50 common/module.cpp \
51 common/object.cpp \
52 common/odbc.cpp \
53 common/postscrp.cpp \
54 common/prntbase.cpp \
55 common/string.cpp \
56 common/textfile.cpp \
57 common/time.cpp \
58 common/timercmn.cpp \
59 common/utilscmn.cpp \
60 common/wincmn.cpp \
61 common/framecmn.cpp \
62 common/stream.cpp \
63 common/datstrm.cpp \
64 common/fstream.cpp \
65 common/mstream.cpp \
66 common/zstream.cpp \
67 common/objstrm.cpp \
68 common/framecmn.cpp \
69 common/wincmn.cpp \
70 \
71 gtk/app.cpp \
72 gtk/bitmap.cpp \
73 gtk/brush.cpp \
74 gtk/button.cpp \
75 gtk/checkbox.cpp \
76 gtk/choice.cpp \
77 gtk/colour.cpp \
78 gtk/control.cpp \
79 gtk/combobox.cpp \
80 gtk/cursor.cpp \
81 gtk/data.cpp \
82 gtk/dc.cpp \
83 gtk/dcclient.cpp \
84 gtk/dcmemory.cpp \
85 gtk/dcscreen.cpp \
86 gtk/dnd.cpp \
87 gtk/dialog.cpp \
88 gtk/filedlg.cpp \
89 gtk/font.cpp \
90 gtk/frame.cpp \
91 gtk/gauge.cpp \
92 gtk/gdiobj.cpp \
93 gtk/icon.cpp \
94 gtk/listbox.cpp \
95 gtk/mdi.cpp \
96 gtk/menu.cpp \
97 gtk/notebook.cpp \
98 gtk/palette.cpp \
99 gtk/pen.cpp \
100 gtk/radiobox.cpp \
101 gtk/radiobut.cpp \
102 gtk/region.cpp \
103 gtk/scrolbar.cpp \
104 gtk/settings.cpp \
105 gtk/slider.cpp \
106 gtk/statbox.cpp \
107 gtk/stattext.cpp \
108 gtk/tbargtk.cpp \
109 gtk/textctrl.cpp \
110 gtk/timer.cpp \
111 gtk/utilsgtk.cpp \
112 gtk/utilsres.cpp \
113 gtk/window.cpp \
114 @GTK_JOYSTICK@ \
115 @UNIX_THREAD@ \
116 \
117 generic/choicdgg.cpp \
118 generic/colrdlgg.cpp \
119 generic/fontdlgg.cpp \
120 generic/gridg.cpp \
121 generic/imaglist.cpp \
122 generic/listctrl.cpp \
123 generic/msgdlgg.cpp \
124 generic/panelg.cpp \
125 generic/printps.cpp \
126 generic/prntdlgg.cpp \
127 generic/scrolwin.cpp \
128 generic/splitter.cpp \
129 generic/statusbr.cpp \
130 generic/tabg.cpp \
131 generic/textdlgg.cpp \
132 generic/treectrl.cpp
133
134 LIB_C_SRC=\
135 common/extended.c \
136 \
137 gtk/win_gtk.c \
138 \
139 png/png.c \
140 png/pngset.c \
141 png/pngget.c \
142 png/pngrutil.c \
143 png/pngtrans.c \
144 png/pngwutil.c \
145 png/pngread.c \
146 png/pngrio.c \
147 png/pngwio.c \
148 png/pngwrite.c \
149 png/pngrtran.c \
150 png/pngwtran.c \
151 png/pngmem.c \
152 png/pngerror.c \
153 png/pngpread.c \
154 \
155 zlib/adler32.c \
156 zlib/compress.c \
157 zlib/crc32.c \
158 zlib/gzio.c \
159 zlib/uncompr.c \
160 zlib/deflate.c \
161 zlib/trees.c \
162 zlib/zutil.c \
163 zlib/inflate.c \
164 zlib/infblock.c \
165 zlib/inftrees.c \
166 zlib/infcodes.c \
167 zlib/infutil.c \
168 zlib/inffast.c \
169 \
170 gdk_imlib/cache.c \
171 gdk_imlib/colors.c \
172 gdk_imlib/globals.c \
173 gdk_imlib/load.c \
174 gdk_imlib/misc.c \
175 gdk_imlib/rend.c \
176 gdk_imlib/save.c \
177 gdk_imlib/utils.c \
178 \
179 iodbc/dlf.c \
180 iodbc/dlproc.c \
181 iodbc/herr.c \
182 iodbc/henv.c \
183 iodbc/hdbc.c \
184 iodbc/hstmt.c \
185 iodbc/connect.c \
186 iodbc/prepare.c \
187 iodbc/result.c \
188 iodbc/execute.c \
189 iodbc/fetch.c \
190 iodbc/info.c \
191 iodbc/catalog.c \
192 iodbc/misc.c \
193 iodbc/itrace.c
194
195 #define library objects
196 LIB_OBJ=\
197 $(LIB_CPP_SRC:.cpp=.o) \
198 $(LIB_C_SRC:.c=.o)
199
200 all::
201 -../mkdirs
202
203 clean::
204 $(RM) -rf gtk
205 $(RM) -rf common
206 $(RM) -rf generic
207 $(RM) -rf png
208 $(RM) -rf zlib
209 $(RM) -rf gdk_imlib
210 $(RM) -rf iodbc
211
212 #additional things needed for compile
213 ADD_COMPILE= \
214 -DHAVE_LIBPNG -DDJPEG_PROG=\"\" -DCJPEG_PROG=\"\"
215
216 # include the definitions now
217 include ../../template.mak