From: Vadim Zeitlin Date: Mon, 9 Aug 1999 21:21:23 +0000 (+0000) Subject: another makefile updated X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a8cb1d29e7fe349142d8d6be9fc9afe986340611 another makefile updated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/makefile.unx.in b/makefile.unx.in index a767f105b1..dfe76559a8 100644 --- a/makefile.unx.in +++ b/makefile.unx.in @@ -1,5 +1,17 @@ -# This file was automatically generated by tmake at 23:03, 1999/07/29 +# +# I want this to be: +# $(INSTALL_DATA) $(INCDIR)/wx/window.h $(includedir)/wx/window.h +# +# foreach $file (sort keys %wxINCLUDE) { +# next if $wxINCLUDE{$file} =~ /\b(GTK|MSW|MOT|PM|MAC|GEN|HTM|UNX)\b/; +# +# $project{"WXINSTALLWX"} .= "$(INSTALL_DATA)" . " " . "\$(INCDIR)/wx/" . $file . " \$(includedir)/wx/" . $file . "\n" +# } +# +# +# +# This file was automatically generated by tmake at 23:37, 1999/08/08 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T! # @@ -139,6 +151,7 @@ PNGDIR = $(WXDIR)/src/png JPEGDIR = $(WXDIR)/src/jpeg ZLIBDIR = $(WXDIR)/src/zlib GTKDIR = $(WXDIR)/src/gtk +INCDIR = $(WXDIR)/include DOCDIR = $(WXDIR)\docs @@ -223,6 +236,7 @@ COMMONOBJS = \ sckipc.o \ sckstrm.o \ socket.o \ + strconv.o \ stream.o \ string.o \ tbarbase.o \ @@ -244,7 +258,7 @@ COMMONOBJS = \ wincmn.o \ wxchar.o \ wxexpr.o \ - zipstream.o \ + zipstrm.o \ zstream.o HTMLOBJS = \ @@ -260,7 +274,7 @@ HTMLOBJS = \ mod_hline.o \ mod_image.o \ mod_layout.o \ - mod_links.cpp \ + mod_links.o \ mod_list.o \ mod_pre.o \ mod_tables.o \ @@ -447,6 +461,8 @@ lexer.c: $(COMMDIR)/lexer.l sed -e "s/unput/PROIO_unput/g" > lexer.c @$(RM) lex.yy.c +install: $(WXLIB) + clean: rm -f *.o rm -f *.lo