]> git.saurik.com Git - wxWidgets.git/blobdiff - Makefile.in
added wxUSE_NOTEBOOK to include/wx/msw/setup0.h, removed wxUSE_RADIOBUTTON (we
[wxWidgets.git] / Makefile.in
index e62ab62f171f3b9dbaa63b6c6e650fcd39d590f3..c5796a704f4061a1427e8d5425c2f965783bf4f7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# This file was automatically generated by tmake at 18:17, 2000/01/05
+# This file was automatically generated by tmake at 18:11, 2000/01/10
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T!
 
 #
@@ -96,6 +96,8 @@ host_triplet = @host@
 target_alias = @target_alias@
 target_triplet = @target@
 
+USE_GUI=@USE_GUI@
+
 ############################# Dirs #################################
 
 WXDIR = $(top_srcdir)
@@ -132,7 +134,8 @@ DISTDIR = ./_dist_dir/wx$(TOOLKIT)
 
 BASE_HEADERS = \
                app.h \
-               cmdline.cpp \
+               buffer.h \
+               cmdline.h \
                date.h \
                datetime.h \
                debug.h \
@@ -146,14 +149,15 @@ BASE_HEADERS = \
                fileconf.h \
                hash.h \
                intl.h \
+               ioswrap.h \
                list.h \
                log.h \
                longlong.h \
+               memory.h \
                mimetype.h \
                module.h \
                object.h \
                process.h \
-               setup.h \
                strconv.h \
                stream.h \
                string.h \
@@ -166,6 +170,7 @@ BASE_HEADERS = \
                utils.h \
                variant.h \
                version.h \
+               wfstream.h \
                wx.h \
                wxchar.h \
                wxprec.h
@@ -187,7 +192,7 @@ WX_HEADERS = \
                choicdlg.h \
                choice.h \
                clipbrd.h \
-               cmdline.cpp \
+               cmdline.h \
                cmndata.h \
                colordlg.h \
                colour.h \
@@ -1873,6 +1878,7 @@ BASE_OBJS = \
                txtstrm.o \
                utilscmn.o \
                variant.o \
+               wfstream.o \
                wxchar.o \
                dir.o \
                threadpsx.o \
@@ -1911,6 +1917,7 @@ BASE_DEPS = \
                txtstrm.d \
                utilscmn.d \
                variant.d \
+               wfstream.d \
                wxchar.d \
                dir.d \
                threadpsx.d \
@@ -2181,6 +2188,14 @@ lexer.c: $(COMMDIR)/lexer.l
 
 -include $(DEPFILES)
 
+afminstall:
+       $(INSTALL) -d $(datadir)
+       $(INSTALL) -d $(datadir)/wx
+       $(INSTALL) -d $(datadir)/wx/afm
+       $(INSTALL) -d $(datadir)/wx/gs_afm
+       $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
+       $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
+       
 preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config
        @echo " "
        @echo " Installing wxWindows..."
@@ -2189,7 +2204,6 @@ preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config
        $(INSTALL) -d $(prefix)
        $(INSTALL) -d $(bindir)
        $(INSTALL) -d $(libdir)
-       $(INSTALL) -d $(datadir)
 
        $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
        $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
@@ -2200,20 +2214,11 @@ preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config
        $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
        $(INSTALL_DATA) $(top_builddir)/include/wx/@TOOLKIT_DIR@/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
        
-       $(INSTALL) -d $(datadir)/wx
-       $(INSTALL) -d $(datadir)/wx/afm
-       $(INSTALL) -d $(datadir)/wx/gs_afm
-       $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
-       $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
-       
        $(INSTALL) -d $(includedir)/wx
-       $(INSTALL) -d $(includedir)/wx/msw
-       $(INSTALL) -d $(includedir)/wx/gtk
-       $(INSTALL) -d $(includedir)/wx/motif
-       $(INSTALL) -d $(includedir)/wx/html
-       $(INSTALL) -d $(includedir)/wx/protocol
-       $(INSTALL) -d $(includedir)/wx/unix
-       $(INSTALL) -d $(includedir)/wx/generic
+    @if test "$USE_GUI" = 1; then $(INSTALL) -d $(includedir)/wx/html; fi
+       @if test "$USE_GUI" = 1; then $(INSTALL) -d $(includedir)/wx/protocol; fi
+       @if test "$USE_GUI" = 1; then $(INSTALL) -d $(includedir)/wx/unix; fi
+       @if test "$USE_GUI" = 1; then $(INSTALL) -d $(includedir)/wx/generic; fi
        @list='$(HEADERS)'; for p in $$list; do \
          $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
          echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
@@ -2231,7 +2236,7 @@ write_message:
        @echo " Read the wxWindows Licence on licencing conditions."
        @echo " "
 
-install: preinstall @WX_ALL_INSTALLED@ write_message
+install: preinstall @AFMINSTALL@ @WX_ALL_INSTALLED@ write_message
 
 uninstall:
        @echo " "