]> git.saurik.com Git - wxWidgets.git/commitdiff
removing old makefiles
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Aug 2003 17:13:25 +0000 (17:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Aug 2003 17:13:25 +0000 (17:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

76 files changed:
samples/access/makefile.g95 [deleted file]
samples/artprov/makefile.g95 [deleted file]
samples/calendar/makefile.g95 [deleted file]
samples/caret/makefile.g95 [deleted file]
samples/checklst/makefile.g95 [deleted file]
samples/config/makefile.g95 [deleted file]
samples/controls/makefile.g95 [deleted file]
samples/db/makefile.g95 [deleted file]
samples/dialogs/makefile.g95 [deleted file]
samples/dialup/makefile.g95 [deleted file]
samples/dnd/makefile.g95 [deleted file]
samples/docview/makefile.g95 [deleted file]
samples/docvwmdi/makefile.g95 [deleted file]
samples/dragimag/makefile.g95 [deleted file]
samples/drawing/makefile.g95 [deleted file]
samples/dynamic/makefile.g95 [deleted file]
samples/erase/makefile.g95 [deleted file]
samples/event/makefile.g95 [deleted file]
samples/exec/makefile.g95 [deleted file]
samples/font/makefile.g95 [deleted file]
samples/grid/makefile.g95 [deleted file]
samples/help/makefile.g95 [deleted file]
samples/html/about/makefile.g95 [deleted file]
samples/html/help/makefile.g95 [deleted file]
samples/html/helpview/makefile.g95 [deleted file]
samples/html/makefile.g95 [deleted file]
samples/html/printing/makefile.g95 [deleted file]
samples/html/test/makefile.g95 [deleted file]
samples/html/virtual/makefile.g95 [deleted file]
samples/html/widget/makefile.g95 [deleted file]
samples/html/zip/makefile.g95 [deleted file]
samples/image/makefile.g95 [deleted file]
samples/internat/makefile.g95 [deleted file]
samples/ipc/makefile.g95 [deleted file]
samples/joytest/makefile.g95 [deleted file]
samples/keyboard/makefile.g95 [deleted file]
samples/layout/makefile.g95 [deleted file]
samples/listctrl/makefile.g95 [deleted file]
samples/makefile.g95 [deleted file]
samples/mdi/makefile.g95 [deleted file]
samples/memcheck/makefile.g95 [deleted file]
samples/menu/makefile.g95 [deleted file]
samples/mfc/makefile.g95 [deleted file]
samples/minifram/makefile.g95 [deleted file]
samples/minimal/makefile.g95 [deleted file]
samples/nativdlg/makefile.g95 [deleted file]
samples/notebook/makefile.g95 [deleted file]
samples/oleauto/makefile.g95 [deleted file]
samples/opengl/cube/makefile.g95 [deleted file]
samples/opengl/isosurf/makefile.g95 [deleted file]
samples/opengl/penguin/makefile.g95 [deleted file]
samples/ownerdrw/makefile.g95 [deleted file]
samples/png/makefile.g95 [deleted file]
samples/printing/makefile.g95 [deleted file]
samples/propsize/makefile.g95 [deleted file]
samples/regtest/makefile.g95 [deleted file]
samples/richedit/makefile.g95 [deleted file]
samples/rotate/makefile.g95 [deleted file]
samples/sashtest/makefile.g95 [deleted file]
samples/scroll/makefile.g95 [deleted file]
samples/scrollsub/makefile.g95 [deleted file]
samples/shaped/makefile.g95 [deleted file]
samples/sockets/makefile.g95 [deleted file]
samples/splitter/makefile.g95 [deleted file]
samples/statbar/makefile.g95 [deleted file]
samples/tab/makefile.g95 [deleted file]
samples/taskbar/makefile.g95 [deleted file]
samples/text/makefile.g95 [deleted file]
samples/thread/makefile.g95 [deleted file]
samples/toolbar/makefile.g95 [deleted file]
samples/treectrl/makefile.g95 [deleted file]
samples/typetest/makefile.g95 [deleted file]
samples/validate/makefile.g95 [deleted file]
samples/widgets/makefile.g95 [deleted file]
samples/wizard/makefile.g95 [deleted file]
samples/wxtest/makefile.g95 [deleted file]

diff --git a/samples/access/makefile.g95 b/samples/access/makefile.g95
deleted file mode 100644 (file)
index a5fb6c3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=accesstest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/artprov/makefile.g95 b/samples/artprov/makefile.g95
deleted file mode 100644 (file)
index 3747a47..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=arttest
-OBJECTS = $(TARGET).o artbrows.o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/calendar/makefile.g95 b/samples/calendar/makefile.g95
deleted file mode 100644 (file)
index 2970a1a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for calendar example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=calendar
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/caret/makefile.g95 b/samples/caret/makefile.g95
deleted file mode 100644 (file)
index 32f1406..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=caret
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/checklst/makefile.g95 b/samples/checklst/makefile.g95
deleted file mode 100644 (file)
index 26a281f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=checklst
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/config/makefile.g95 b/samples/config/makefile.g95
deleted file mode 100644 (file)
index 02cba35..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=conftest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/controls/makefile.g95 b/samples/controls/makefile.g95
deleted file mode 100644 (file)
index 28a81c2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=controls
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/db/makefile.g95 b/samples/db/makefile.g95
deleted file mode 100644 (file)
index c523923..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=dbtest
-OBJECTS = $(TARGET).o listdb.o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/dialogs/makefile.g95 b/samples/dialogs/makefile.g95
deleted file mode 100644 (file)
index a9ff265..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=dialogs
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/dialup/makefile.g95 b/samples/dialup/makefile.g95
deleted file mode 100644 (file)
index 5d8e2a2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=nettest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/dnd/makefile.g95 b/samples/dnd/makefile.g95
deleted file mode 100644 (file)
index f9ff5da..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=dnd
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/docview/makefile.g95 b/samples/docview/makefile.g95
deleted file mode 100644 (file)
index fbb3e56..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=docview
-OBJECTS = $(TARGET).o view.o doc.o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/docvwmdi/makefile.g95 b/samples/docvwmdi/makefile.g95
deleted file mode 100644 (file)
index fbb3e56..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=docview
-OBJECTS = $(TARGET).o view.o doc.o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/dragimag/makefile.g95 b/samples/dragimag/makefile.g95
deleted file mode 100644 (file)
index 6ffd394..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for dragimag example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=dragimag
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/drawing/makefile.g95 b/samples/drawing/makefile.g95
deleted file mode 100644 (file)
index 581ec74..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=drawing
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/dynamic/makefile.g95 b/samples/dynamic/makefile.g95
deleted file mode 100644 (file)
index d955141..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=dynamic
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/erase/makefile.g95 b/samples/erase/makefile.g95
deleted file mode 100644 (file)
index e2857f2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=erase
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/event/makefile.g95 b/samples/event/makefile.g95
deleted file mode 100644 (file)
index 7ba40b8..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for event example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=event
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/exec/makefile.g95 b/samples/exec/makefile.g95
deleted file mode 100644 (file)
index 13bcf45..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for exec example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=exec
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/font/makefile.g95 b/samples/font/makefile.g95
deleted file mode 100644 (file)
index e7f7787..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=font
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
-# There is a bug in all 2.95.x versions of gcc that will cause
-# unresolved # references when linking the example here. It has
-# to do with class nesting. Only happens when optimization is
-# turned on.
-#
-# See:
-#
-#   Linkname: g++ bug with classes nested inside functions
-#   URL: http://gcc.gnu.org/ml/gcc-bugs/1999-11/msg00524.html
-#
-# for more info.
-
-OPT := $(filter-out -O -O1 -O2 -O3 -O4 -O5 -O6 -Os, $(OPT))
-
-
diff --git a/samples/grid/makefile.g95 b/samples/grid/makefile.g95
deleted file mode 100644 (file)
index b81d8cc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Michael Bedward
-# Created:      1999
-# Updated:
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=griddemo
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/help/makefile.g95 b/samples/help/makefile.g95
deleted file mode 100644 (file)
index ac126c5..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=demo
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/html/about/makefile.g95 b/samples/html/about/makefile.g95
deleted file mode 100644 (file)
index d2039d5..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=about
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/html/help/makefile.g95 b/samples/html/help/makefile.g95
deleted file mode 100644 (file)
index 954279f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=help
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/html/helpview/makefile.g95 b/samples/html/helpview/makefile.g95
deleted file mode 100644 (file)
index 70e6fbc..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=helpview
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/html/makefile.g95 b/samples/html/makefile.g95
deleted file mode 100644 (file)
index 6505f06..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# File:                makefile.g95
-# Author:      Mumit Khan
-# Created:     2000
-# Updated:     
-# Copyright:   
-#
-# Makefile : Builds samples for Win95, MSVC++ 16-bit
-# Use FINAL=1 argument to nmake to build final version with no debugging
-# info
-
-# Set WXDIR for your system
-WXDIR = ../..
-
-THISDIR=$(WXDIR)/samples/html
-
-include $(WXDIR)/src/makeg95.env
-
-MAKEFILE = makefile.g95
-
-# Mingw make may not have a shell to use, so can't use a loop here. Sigh.
-# Please add new sample directories alphabetically to make it easier to
-# keep track.
-all clean:
-       -$(MAKE) -C about -f $(MAKEFILE) $@
-       -$(MAKE) -C help -f $(MAKEFILE) $@
-       -$(MAKE) -C helpview -f $(MAKEFILE) $@
-       -$(MAKE) -C printing -f $(MAKEFILE) $@
-       -$(MAKE) -C test -f $(MAKEFILE) $@
-       -$(MAKE) -C virtual -f $(MAKEFILE) $@
-       -$(MAKE) -C widget -f $(MAKEFILE) $@
-       -$(MAKE) -C zip -f $(MAKEFILE) $@
-
diff --git a/samples/html/printing/makefile.g95 b/samples/html/printing/makefile.g95
deleted file mode 100644 (file)
index b6c1a27..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=printing
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/html/test/makefile.g95 b/samples/html/test/makefile.g95
deleted file mode 100644 (file)
index b96b939..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=test
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/html/virtual/makefile.g95 b/samples/html/virtual/makefile.g95
deleted file mode 100644 (file)
index 862e936..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=virtual
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/html/widget/makefile.g95 b/samples/html/widget/makefile.g95
deleted file mode 100644 (file)
index 5faa740..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=widget
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/html/zip/makefile.g95 b/samples/html/zip/makefile.g95
deleted file mode 100644 (file)
index 45a1ad7..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=zip
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/image/makefile.g95 b/samples/image/makefile.g95
deleted file mode 100644 (file)
index 1587d6a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=image
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/internat/makefile.g95 b/samples/internat/makefile.g95
deleted file mode 100644 (file)
index 262554b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=internat
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/ipc/makefile.g95 b/samples/ipc/makefile.g95
deleted file mode 100644 (file)
index 9b24b97..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# File:                makefile.g95
-# Author:      Julian Smart
-# Created:     1993
-# Updated:     
-# Copyright:   
-#
-# "%W% %G%"
-#
-# Makefile for server/client example (UNIX).
-
-all:
-       make -f client.g95 all
-       make -f server.g95 all
-
-clean:
-       make -f client.g95 clean
-       make -f server.g95 clean
-
diff --git a/samples/joytest/makefile.g95 b/samples/joytest/makefile.g95
deleted file mode 100644 (file)
index 334bd4a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for joytest example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=joytest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/keyboard/makefile.g95 b/samples/keyboard/makefile.g95
deleted file mode 100644 (file)
index 91fc758..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=keyboard
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/layout/makefile.g95 b/samples/layout/makefile.g95
deleted file mode 100644 (file)
index e4f5ffd..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=layout
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/listctrl/makefile.g95 b/samples/listctrl/makefile.g95
deleted file mode 100644 (file)
index 248951e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=listtest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/makefile.g95 b/samples/makefile.g95
deleted file mode 100644 (file)
index 04db09b..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-#
-# File:                makefile.g95
-# Author:      Julian Smart
-# Created:     1997
-# Updated:     
-# Copyright:
-#
-# "%W% %G%"
-#
-# Makefile : Builds samples for Win95, Cygwin
-# info
-
-# Set WXDIR for your system
-# SHELL=cmd.exe
-WXDIR = ..
-
-THISDIR=$(WXDIR)/samples
-CMDLINE=-fmakefile.g95 WXUSINGDLL='$(WXUSINGDLL)' UNICODE='$(UNICODE)'
-
-# Mingw make may not have a shell to use, so can't use a loop here. Sigh.
-# Please add new sample directories alphabetically to make it easier to
-# keep track.
-
-all clean:
-       -$(MAKE) -C artprov $(CMDLINE) $@
-       -$(MAKE) -C calendar $(CMDLINE) $@
-       -$(MAKE) -C caret $(CMDLINE) $@
-       -$(MAKE) -C checklst $(CMDLINE) $@
-       -$(MAKE) -C config $(CMDLINE) $@
-       -$(MAKE) -C controls $(CMDLINE) $@
-       -$(MAKE) -C db $(CMDLINE) $@
-       -$(MAKE) -C dialogs $(CMDLINE) $@
-       -$(MAKE) -C dialup $(CMDLINE) $@
-       -$(MAKE) -C dnd $(CMDLINE) $@
-       -$(MAKE) -C docview $(CMDLINE) $@
-       -$(MAKE) -C docvwmdi $(CMDLINE) $@
-       -$(MAKE) -C dragimag $(CMDLINE) $@
-       -$(MAKE) -C drawing $(CMDLINE) $@
-       -$(MAKE) -C dynamic $(CMDLINE) $@
-       -$(MAKE) -C erase $(CMDLINE) $@
-       -$(MAKE) -C event $(CMDLINE) $@
-       -$(MAKE) -C exec $(CMDLINE) $@
-       -$(MAKE) -C font $(CMDLINE) $@
-       -$(MAKE) -C grid $(CMDLINE) $@
-       -$(MAKE) -C help $(CMDLINE) $@
-       -$(MAKE) -C html $(CMDLINE) $@
-       -$(MAKE) -C image $(CMDLINE) $@
-       -$(MAKE) -C internat $(CMDLINE) $@
-       -$(MAKE) -C ipc $(CMDLINE) $@
-       -$(MAKE) -C joytest $(CMDLINE) $@
-       -$(MAKE) -C keyboard $(CMDLINE) $@
-       -$(MAKE) -C layout $(CMDLINE) $@
-       -$(MAKE) -C listbox $(CMDLINE) $@
-       -$(MAKE) -C listctrl $(CMDLINE) $@
-       -$(MAKE) -C mdi $(CMDLINE) $@
-       -$(MAKE) -C menu $(CMDLINE) $@
-       -$(MAKE) -C minifram $(CMDLINE) $@
-       -$(MAKE) -C minimal $(CMDLINE) $@
-       -$(MAKE) -C nativdlg $(CMDLINE) $@
-       -$(MAKE) -C newgrid $(CMDLINE) $@
-       -$(MAKE) -C notebook $(CMDLINE) $@
-       -$(MAKE) -C oleauto $(CMDLINE) $@
-       -$(MAKE) -C ownerdrw $(CMDLINE) $@
-       -$(MAKE) -C png $(CMDLINE) $@
-       -$(MAKE) -C printing $(CMDLINE) $@
-       -$(MAKE) -C propsize $(CMDLINE) $@
-       -$(MAKE) -C regtest $(CMDLINE) $@
-       -$(MAKE) -C rotate $(CMDLINE) $@
-       -$(MAKE) -C sashtest $(CMDLINE) $@
-       -$(MAKE) -C scroll $(CMDLINE) $@
-       -$(MAKE) -C scrollsub $(CMDLINE) $@
-       -$(MAKE) -C sockets $(CMDLINE) $@
-       -$(MAKE) -C splitter $(CMDLINE) $@
-       -$(MAKE) -C statbar $(CMDLINE) $@
-       -$(MAKE) -C tab $(CMDLINE) $@
-       -$(MAKE) -C taskbar $(CMDLINE) $@
-       -$(MAKE) -C text $(CMDLINE) $@
-       -$(MAKE) -C thread $(CMDLINE) $@
-       -$(MAKE) -C toolbar $(CMDLINE) $@
-       -$(MAKE) -C treectrl $(CMDLINE) $@
-       -$(MAKE) -C typetest $(CMDLINE) $@
-       -$(MAKE) -C validate $(CMDLINE) $@
-       -$(MAKE) -C widgets $(CMDLINE) $@
-       -$(MAKE) -C wizard $(CMDLINE) $@
-
-
-# Samples untested
-#
-#      -$(MAKE) -C opengl $(CMDLINE) $@
-
-# Missing makefile, sample untested
-#
-#      -$(MAKE) -C console $(CMDLINE) $@
-
-# MFC still not available for cygwin/mingw
-#
-#      -$(MAKE) -C mfc $(CMDLINE) $@
-
-# Memcheck does not work under cygwin/mingw
-#
-#      -$(MAKE) -C memcheck $(CMDLINE) $@
-
diff --git a/samples/mdi/makefile.g95 b/samples/mdi/makefile.g95
deleted file mode 100644 (file)
index 65e2af5..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=mdi
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/memcheck/makefile.g95 b/samples/memcheck/makefile.g95
deleted file mode 100644 (file)
index 3749343..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=memcheck
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/menu/makefile.g95 b/samples/menu/makefile.g95
deleted file mode 100644 (file)
index ad4b06c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=menu
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/mfc/makefile.g95 b/samples/mfc/makefile.g95
deleted file mode 100644 (file)
index 7da5229..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=mfctest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/minifram/makefile.g95 b/samples/minifram/makefile.g95
deleted file mode 100644 (file)
index 3a7ba81..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for minifram example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=minifram
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/minimal/makefile.g95 b/samples/minimal/makefile.g95
deleted file mode 100644 (file)
index f030c04..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=minimal
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/nativdlg/makefile.g95 b/samples/nativdlg/makefile.g95
deleted file mode 100644 (file)
index 3758852..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=nativdlg
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/notebook/makefile.g95 b/samples/notebook/makefile.g95
deleted file mode 100644 (file)
index c610092..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for notebook example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=notebook
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/oleauto/makefile.g95 b/samples/oleauto/makefile.g95
deleted file mode 100644 (file)
index 8472fc3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=oleauto
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/opengl/cube/makefile.g95 b/samples/opengl/cube/makefile.g95
deleted file mode 100644 (file)
index 6038156..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=cube
-#EXTRACPPFLAGS=-I../../win
-EXTRALIBS=-lopengl32 -lglu32
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/opengl/isosurf/makefile.g95 b/samples/opengl/isosurf/makefile.g95
deleted file mode 100644 (file)
index f0396a5..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=isosurf
-# EXTRACPPFLAGS=-I../../win
-EXTRALIBS=-lopengl32 -lglu32
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
-isosurf.dat: isosurf.dat.gz
-       gzip -c -d isosurf.dat.gz > isosurf.dat
diff --git a/samples/opengl/penguin/makefile.g95 b/samples/opengl/penguin/makefile.g95
deleted file mode 100644 (file)
index a15d8d0..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../../..
-
-TARGET=penguin
-#EXTRACPPFLAGS=-I../../win
-EXTRALIBS=-lopengl32 -lglu32
-OBJECTS = $(TARGET).o lw.o trackball.o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/ownerdrw/makefile.g95 b/samples/ownerdrw/makefile.g95
deleted file mode 100644 (file)
index 3d807bd..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=ownerdrw
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/png/makefile.g95 b/samples/png/makefile.g95
deleted file mode 100644 (file)
index d183132..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=pngdemo
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/printing/makefile.g95 b/samples/printing/makefile.g95
deleted file mode 100644 (file)
index 0af39c2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=printing
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/propsize/makefile.g95 b/samples/propsize/makefile.g95
deleted file mode 100644 (file)
index ed32b82..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for propsize example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=propsize
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/regtest/makefile.g95 b/samples/regtest/makefile.g95
deleted file mode 100644 (file)
index 2d8022c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=regtest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/richedit/makefile.g95 b/samples/richedit/makefile.g95
deleted file mode 100644 (file)
index 2752555..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=wxLayout
-OBJECTS = $(TARGET).o kbList.o wxllist.o wxlparser.o wxlwindow.o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/rotate/makefile.g95 b/samples/rotate/makefile.g95
deleted file mode 100644 (file)
index 9fdaa4b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=rotate
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/sashtest/makefile.g95 b/samples/sashtest/makefile.g95
deleted file mode 100644 (file)
index fe93070..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for sashtest example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=sashtest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/scroll/makefile.g95 b/samples/scroll/makefile.g95
deleted file mode 100644 (file)
index d3e183d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=scroll
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/scrollsub/makefile.g95 b/samples/scrollsub/makefile.g95
deleted file mode 100644 (file)
index 478c653..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=scrollsub
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/shaped/makefile.g95 b/samples/shaped/makefile.g95
deleted file mode 100644 (file)
index d9d5f1b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for shaped example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=shaped
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/sockets/makefile.g95 b/samples/sockets/makefile.g95
deleted file mode 100644 (file)
index 9b24b97..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# File:                makefile.g95
-# Author:      Julian Smart
-# Created:     1993
-# Updated:     
-# Copyright:   
-#
-# "%W% %G%"
-#
-# Makefile for server/client example (UNIX).
-
-all:
-       make -f client.g95 all
-       make -f server.g95 all
-
-clean:
-       make -f client.g95 clean
-       make -f server.g95 clean
-
diff --git a/samples/splitter/makefile.g95 b/samples/splitter/makefile.g95
deleted file mode 100644 (file)
index 2766d0e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for splitter example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=splitter
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/statbar/makefile.g95 b/samples/statbar/makefile.g95
deleted file mode 100644 (file)
index af0dfc1..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for statbar example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=statbar
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/tab/makefile.g95 b/samples/tab/makefile.g95
deleted file mode 100644 (file)
index 6415ef0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for tab example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=tab
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/taskbar/makefile.g95 b/samples/taskbar/makefile.g95
deleted file mode 100644 (file)
index 6243ce8..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=tbtest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/text/makefile.g95 b/samples/text/makefile.g95
deleted file mode 100644 (file)
index f2ab9e5..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=text
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/thread/makefile.g95 b/samples/thread/makefile.g95
deleted file mode 100644 (file)
index 76f6cae..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for thread example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=thread
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/toolbar/makefile.g95 b/samples/toolbar/makefile.g95
deleted file mode 100644 (file)
index 75d00f4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for toolbar example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=toolbar
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/treectrl/makefile.g95 b/samples/treectrl/makefile.g95
deleted file mode 100644 (file)
index 6e4727c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for treectrl example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=treetest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/typetest/makefile.g95 b/samples/typetest/makefile.g95
deleted file mode 100644 (file)
index 5ec0fa7..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for typetest example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=typetest
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/validate/makefile.g95 b/samples/validate/makefile.g95
deleted file mode 100644 (file)
index d9e8c08..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for validate example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=validate
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/widgets/makefile.g95 b/samples/widgets/makefile.g95
deleted file mode 100644 (file)
index c292a51..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=widgets
-OBJECTS = $(TARGET).o button.o combobox.o gauge.o listbox.o\
- notebook.o radiobox.o slider.o spinbtn.o static.o textctrl.o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/wizard/makefile.g95 b/samples/wizard/makefile.g95
deleted file mode 100644 (file)
index 08d6e90..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Purpose: makefile for wizard example (Cygwin/Mingw32)
-# Created: #03.01.00
-
-WXDIR = ../..
-
-TARGET=wizard
-OBJECTS = $(TARGET).o
-
-include $(WXDIR)/src/makeprog.g95
-
diff --git a/samples/wxtest/makefile.g95 b/samples/wxtest/makefile.g95
deleted file mode 100644 (file)
index b916c18..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# File:         makefile.g95
-# Author:       Julian Smart
-# Created:      1999
-# Updated:
-# Copyright:    (c) Julian Smart, 1999
-#
-# Makefile for wxWindows sample (Cygwin/Mingw32).
-
-WXDIR = ../..
-
-TARGET=test
-OBJECTS = $(TARGET).o test_wdr.o
-
-include $(WXDIR)/src/makeprog.g95
-