#
# This file was automatically generated by tmake at 15:55, 1999/08/13
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T!
-
+# -----> Is this true, where is it? I had to make lots of changes here to get
+# it to work! KB
#
# File: makefile.unx
# Author: Julian Smart, Robert Roebling, Vadim Zeitlin
src/generic/dirdlgg.o \
src/generic/fontdlgg.o \
src/generic/gridg.o \
+ src/generic/helphtml.o \
+ src/generic/helpwxht.o \
+ src/generic/helpext.o \
src/generic/imaglist.o \
src/generic/laywin.o \
src/generic/listctrl.o \
src/generic/dirdlgg.o \
src/generic/fontdlgg.o \
src/generic/gridg.o \
+ src/generic/helphtml.o \
src/generic/helpxlp.o \
+ src/generic/helpwxht.o \
+ src/generic/helpext.o \
src/generic/imaglist.o \
src/generic/laywin.o \
src/generic/listctrl.o \
src/generic/choicdgg.o \
src/generic/dirdlgg.o \
src/generic/gridg.o \
+ src/generic/helphtml.o \
+ src/generic/helpwxht.o \
src/generic/laywin.o \
src/generic/numdlgg.o \
src/generic/panelg.o \
@WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
$(SHARED_LD) ./lib/$@ $(OBJECTS) $(EXTRALIBS)
-
+
CREATE_LINKS: ./lib/@WX_TARGET_LIBRARY@
@if test -e ./lib/@WX_LIBRARY_LINK1@; then rm -f ./lib/@WX_LIBRARY_LINK1@; fi
@if test -e ./lib/@WX_LIBRARY_LINK2@; then rm -f ./lib/@WX_LIBRARY_LINK2@; fi
$(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
$(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
$(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
-
+
CREATE_INSTALLED_LINKS: $(libdir)/@WX_TARGET_LIBRARY@
@if test -e $(libdir)/@WX_LIBRARY_LINK1@; then rm -f $(libdir)/@WX_LIBRARY_LINK1@; fi
@if test -e $(libdir)/@WX_LIBRARY_LINK2@; then rm -f $(libdir)/@WX_LIBRARY_LINK2@; fi
$(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK1@
$(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK2@
$(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK3@
-
+
$(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h
parser.o: parser.c lexer.c
$(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
$(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
-
+
$(INSTALL_DATA) $(top_builddir)/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
-
+
$(INSTALL) -d $(includedir)/wx
$(INSTALL) -d $(includedir)/wx/msw
$(INSTALL) -d $(includedir)/wx/gtk
$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
done
-
+
write_message:
echo " "
@echo " The installation of wxWindows is finished. On certain"