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