#
-# 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!
#
target_alias = @target_alias@
target_triplet = @target@
+USE_GUI=@USE_GUI@
+
############################# Dirs #################################
WXDIR = $(top_srcdir)
BASE_HEADERS = \
app.h \
- cmdline.cpp \
+ buffer.h \
+ cmdline.h \
date.h \
datetime.h \
debug.h \
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 \
utils.h \
variant.h \
version.h \
+ wfstream.h \
wx.h \
wxchar.h \
wxprec.h
choicdlg.h \
choice.h \
clipbrd.h \
- cmdline.cpp \
+ cmdline.h \
cmndata.h \
colordlg.h \
colour.h \
txtstrm.o \
utilscmn.o \
variant.o \
+ wfstream.o \
wxchar.o \
dir.o \
threadpsx.o \
txtstrm.d \
utilscmn.d \
variant.d \
+ wfstream.d \
wxchar.d \
dir.d \
threadpsx.d \
-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..."
$(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@
$(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"; \
@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 " "