these aren't being used any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2000-01-26 18:14:05 +00:00
parent 438e3558ad
commit 44141a18c3
6 changed files with 0 additions and 429 deletions

View File

@ -1,126 +0,0 @@
## Purpose: The automake makefile for wxWindows (include/wx/msw subdir)
## Author: Vadim Zeitlin
## Version: $Id$
##
## Process this file with automake to produce Makefile.in
# HH: We only go into gnuwin32 and ctl3d now, since ole doesn't work anyway.
SUBDIRS = gnuwin32 ctl3d
wx_msw_includedir = ${includedir}/wx/msw
wx_msw_include_HEADERS = \
accel.h \
app.h \
bitmap.h \
bmpbuttn.h \
brush.h \
button.h \
caret.h \
checkbox.h \
checklst.h \
choice.h \
clipbrd.h \
colordlg.h \
colour.h \
combobox.h \
control.h \
curico.h \
curicop.h \
cursor.h \
dc.h \
dcclient.h \
dcmemory.h \
dcprint.h \
dcscreen.h \
dde.h \
dialog.h \
dib.h \
dibutils.h \
dirdlg.h \
dragimag.h \
filedlg.h \
font.h \
fontdlg.h \
frame.h \
gauge.h \
gauge95.h \
gaugemsw.h \
gdiobj.h \
helpwin.h \
icon.h \
imaglist.h \
iniconf.h \
joystick.h \
listbox.h \
listctrl.h \
mdi.h \
menu.h \
menuitem.h \
metafile.h \
minifram.h \
msgdlg.h \
msvcrt.h \
notebook.h \
palette.h \
pen.h \
pnghand.h \
pngread.h \
printdlg.h \
printwin.h \
private.h \
radiobox.h \
radiobut.h \
regconf.h \
region.h \
registry.h \
scrolbar.h \
settings.h \
setup0.h \
slider.h \
slider95.h \
slidrmsw.h \
spinbutt.h \
statbmp.h \
statbox.h \
statbr95.h \
statline.h \
stattext.h \
tabctrl.h \
taskbar.h \
tbar95.h \
tbarmsw.h \
textctrl.h \
timer.h \
tooltip.h \
treectrl.h \
wave.h \
window.h \
winundef.h \
xpmhand.h \
blank.cur \
bullseye.cur \
child.ico \
clock.cur \
error.ico \
hand.cur \
heart.cur \
info.ico \
magnif1.cur \
mdi.ico \
noentry.cur \
pbrush.cur \
pencil.cur \
pntleft.cur \
pntright.cur \
query.cur \
question.ico \
roller.cur \
size.cur \
std.ico \
tip.ico \
warning.ico \
watch1.cur \
disable.bmp \
wx.rc

View File

@ -1,7 +0,0 @@
## Purpose: The automake makefile for wxWindows (include/wx/msw/ctl3d.h subdir)
##
## Process this file with automake to produce Makefile.in
wx_msw_ctl3d_includedir = ${includedir}/wx/msw/ctl3d
wx_msw_ctl3d_include_HEADERS = ctl3d.h

View File

@ -1,7 +0,0 @@
## Purpose: The automake makefile for wxWindows (misc direcotry)
## Author: Phil Blecker, Vadim Zeitlin
## Version: $Id$
##
## Process this file with automake to produce Makefile.in
SUBDIRS = afm gs_afm

View File

@ -1,21 +0,0 @@
## Purpose: The automake makefile for wxWindows (misc/afm direcotry)
## Author: Phil Blecker, Vadim Zeitlin
## Version: $Id$
##
## Process this file with automake to produce Makefile.in
afmdir = $(datadir)/wx/afm
afm_DATA = \
Cour.afm \
CourBo.afm \
CourBoO.afm \
CourO.afm \
Helv.afm \
HelvBo.afm \
HelvBoO.afm \
HelvO.afm \
TimesRo.afm \
TimesBo.afm \
TimesBoO.afm \
TimesO.afm

View File

@ -1,21 +0,0 @@
## Purpose: The automake makefile for wxWindows (misc/gs_afm direcotry)
## Author: Phil Blecker, Vadim Zeitlin
## Version: $Id$
##
## Process this file with automake to produce Makefile.in
gs_afmdir = $(datadir)/wx/gs_afm
gs_afm_DATA = \
Cour.afm \
CourBo.afm \
CourBoO.afm \
CourO.afm \
Helv.afm \
HelvBo.afm \
HelvBoO.afm \
HelvO.afm \
TimesRo.afm \
TimesBo.afm \
TimesBoO.afm \
TimesO.afm

View File

