| 1 | # |
| 2 | # File: makefile.unx |
| 3 | # Author: Julian Smart |
| 4 | # Created: 1998 |
| 5 | # Updated: |
| 6 | # Copyright: (c) 1998 |
| 7 | # |
| 8 | # |
| 9 | # Makefile for wxStubs library, Unix |
| 10 | |
| 11 | EXTRACFLAGS=-DLEX_SCANNER |
| 12 | |
| 13 | include ../make.env |
| 14 | |
| 15 | LIB_CPP_SRC=\ |
| 16 | \ |
| 17 | ../common/cmndata.cpp \ |
| 18 | ../common/config.cpp \ |
| 19 | ../common/date.cpp \ |
| 20 | ../common/docmdi.cpp \ |
| 21 | ../common/docview.cpp \ |
| 22 | ../common/dynarray.cpp \ |
| 23 | ../common/dynlib.cpp \ |
| 24 | ../common/event.cpp \ |
| 25 | ../common/file.cpp \ |
| 26 | ../common/fileconf.cpp \ |
| 27 | ../common/filefn.cpp \ |
| 28 | ../common/gdicmn.cpp \ |
| 29 | ../common/hash.cpp \ |
| 30 | ../common/helpbase.cpp \ |
| 31 | ../common/intl.cpp \ |
| 32 | ../common/ipcbase.cpp \ |
| 33 | ../common/layout.cpp \ |
| 34 | ../common/list.cpp \ |
| 35 | ../common/log.cpp \ |
| 36 | ../common/matrix.cpp \ |
| 37 | ../common/memory.cpp \ |
| 38 | ../common/module.cpp \ |
| 39 | ../common/object.cpp \ |
| 40 | ../common/odbc.cpp \ |
| 41 | ../common/postscrp.cpp \ |
| 42 | ../common/prntbase.cpp \ |
| 43 | ../common/resource.cpp \ |
| 44 | ../common/serbase.cpp \ |
| 45 | ../common/string.cpp \ |
| 46 | ../common/textfile.cpp \ |
| 47 | ../common/tbarbase.cpp \ |
| 48 | ../common/tbarsmpl.cpp \ |
| 49 | ../common/timercmn.cpp \ |
| 50 | ../common/utilscmn.cpp \ |
| 51 | ../common/wincmn.cpp \ |
| 52 | ../common/framecmn.cpp \ |
| 53 | ../common/stream.cpp \ |
| 54 | ../common/datstrm.cpp \ |
| 55 | ../common/fstream.cpp \ |
| 56 | ../common/mstream.cpp \ |
| 57 | ../common/zstream.cpp \ |
| 58 | ../common/objstrm.cpp \ |
| 59 | ../common/sckstrm.cpp \ |
| 60 | ../common/validate.cpp \ |
| 61 | ../common/valtext.cpp \ |
| 62 | ../common/variant.cpp \ |
| 63 | ../common/wxexpr.cpp \ |
| 64 | ../common/socket.cpp \ |
| 65 | ../common/sckaddr.cpp \ |
| 66 | ../common/sckipc.cpp \ |
| 67 | ../common/protocol.cpp \ |
| 68 | ../common/ftp.cpp \ |
| 69 | ../common/http.cpp \ |
| 70 | ../common/url.cpp \ |
| 71 | ../common/tokenzr.cpp \ |
| 72 | \ |
| 73 | accel.cpp \ |
| 74 | app.cpp \ |
| 75 | bitmap.cpp \ |
| 76 | bmpbuttn.cpp \ |
| 77 | brush.cpp \ |
| 78 | button.cpp \ |
| 79 | checkbox.cpp \ |
| 80 | choice.cpp \ |
| 81 | clipbrd.cpp \ |
| 82 | colour.cpp \ |
| 83 | colordlg.cpp \ |
| 84 | control.cpp \ |
| 85 | combobox.cpp \ |
| 86 | cursor.cpp \ |
| 87 | data.cpp \ |
| 88 | dc.cpp \ |
| 89 | dcclient.cpp \ |
| 90 | dcmemory.cpp \ |
| 91 | dcscreen.cpp \ |
| 92 | dialog.cpp \ |
| 93 | dirdlg.cpp \ |
| 94 | dnd.cpp \ |
| 95 | filedlg.cpp \ |
| 96 | font.cpp \ |
| 97 | fontdlg.cpp \ |
| 98 | frame.cpp \ |
| 99 | gauge.cpp \ |
| 100 | gdiobj.cpp \ |
| 101 | helpxxxx.cpp \ |
| 102 | icon.cpp \ |
| 103 | listbox.cpp \ |
| 104 | joystick.cpp \ |
| 105 | main.cpp \ |
| 106 | mdi.cpp \ |
| 107 | menu.cpp \ |
| 108 | menuitem.cpp \ |
| 109 | metafile.cpp \ |
| 110 | minifram.cpp \ |
| 111 | msgdlg.cpp \ |
| 112 | notebook.cpp \ |
| 113 | palette.cpp \ |
| 114 | pen.cpp \ |
| 115 | print.cpp \ |
| 116 | radiobox.cpp \ |
| 117 | radiobut.cpp \ |
| 118 | region.cpp \ |
| 119 | scrolbar.cpp \ |
| 120 | settings.cpp \ |
| 121 | slider.cpp \ |
| 122 | spinbutt.cpp \ |
| 123 | statbox.cpp \ |
| 124 | statbmp.cpp \ |
| 125 | stattext.cpp \ |
| 126 | taskbar.cpp \ |
| 127 | textctrl.cpp \ |
| 128 | thread.cpp \ |
| 129 | timer.cpp \ |
| 130 | toolbar.cpp \ |
| 131 | utils.cpp \ |
| 132 | utilsexc.cpp \ |
| 133 | wave.cpp \ |
| 134 | window.cpp \ |
| 135 | \ |
| 136 | ../generic/choicdgg.cpp \ |
| 137 | ../generic/colrdlgg.cpp \ |
| 138 | ../generic/fontdlgg.cpp \ |
| 139 | ../generic/gridg.cpp \ |
| 140 | ../generic/imaglist.cpp \ |
| 141 | ../generic/listctrl.cpp \ |
| 142 | ../generic/laywin.cpp \ |
| 143 | ../generic/msgdlgg.cpp \ |
| 144 | ../generic/panelg.cpp \ |
| 145 | ../generic/printps.cpp \ |
| 146 | ../generic/prntdlgg.cpp \ |
| 147 | ../generic/sashwin.cpp \ |
| 148 | ../generic/scrolwin.cpp \ |
| 149 | ../generic/splitter.cpp \ |
| 150 | ../generic/statusbr.cpp \ |
| 151 | ../generic/tabg.cpp \ |
| 152 | ../generic/textdlgg.cpp \ |
| 153 | ../generic/treectrl.cpp |
| 154 | |
| 155 | # If you're not using the generic ones, you |
| 156 | # may wish to define platform-specific ones |
| 157 | # treectrl.cpp \ |
| 158 | # listctrl.cpp \ |
| 159 | # imaglist.cpp \ |
| 160 | # statusbr.cpp \ |
| 161 | |
| 162 | LIB_C_SRC=\ |
| 163 | \ |
| 164 | ../common/y_tab.c \ |
| 165 | ../common/extended.c |
| 166 | |
| 167 | all: $(WXLIB) |
| 168 | |
| 169 | # Define library objects |
| 170 | OBJECTS=\ |
| 171 | $(LIB_CPP_SRC:.cpp=.o) $(LIB_C_SRC:.c=.o) |
| 172 | |
| 173 | $(WXLIB) : $(OBJECTS) |
| 174 | ar $(AROPTIONS) $@ $(OBJECTS) |
| 175 | $(RANLIB) $@ |
| 176 | |
| 177 | ../common/y_tab.$(OBJSUFF): ../common/y_tab.c ../common/lex_yy.c |
| 178 | $(CCLEX) -c $(CFLAGS) -o $@ ../common/y_tab.c |
| 179 | |
| 180 | # Replace lex with flex if you run into compilation |
| 181 | # problems with lex_yy.c. See also note about LEX_SCANNER |
| 182 | # above. |
| 183 | ../common/lex_yy.c: ../common/lexer.l |
| 184 | $(LEX) -o../common/lex.yy.c ../common/lexer.l |
| 185 | sed -e "s/BUFSIZ/5000/g" < ../common/lex.yy.c | \ |
| 186 | sed -e "s/yyoutput(c)/void yyoutput(c)/g" | \ |
| 187 | sed -e "s/YYLMAX 200/YYLMAX 5000/g" > ../common/lex_yy.c |
| 188 | /bin/rm -f ../common/lex.yy.c |
| 189 | |
| 190 | # Replace yacc with bison if you run into compilation |
| 191 | # problems with y_tab.c. |
| 192 | ../common/y_tab.c: ../common/parser.y |
| 193 | $(YACC) ../common/parser.y |
| 194 | mv y.tab.c ../common/y_tab.c |
| 195 | |
| 196 | |
| 197 | clean: |
| 198 | rm -f $(OBJECTS) $(WXLIB) |
| 199 | |