#
-# This file was automatically generated by tmake at 15:55, 1999/08/13
+# This file was automatically generated by tmake at 10:05, 1999/08/14
# 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
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL@ # what is this supposed to be?
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
NORMAL_INSTALL = :
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 \
all: $(REQUIRED_DIRS) $(OBJECTS) @WX_TARGET_LIBRARY@ @WX_CREATE_LINKS@
$(REQUIRED_DIRS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h
- @if test ! -d ./lib; then mkdir ./lib; fi
- @if test ! -d ./src; then mkdir ./src; fi
- @if test ! -d ./src/common; then mkdir ./src/common; fi
- @if test ! -d ./src/msw; then mkdir ./src/msw; fi
- @if test ! -d ./src/gtk; then mkdir ./src/gtk; fi
- @if test ! -d ./src/motif; then mkdir ./src/motif; fi
- @if test ! -d ./src/motif/xmcombo; then mkdir ./src/motif/xmcombo; fi
- @if test ! -d ./src/generic; then mkdir ./src/generic; fi
- @if test ! -d ./src/unix; then mkdir ./src/unix; fi
- @if test ! -d ./src/html; then mkdir ./src/html; fi
- @if test ! -d ./src/png; then mkdir ./src/png; fi
- @if test ! -d ./src/jpeg; then mkdir ./src/jpeg; fi
- @if test ! -d ./src/zlib; then mkdir ./src/zlib; fi
+ mkdir -p ./lib
+ mkdir -p ./src
+ mkdir -p ./src/common
+ mkdir -p ./src/msw
+ mkdir -p ./src/gtk
+ mkdir -p ./src/motif
+ mkdir -p ./src/motif/xmcombo
+ mkdir -p ./src/generic
+ mkdir -p ./src/unix
+ mkdir -p ./src/html
+ mkdir -p ./src/png
+ mkdir -p ./src/jpeg
+ mkdir -p ./src/zlib
@WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
$(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
@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
@echo " Installing wxWindows..."
@echo " "
- $(INSTALL) -d $(bindir)
- $(INSTALL) -d $(libdir)
- $(INSTALL) -d $(libdir)/wx
- $(INSTALL) -d $(libdir)/wx/include
- $(INSTALL) -d $(libdir)/wx/include/wx
- $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
-
$(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
$(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
-
+
+ @mkdir -p $(libdir)/wx
+ @mkdir -p $(libdir)/wx/include
+ @mkdir -p $(libdir)/wx/include/wx
+ @mkdir -p $(libdir)/wx/include/wx/@TOOLKIT_DIR@
$(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) -d $(includedir)/wx/motif
- $(INSTALL) -d $(includedir)/wx/html
- $(INSTALL) -d $(includedir)/wx/protocol
- $(INSTALL) -d $(includedir)/wx/unix
- $(INSTALL) -d $(includedir)/wx/generic
+
+ @mkdir -p $(includedir)/wx
+ @mkdir -p $(includedir)/wx/msw
+ @mkdir -p $(includedir)/wx/gtk
+ @mkdir -p $(includedir)/wx/motif
+ @mkdir -p $(includedir)/wx/html
+ @mkdir -p $(includedir)/wx/protocol
+ @mkdir -p $(includedir)/wx/unix
+ @mkdir -p $(includedir)/wx/generic
@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"; \
done
-
+
write_message:
- echo " "
+ @echo " "
@echo " The installation of wxWindows is finished. On certain"
@echo " platforms (e.g. Linux, Solaris) you'll now have to run"
@echo " ldconfig if you installed a shared library."
samples/toolbar/Makefile
samples/treectrl/Makefile
samples/typetest/Makefile
+ samples/validate/Makefile
+ samples/wxpoem/Makefile
+ samples/wxsocket/Makefile
+ samples/html/about/Makefile
],
[
chmod +x wx-config
all: $(REQUIRED_DIRS) $(OBJECTS) @WX_TARGET_LIBRARY@ @WX_CREATE_LINKS@
$(REQUIRED_DIRS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h
- @if test ! -d ./lib; then mkdir ./lib; fi
- @if test ! -d ./src; then mkdir ./src; fi
- @if test ! -d ./src/common; then mkdir ./src/common; fi
- @if test ! -d ./src/msw; then mkdir ./src/msw; fi
- @if test ! -d ./src/gtk; then mkdir ./src/gtk; fi
- @if test ! -d ./src/motif; then mkdir ./src/motif; fi
- @if test ! -d ./src/motif/xmcombo; then mkdir ./src/motif/xmcombo; fi
- @if test ! -d ./src/generic; then mkdir ./src/generic; fi
- @if test ! -d ./src/unix; then mkdir ./src/unix; fi
- @if test ! -d ./src/html; then mkdir ./src/html; fi
- @if test ! -d ./src/png; then mkdir ./src/png; fi
- @if test ! -d ./src/jpeg; then mkdir ./src/jpeg; fi
- @if test ! -d ./src/zlib; then mkdir ./src/zlib; fi
+ mkdir -p ./lib
+ mkdir -p ./src
+ mkdir -p ./src/common
+ mkdir -p ./src/msw
+ mkdir -p ./src/gtk
+ mkdir -p ./src/motif
+ mkdir -p ./src/motif/xmcombo
+ mkdir -p ./src/generic
+ mkdir -p ./src/unix
+ mkdir -p ./src/html
+ mkdir -p ./src/png
+ mkdir -p ./src/jpeg
+ mkdir -p ./src/zlib
@WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
$(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
$(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
$(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
- @if test ! -d $(libdir)/wx; then mkdir $(libdir)/wx; fi
- @if test ! -d $(libdir)/wx/include; then mkdir $(libdir)/wx/include; fi
- @if test ! -d $(libdir)/wx/include/wx; then mkdir $(libdir)/wx/include/wx; fi
- @if test ! -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then mkdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
+ @mkdir -p $(libdir)/wx
+ @mkdir -p $(libdir)/wx/include
+ @mkdir -p $(libdir)/wx/include/wx
+ @mkdir -p $(libdir)/wx/include/wx/@TOOLKIT_DIR@
$(INSTALL_DATA) $(top_builddir)/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
- @if test ! -d $(includedir)/wx; then mkdir $(includedir)/wx; fi
- @if test ! -d $(includedir)/wx/msw; then mkdir $(includedir)/wx/msw; fi
- @if test ! -d $(includedir)/wx/gtk; then mkdir $(includedir)/wx/gtk; fi
- @if test ! -d $(includedir)/wx/motif; then mkdir $(includedir)/wx/motif; fi
- @if test ! -d $(includedir)/wx/html; then mkdir $(includedir)/wx/html; fi
- @if test ! -d $(includedir)/wx/protocol; then mkdir $(includedir)/wx/protocol; fi
- @if test ! -d $(includedir)/wx/unix; then mkdir $(includedir)/wx/unix; fi
- @if test ! -d $(includedir)/wx/generic; then mkdir $(includedir)/wx/generic; fi
+ @mkdir -p $(includedir)/wx
+ @mkdir -p $(includedir)/wx/msw
+ @mkdir -p $(includedir)/wx/gtk
+ @mkdir -p $(includedir)/wx/motif
+ @mkdir -p $(includedir)/wx/html
+ @mkdir -p $(includedir)/wx/protocol
+ @mkdir -p $(includedir)/wx/unix
+ @mkdir -p $(includedir)/wx/generic
@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"; \
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/bombs
+
PROGRAM=bombs
OBJECTS = bombs.o bombs1.o game.o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/caret
+
PROGRAM=caret
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/checklst
+
PROGRAM=checklst
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/config
+
PROGRAM=conftest
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/controls
+
PROGRAM=controls
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/dialogs
+
PROGRAM=dialogs
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/dnd
+
PROGRAM=dnd
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/docview
+
PROGRAM=docview
OBJECTS=$(PROGRAM).o doc.o view.o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/docvwmdi
+
PROGRAM=docview
OBJECTS=$(PROGRAM).o doc.o view.o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/drawing
+
PROGRAM=drawing
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/dynamic
+
PROGRAM=dynamic
OBJECTS=$(PROGRAM).o
+++ /dev/null
-## Purpose: The automake makefile for wxHTML samples
-## Author: VS
-## Version: $Id$
-##
-## Process this file with automake to produce Makefile.in
-
-SUBDIRS = about help printing test virtual widget zip
-
+++ /dev/null
-AUTOMAKE_OPTIONS = 1.3 no-dependencies
-
-SUFFIXES = .cpp
-
-DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
-
-noinst_PROGRAMS = about
-
-about_SOURCES = about.cpp
--- /dev/null
+#
+# File: Makefile.in
+# Author: Julian Smart
+# Created: 1998
+# Updated:
+# Copyright: (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for html about example (UNIX).
+
+top_srcdir = @top_srcdir@
+top_builddir = ../../..
+
+VPATH = :$(top_srcdir)/samples/html/about
+
+PROGRAM=about
+
+OBJECTS=$(PROGRAM).o
+
+include ../../../src/makeprog.env
+
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/image
+
PROGRAM=image
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/layout
+
PROGRAM=layout
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/listctrl
+
PROGRAM=listtest
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/mdi
+
PROGRAM=mdi
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/minifram
+
PROGRAM=test
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/minimal
+
PROGRAM=minimal
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/notebook
+
PROGRAM=test
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/printing
+
PROGRAM=printing
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/sashtest
+
PROGRAM=sashtest
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/scroll
+
PROGRAM=scroll
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/splitter
+
PROGRAM=test
OBJECTS=$(PROGRAM).o
#
# "%W% %G%"
#
-# Makefile for controls example (UNIX).
+# Makefile for text example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/text
+
PROGRAM=controls
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/thread
+
PROGRAM=test
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/toolbar
+
PROGRAM=test
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/treectrl
+
PROGRAM=treetest
OBJECTS=$(PROGRAM).o
top_srcdir = @top_srcdir@
top_builddir = ../..
+VPATH = :$(top_srcdir)/samples/typetest
+
PROGRAM=typetest
OBJECTS=$(PROGRAM).o
+++ /dev/null
-AUTOMAKE_OPTIONS = 1.3 no-dependencies
-
-SUFFIXES = .cpp
-
-DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
-
-noinst_PROGRAMS = validate
-
-validate_SOURCES = validate.cpp
--- /dev/null
+#
+# File: makefile.unx
+# Author: Julian Smart
+# Created: 1998
+# Updated:
+# Copyright: (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for validate example (UNIX).
+
+top_srcdir = @top_srcdir@
+top_builddir = ../..
+
+VPATH = :$(top_srcdir)/samples/validate
+
+PROGRAM=validate
+
+OBJECTS=$(PROGRAM).o
+
+include ../../src/makeprog.env
+
+++ /dev/null
-#
-# File: makefile.unx
-# Author: Julian Smart
-# Created: 1998
-# Updated:
-# Copyright: (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for validate example (UNIX).
-
-PROGRAM=validate
-
-OBJECTS=$(PROGRAM).o
-
-include ../../src/makeprog.env
-
+++ /dev/null
-AUTOMAKE_OPTIONS = 1.3 no-dependencies
-
-SUFFIXES = .cpp
-
-DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
-
-noinst_PROGRAMS = wxpoem
-
-wxpoem_SOURCES = wxpoem.cpp
-
-# create a link to the file needed to run the sample
-all-local:
- @if [ ! -e wxpoem.dat ]; then ln -s $(srcdir)/wxpoem.dat wxpoem.dat; fi
--- /dev/null
+#
+# File: makefile.unx
+# Author: Julian Smart
+# Created: 1998
+# Updated:
+# Copyright: (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for wxPoem example (UNIX).
+
+top_srcdir = @top_srcdir@
+top_builddir = ../..
+
+VPATH = :$(top_srcdir)/samples/wxpoem
+
+PROGRAM=wxpoem
+
+OBJECTS=$(PROGRAM).o
+
+include ../../src/makeprog.env
+
+++ /dev/null
-#
-# File: makefile.unx
-# Author: Julian Smart
-# Created: 1998
-# Updated:
-# Copyright: (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for wxPoem example (UNIX).
-
-PROGRAM=wxpoem
-
-OBJECTS=$(PROGRAM).o
-
-include ../../src/makeprog.env
-
+++ /dev/null
-AUTOMAKE_OPTIONS = 1.3 no-dependencies
-
-SUFFIXES = .cpp
-
-DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
-
-noinst_PROGRAMS = client server
-
-client_SOURCES = client.cpp
-server_SOURCES = server.cpp
--- /dev/null
+#
+# File: Makefile.in
+# Author: Julian Smart
+# Created: 1998
+# Updated:
+# Copyright: (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for wxsocket example (UNIX).
+
+top_srcdir = @top_srcdir@
+top_builddir = ../..
+
+VPATH = :$(top_srcdir)/samples/wxsocket
+
+# Clears all default suffixes
+.SUFFIXES: .o .cpp .c .cxx
+
+.cpp.o :
+ $(CC) -c $(CPPFLAGS) -o $@ $<
+
+# Set defaults from configure
+include ../../src/make.env
+
+all: client server
+
+client: client.o ../../lib/@WX_TARGET_LIBRARY@
+ $(CC) $(LDFLAGS) -o client client.o $(LDLIBS)
+
+server: server.o ../../lib/@WX_TARGET_LIBRARY@
+ $(CC) $(LDFLAGS) -o server server.o $(LDLIBS)
+
+clean:
+ rm -f $(OBJECTS) $(PROGRAM) core
+
# Makes a library in Unix (Motif)
-# Replace this with your own path if necessary
-WXDIR = $(WXWIN)
-
# Clears all default suffixes
.SUFFIXES: .o .cpp .c .cxx
.cxx.o :
$(CC) -c $(CPPFLAGS) -o $@ $<
-# this is for using the samples in ../samples/xxxxx
-pretop_srcdir = @top_srcdir@
-top_srcdir = ../$(pretop_srcdir)
-top_builddir = ../..
-include ../../src/make.env
+include $(top_builddir)/src/make.env
all: $(LIBTARGET).a
# Make environment for making samples on Unix
-# Replace this with your own path if necessary
-WXDIR = $(WXWIN)
-
# Clears all default suffixes
.SUFFIXES: .o .cpp .c .cxx
.cxx.o :
$(CC) -c $(CPPFLAGS) -o $@ $<
-# this is for using the samples in ../samples/xxxxx
-pretop_srcdir = @top_srcdir@
-top_srcdir = ../$(pretop_srcdir)
-top_builddir = ../..
-include ../../src/make.env
+# Set defaults from configure
+include $(top_builddir)/src/make.env
all: $(PROGRAM)
-$(PROGRAM): $(OBJECTS) ../../lib/@WX_TARGET_LIBRARY@
+$(PROGRAM): $(OBJECTS) $(top_builddir)/lib/@WX_TARGET_LIBRARY@
$(CC) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LDLIBS)
clean: