X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76db86e7e18d308dec0b0d6e9ab817775a8ab278..410eaf6d668e5effa95a04cacaa5b4be3bbe046d:/Makefile.in?ds=sidebyside diff --git a/Makefile.in b/Makefile.in index 720cee9a9c..f28036562e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# This file was automatically generated by tmake at 18:44, 1999/10/27 +# This file was automatically generated by tmake at 15:47, 1999/11/11 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T! # @@ -204,6 +204,7 @@ WX_HEADERS = \ debug.h \ defs.h \ dialog.h \ + dialup.h \ dirdlg.h \ dnd.h \ docmdi.h \ @@ -221,6 +222,9 @@ WX_HEADERS = \ filesys.h \ font.h \ fontdlg.h \ + fontenum.h \ + fontmap.h \ + fontutil.h \ frame.h \ fs_inet.h \ fs_zip.h \ @@ -562,7 +566,8 @@ MSW_HEADERS = \ msw/xpmhand.h UNIX_HEADERS = \ - unix/execute.h + unix/execute.h \ + unix/fontutil.h GENERIC_HEADERS = \ generic/caret.h \ @@ -645,6 +650,7 @@ GTK_GENERICOBJS = \ scrolwin.o \ splitter.o \ statusbr.o \ + tabg.o \ textdlgg.o \ tipdlg.o \ treectrl.o \ @@ -679,6 +685,7 @@ GTK_GENERICDEPS = \ scrolwin.d \ splitter.d \ statusbr.d \ + tabg.d \ textdlgg.d \ tipdlg.d \ treectrl.d \ @@ -712,6 +719,7 @@ GTK_COMMONOBJS = \ filefn.o \ filesys.o \ fontcmn.o \ + fontmap.o \ framecmn.o \ fs_inet.o \ fs_zip.o \ @@ -807,6 +815,7 @@ GTK_COMMONDEPS = \ filefn.d \ filesys.d \ fontcmn.d \ + fontmap.d \ framecmn.d \ fs_inet.d \ fs_zip.d \ @@ -1098,6 +1107,7 @@ MOTIF_COMMONOBJS = \ filefn.o \ filesys.o \ fontcmn.o \ + fontmap.o \ framecmn.o \ fs_inet.o \ fs_zip.o \ @@ -1193,6 +1203,7 @@ MOTIF_COMMONDEPS = \ filefn.d \ filesys.d \ fontcmn.d \ + fontmap.d \ framecmn.d \ fs_inet.d \ fs_zip.d \ @@ -1442,6 +1453,7 @@ MSW_COMMONOBJS = \ filefn.o \ filesys.o \ fontcmn.o \ + fontmap.o \ framecmn.o \ fs_inet.o \ fs_zip.o \ @@ -1538,6 +1550,7 @@ MSW_COMMONDEPS = \ filefn.d \ filesys.d \ fontcmn.d \ + fontmap.d \ framecmn.d \ fs_inet.d \ fs_zip.d \ @@ -1638,6 +1651,8 @@ MSW_GUIOBJS = \ filedlg.o \ font.o \ fontdlg.o \ + fontenum.o \ + fontutil.o \ frame.o \ gauge95.o \ gdiobj.o \ @@ -1725,6 +1740,8 @@ MSW_GUIDEPS = \ filedlg.d \ font.d \ fontdlg.d \ + fontenum.d \ + fontutil.d \ frame.d \ gauge95.d \ gdiobj.d \ @@ -1868,7 +1885,6 @@ HTMLOBJS = \ m_list.o \ m_pre.o \ m_tables.o \ - search.o \ winpars.o HTMLDEPS = \ @@ -1889,12 +1905,12 @@ HTMLDEPS = \ m_list.d \ m_pre.d \ m_tables.d \ - search.d \ winpars.d UNIX_OBJS = \ dialup.o \ fontenum.o \ + fontutil.o \ gsocket.o \ threadpsx.o \ utilsunx.o @@ -1902,6 +1918,7 @@ UNIX_OBJS = \ UNIX_DEPS = \ dialup.d \ fontenum.d \ + fontutil.d \ gsocket.d \ threadpsx.d \ utilsunx.d @@ -2310,6 +2327,7 @@ SAMPLES_DIST: cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs mkdir $(DISTDIR)/samples/dnd cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd + cp $(SAMPDIR)/dnd/*.wxr $(DISTDIR)/samples/dnd cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd @@ -2352,6 +2370,10 @@ SAMPLES_DIST: cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help mkdir $(DISTDIR)/samples/html/help/helpfiles cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles + mkdir $(DISTDIR)/samples/html/helpview + cp $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview + cp $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview + cp $(SAMPDIR)/html/helpview/*.zip $(DISTDIR)/samples/html/helpview mkdir $(DISTDIR)/samples/html/printing cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing @@ -2476,7 +2498,6 @@ SAMPLES_DIST: mkdir $(DISTDIR)/samples/toolbar cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar - cp $(SAMPDIR)/toolbar/*.h $(DISTDIR)/samples/toolbar cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar mkdir $(DISTDIR)/samples/toolbar/bitmaps cp $(SAMPDIR)/toolbar/bitmaps/*.xpm $(DISTDIR)/samples/toolbar/bitmaps @@ -2556,6 +2577,6 @@ clean: $(RM) *.d $(RM) parser.c $(RM) lexer.c - $(RM) ./lib/libwx* + $(RM) ./lib/* cleanall: clean