@ -1,247 +0,0 @@
## Purpose: The automake makefile for wxWindows (src/msw subdirectory)
## Author: Phil Blecker, Vadim Zeitlin, Robert Roebling
## Version: $Id$
##
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.3
# no-dependencies
SUFFIXES = .cpp .c
DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
LIBS = $(GUILIBS)
VPATH = .:${srcdir}:${srcdir}/../common:${srcdir}/../generic:${srcdir}/../html:${EXTRA_VPATH}
EXTRA_DIST = "${srcdir}/../common ${srcdir}/../generic ${srcdir}"
lib_LTLIBRARIES = @WX_LIBRARY_NAME@
EXTRA_LTLIBRARIES = libwx_gtk.la libwx_motif.la libwx_msw.la
# empty Motif library
libwx_motif_la_SOURCES =
# empty GTK library
libwx_gtk_la_SOURCES =
# these are the common files which always make part of the library
libwx_msw_la_SOURCES = \
\
extended.c \
parser.c \
\
cmndata.cpp \
dynarray.cpp \
filefn.cpp \
hash.cpp \
list.cpp \
matrix.cpp \
memory.cpp \
module.cpp \
object.cpp \
string.cpp \
strconv.cpp \
timercmn.cpp \
utilscmn.cpp \
tokenzr.cpp \
variant.cpp \
wxchar.cpp \
\
config.cpp \
date.cpp \
datstrm.cpp \
dcbase.cpp \
dlgcmn.cpp \
docmdi.cpp \
docview.cpp \
dynlib.cpp \
event.cpp \
ffile.cpp \
file.cpp \
fileconf.cpp \
filesys.cpp \
fs_inet.cpp \
fs_zip.cpp \
framecmn.cpp \
ftp.cpp \
gdicmn.cpp \
helpbase.cpp \
http.cpp \
image.cpp \
imagbmp.cpp \
imaggif.cpp \
imagjpeg.cpp \
imagpng.cpp \
intl.cpp \
ipcbase.cpp \
layout.cpp \
log.cpp \
longlong.cpp \
mimetype.cpp \
mstream.cpp \
objstrm.cpp \
paper.cpp \
prntbase.cpp \
process.cpp \
protocol.cpp \
resource.cpp \
sckaddr.cpp \
sckfile.cpp \
sckipc.cpp \
sckstrm.cpp \
serbase.cpp \
socket.cpp \
stream.cpp \
tbarbase.cpp \
tbarsmpl.cpp \
textcmn.cpp \
textfile.cpp \
time.cpp \
url.cpp \
unzip.c \
validate.cpp \
valtext.cpp \
wfstream.cpp \
wincmn.cpp \
wxexpr.cpp \
zipstrm.cpp \
zstream.cpp \
\
busyinfo.cpp \
choicdgg.cpp \
dcpsg.cpp \
gridg.cpp \
laywin.cpp \
numdlgg.cpp \
panelg.cpp \
progdlgg.cpp \
prop.cpp \
propform.cpp \
proplist.cpp \
sashwin.cpp \
scrolwin.cpp \
splitter.cpp \
statusbr.cpp \
tabg.cpp \
textdlgg.cpp \
tipdlg.cpp \
\
accel.cpp \
app.cpp \
bitmap.cpp \
bmpbuttn.cpp \
brush.cpp \
button.cpp \
caret.cpp \
checkbox.cpp \
choice.cpp \
clipbrd.cpp \
colordlg.cpp \
colour.cpp \
combobox.cpp \
control.cpp \
cursor.cpp \
data.cpp \
dc.cpp \
dcclient.cpp \
dcmemory.cpp \
dcscreen.cpp \
dcprint.cpp \
dialog.cpp \
filedlg.cpp \
font.cpp \
fontdlg.cpp \
frame.cpp \
gauge95.cpp \
gdiobj.cpp \
icon.cpp \
imaglist.cpp \
listbox.cpp \
main.cpp \
mdi.cpp \
menu.cpp \
menuitem.cpp \
minifram.cpp \
msgdlg.cpp \
notebook.cpp \
ownerdrw.cpp \
palette.cpp \
printdlg.cpp \
printwin.cpp \
pen.cpp \
radiobox.cpp \
radiobut.cpp \
regconf.cpp \
region.cpp \
registry.cpp \
scrolbar.cpp \
settings.cpp \
slider95.cpp \
spinbutt.cpp \
statbmp.cpp \
statbox.cpp \
statline.cpp \
stattext.cpp \
tbar95.cpp \
textctrl.cpp \
treectrl.cpp \
thread.cpp \
timer.cpp \
tooltip.cpp \
utils.cpp \
utilsexc.cpp \
wave.cpp \
window.cpp \
nativdlg.cpp \
\
htmlcell.cpp \
htmlfilter.cpp \
htmlhelp.cpp \
htmlhelp_io.cpp \
htmlparser.cpp \
htmltag.cpp \
htmlwin.cpp \
htmlwinparser.cpp \
mod_fonts.cpp \
mod_hline.cpp \
mod_image.cpp \
mod_layout.cpp \
mod_links.cpp \
mod_list.cpp \
mod_pre.cpp \
mod_tables.cpp \
search.cpp
# these are the sources which we build by our own rules
#
# TODO: parser.y can be included into SOURCES, but for the sake of my life I
# don't know where to put lexer.l - if I put it in the sources too,
# automake tries to build lexer.lo... and fails, of course. (VZ)
BUILT_SOURCES = parser.c lexer.c
# VZ: can anyone please explain me why are we doing these substitutions?
parser.c: $(srcdir)/../common/parser.y lexer.c
$(YACC) $(srcdir)/../common/parser.y
@sed -e "s;$(srcdir)/../common/y.tab.c;parser.y;g" < y.tab.c | \
sed -e "s/BUFSIZ/5000/g" | \
sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
sed -e "s/yy\([^.]\)/PROIO_yy\1/g" | \
sed -e "s/input/PROIO_input/g" | \
sed -e "s/unput/PROIO_unput/g" > parser.c
@$(RM) y.tab.c
lexer.c: $(srcdir)/../common/lexer.l
$(LEX) $(srcdir)/../common/lexer.l
@sed -e "s;$(srcdir)/../common/lex.yy.c;lexer.l;g" < lex.yy.c | \
sed -e "s/yy\([^.]\)/PROIO_yy\1/g" | \
sed -e "s/input/PROIO_input/g" | \
sed -e "s/unput/PROIO_unput/g" > lexer.c
@$(RM) lex.yy.c
libwx_msw_la_LDFLAGS = -rpath @libdir@ \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-release $(LT_RELEASE) -no-undefined
libwx_msw_la_LIBADD = $(LTLIBOBJS)
libwx_msw_la_DEPENDENCIES = $(libwx_msw_la_LIBADD) lexer.l parser.y