From 1ee9f07ca10cd2a658e0e063289a23d53acc7454 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 14 Aug 2003 17:13:25 +0000 Subject: [PATCH] removing old makefiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/access/makefile.g95 | 16 ----- samples/artprov/makefile.g95 | 16 ----- samples/calendar/makefile.g95 | 10 --- samples/caret/makefile.g95 | 16 ----- samples/checklst/makefile.g95 | 16 ----- samples/config/makefile.g95 | 16 ----- samples/controls/makefile.g95 | 16 ----- samples/db/makefile.g95 | 16 ----- samples/dialogs/makefile.g95 | 16 ----- samples/dialup/makefile.g95 | 16 ----- samples/dnd/makefile.g95 | 16 ----- samples/docview/makefile.g95 | 16 ----- samples/docvwmdi/makefile.g95 | 16 ----- samples/dragimag/makefile.g95 | 10 --- samples/drawing/makefile.g95 | 16 ----- samples/dynamic/makefile.g95 | 16 ----- samples/erase/makefile.g95 | 16 ----- samples/event/makefile.g95 | 10 --- samples/exec/makefile.g95 | 10 --- samples/font/makefile.g95 | 31 --------- samples/grid/makefile.g95 | 15 ---- samples/help/makefile.g95 | 16 ----- samples/html/about/makefile.g95 | 16 ----- samples/html/help/makefile.g95 | 16 ----- samples/html/helpview/makefile.g95 | 16 ----- samples/html/makefile.g95 | 33 --------- samples/html/printing/makefile.g95 | 16 ----- samples/html/test/makefile.g95 | 16 ----- samples/html/virtual/makefile.g95 | 16 ----- samples/html/widget/makefile.g95 | 16 ----- samples/html/zip/makefile.g95 | 16 ----- samples/image/makefile.g95 | 16 ----- samples/internat/makefile.g95 | 16 ----- samples/ipc/makefile.g95 | 19 ------ samples/joytest/makefile.g95 | 10 --- samples/keyboard/makefile.g95 | 16 ----- samples/layout/makefile.g95 | 16 ----- samples/listctrl/makefile.g95 | 16 ----- samples/makefile.g95 | 102 ---------------------------- samples/mdi/makefile.g95 | 16 ----- samples/memcheck/makefile.g95 | 16 ----- samples/menu/makefile.g95 | 16 ----- samples/mfc/makefile.g95 | 16 ----- samples/minifram/makefile.g95 | 10 --- samples/minimal/makefile.g95 | 16 ----- samples/nativdlg/makefile.g95 | 16 ----- samples/notebook/makefile.g95 | 10 --- samples/oleauto/makefile.g95 | 16 ----- samples/opengl/cube/makefile.g95 | 18 ----- samples/opengl/isosurf/makefile.g95 | 20 ------ samples/opengl/penguin/makefile.g95 | 18 ----- samples/ownerdrw/makefile.g95 | 16 ----- samples/png/makefile.g95 | 16 ----- samples/printing/makefile.g95 | 16 ----- samples/propsize/makefile.g95 | 10 --- samples/regtest/makefile.g95 | 16 ----- samples/richedit/makefile.g95 | 16 ----- samples/rotate/makefile.g95 | 16 ----- samples/sashtest/makefile.g95 | 10 --- samples/scroll/makefile.g95 | 16 ----- samples/scrollsub/makefile.g95 | 16 ----- samples/shaped/makefile.g95 | 10 --- samples/sockets/makefile.g95 | 19 ------ samples/splitter/makefile.g95 | 10 --- samples/statbar/makefile.g95 | 10 --- samples/tab/makefile.g95 | 10 --- samples/taskbar/makefile.g95 | 16 ----- samples/text/makefile.g95 | 16 ----- samples/thread/makefile.g95 | 10 --- samples/toolbar/makefile.g95 | 10 --- samples/treectrl/makefile.g95 | 10 --- samples/typetest/makefile.g95 | 10 --- samples/validate/makefile.g95 | 10 --- samples/widgets/makefile.g95 | 17 ----- samples/wizard/makefile.g95 | 10 --- samples/wxtest/makefile.g95 | 16 ----- 76 files changed, 1234 deletions(-) delete mode 100644 samples/access/makefile.g95 delete mode 100644 samples/artprov/makefile.g95 delete mode 100644 samples/calendar/makefile.g95 delete mode 100644 samples/caret/makefile.g95 delete mode 100644 samples/checklst/makefile.g95 delete mode 100644 samples/config/makefile.g95 delete mode 100644 samples/controls/makefile.g95 delete mode 100644 samples/db/makefile.g95 delete mode 100644 samples/dialogs/makefile.g95 delete mode 100644 samples/dialup/makefile.g95 delete mode 100644 samples/dnd/makefile.g95 delete mode 100644 samples/docview/makefile.g95 delete mode 100644 samples/docvwmdi/makefile.g95 delete mode 100644 samples/dragimag/makefile.g95 delete mode 100644 samples/drawing/makefile.g95 delete mode 100644 samples/dynamic/makefile.g95 delete mode 100644 samples/erase/makefile.g95 delete mode 100644 samples/event/makefile.g95 delete mode 100644 samples/exec/makefile.g95 delete mode 100644 samples/font/makefile.g95 delete mode 100644 samples/grid/makefile.g95 delete mode 100644 samples/help/makefile.g95 delete mode 100644 samples/html/about/makefile.g95 delete mode 100644 samples/html/help/makefile.g95 delete mode 100644 samples/html/helpview/makefile.g95 delete mode 100644 samples/html/makefile.g95 delete mode 100644 samples/html/printing/makefile.g95 delete mode 100644 samples/html/test/makefile.g95 delete mode 100644 samples/html/virtual/makefile.g95 delete mode 100644 samples/html/widget/makefile.g95 delete mode 100644 samples/html/zip/makefile.g95 delete mode 100644 samples/image/makefile.g95 delete mode 100644 samples/internat/makefile.g95 delete mode 100644 samples/ipc/makefile.g95 delete mode 100644 samples/joytest/makefile.g95 delete mode 100644 samples/keyboard/makefile.g95 delete mode 100644 samples/layout/makefile.g95 delete mode 100644 samples/listctrl/makefile.g95 delete mode 100644 samples/makefile.g95 delete mode 100644 samples/mdi/makefile.g95 delete mode 100644 samples/memcheck/makefile.g95 delete mode 100644 samples/menu/makefile.g95 delete mode 100644 samples/mfc/makefile.g95 delete mode 100644 samples/minifram/makefile.g95 delete mode 100644 samples/minimal/makefile.g95 delete mode 100644 samples/nativdlg/makefile.g95 delete mode 100644 samples/notebook/makefile.g95 delete mode 100644 samples/oleauto/makefile.g95 delete mode 100644 samples/opengl/cube/makefile.g95 delete mode 100644 samples/opengl/isosurf/makefile.g95 delete mode 100644 samples/opengl/penguin/makefile.g95 delete mode 100644 samples/ownerdrw/makefile.g95 delete mode 100644 samples/png/makefile.g95 delete mode 100644 samples/printing/makefile.g95 delete mode 100644 samples/propsize/makefile.g95 delete mode 100644 samples/regtest/makefile.g95 delete mode 100644 samples/richedit/makefile.g95 delete mode 100644 samples/rotate/makefile.g95 delete mode 100644 samples/sashtest/makefile.g95 delete mode 100644 samples/scroll/makefile.g95 delete mode 100644 samples/scrollsub/makefile.g95 delete mode 100644 samples/shaped/makefile.g95 delete mode 100644 samples/sockets/makefile.g95 delete mode 100644 samples/splitter/makefile.g95 delete mode 100644 samples/statbar/makefile.g95 delete mode 100644 samples/tab/makefile.g95 delete mode 100644 samples/taskbar/makefile.g95 delete mode 100644 samples/text/makefile.g95 delete mode 100644 samples/thread/makefile.g95 delete mode 100644 samples/toolbar/makefile.g95 delete mode 100644 samples/treectrl/makefile.g95 delete mode 100644 samples/typetest/makefile.g95 delete mode 100644 samples/validate/makefile.g95 delete mode 100644 samples/widgets/makefile.g95 delete mode 100644 samples/wizard/makefile.g95 delete mode 100644 samples/wxtest/makefile.g95 diff --git a/samples/access/makefile.g95 b/samples/access/makefile.g95 deleted file mode 100644 index a5fb6c3fb6..0000000000 --- a/samples/access/makefile.g95 +++ /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 index 3747a4748e..0000000000 --- a/samples/artprov/makefile.g95 +++ /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 index 2970a1a73e..0000000000 --- a/samples/calendar/makefile.g95 +++ /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 index 32f1406e2f..0000000000 --- a/samples/caret/makefile.g95 +++ /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 index 26a281f945..0000000000 --- a/samples/checklst/makefile.g95 +++ /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 index 02cba35c7f..0000000000 --- a/samples/config/makefile.g95 +++ /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 index 28a81c25cf..0000000000 --- a/samples/controls/makefile.g95 +++ /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 index c5239232ba..0000000000 --- a/samples/db/makefile.g95 +++ /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 index a9ff2650cf..0000000000 --- a/samples/dialogs/makefile.g95 +++ /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 index 5d8e2a2173..0000000000 --- a/samples/dialup/makefile.g95 +++ /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 index f9ff5dabc5..0000000000 --- a/samples/dnd/makefile.g95 +++ /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 index fbb3e56c57..0000000000 --- a/samples/docview/makefile.g95 +++ /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 index fbb3e56c57..0000000000 --- a/samples/docvwmdi/makefile.g95 +++ /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 index 6ffd3941ba..0000000000 --- a/samples/dragimag/makefile.g95 +++ /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 index 581ec7408b..0000000000 --- a/samples/drawing/makefile.g95 +++ /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 index d955141bd6..0000000000 --- a/samples/dynamic/makefile.g95 +++ /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 index e2857f2d4d..0000000000 --- a/samples/erase/makefile.g95 +++ /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 index 7ba40b8ac4..0000000000 --- a/samples/event/makefile.g95 +++ /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 index 13bcf455d2..0000000000 --- a/samples/exec/makefile.g95 +++ /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 index e7f7787fe5..0000000000 --- a/samples/font/makefile.g95 +++ /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 index b81d8cc55c..0000000000 --- a/samples/grid/makefile.g95 +++ /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 index ac126c5ce5..0000000000 --- a/samples/help/makefile.g95 +++ /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 index d2039d5b0d..0000000000 --- a/samples/html/about/makefile.g95 +++ /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 index 954279ff0b..0000000000 --- a/samples/html/help/makefile.g95 +++ /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 index 70e6fbcd87..0000000000 --- a/samples/html/helpview/makefile.g95 +++ /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 index 6505f0698a..0000000000 --- a/samples/html/makefile.g95 +++ /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 index b6c1a270ab..0000000000 --- a/samples/html/printing/makefile.g95 +++ /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 index b96b93918c..0000000000 --- a/samples/html/test/makefile.g95 +++ /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 index 862e9368d5..0000000000 --- a/samples/html/virtual/makefile.g95 +++ /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 index 5faa740786..0000000000 --- a/samples/html/widget/makefile.g95 +++ /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 index 45a1ad715b..0000000000 --- a/samples/html/zip/makefile.g95 +++ /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 index 1587d6af5f..0000000000 --- a/samples/image/makefile.g95 +++ /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 index 262554b63f..0000000000 --- a/samples/internat/makefile.g95 +++ /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 index 9b24b9725d..0000000000 --- a/samples/ipc/makefile.g95 +++ /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 index 334bd4ad49..0000000000 --- a/samples/joytest/makefile.g95 +++ /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 index 91fc758295..0000000000 --- a/samples/keyboard/makefile.g95 +++ /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 index e4f5ffd5ee..0000000000 --- a/samples/layout/makefile.g95 +++ /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 index 248951e95a..0000000000 --- a/samples/listctrl/makefile.g95 +++ /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 index 04db09b610..0000000000 --- a/samples/makefile.g95 +++ /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 index 65e2af593f..0000000000 --- a/samples/mdi/makefile.g95 +++ /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 index 3749343d82..0000000000 --- a/samples/memcheck/makefile.g95 +++ /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 index ad4b06c3c3..0000000000 --- a/samples/menu/makefile.g95 +++ /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 index 7da52292d8..0000000000 --- a/samples/mfc/makefile.g95 +++ /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 index 3a7ba816f8..0000000000 --- a/samples/minifram/makefile.g95 +++ /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 index f030c04367..0000000000 --- a/samples/minimal/makefile.g95 +++ /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 index 3758852311..0000000000 --- a/samples/nativdlg/makefile.g95 +++ /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 index c610092a4c..0000000000 --- a/samples/notebook/makefile.g95 +++ /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 index 8472fc3546..0000000000 --- a/samples/oleauto/makefile.g95 +++ /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 index 60381560ed..0000000000 --- a/samples/opengl/cube/makefile.g95 +++ /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 index f0396a5d3d..0000000000 --- a/samples/opengl/isosurf/makefile.g95 +++ /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 index a15d8d0306..0000000000 --- a/samples/opengl/penguin/makefile.g95 +++ /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 index 3d807bd7a6..0000000000 --- a/samples/ownerdrw/makefile.g95 +++ /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 index d183132ec8..0000000000 --- a/samples/png/makefile.g95 +++ /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 index 0af39c2cfa..0000000000 --- a/samples/printing/makefile.g95 +++ /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 index ed32b82b54..0000000000 --- a/samples/propsize/makefile.g95 +++ /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 index 2d8022c869..0000000000 --- a/samples/regtest/makefile.g95 +++ /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 index 275255562d..0000000000 --- a/samples/richedit/makefile.g95 +++ /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 index 9fdaa4bb35..0000000000 --- a/samples/rotate/makefile.g95 +++ /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 index fe93070c07..0000000000 --- a/samples/sashtest/makefile.g95 +++ /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 index d3e183de84..0000000000 --- a/samples/scroll/makefile.g95 +++ /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 index 478c653287..0000000000 --- a/samples/scrollsub/makefile.g95 +++ /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 index d9d5f1b9ce..0000000000 --- a/samples/shaped/makefile.g95 +++ /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 index 9b24b9725d..0000000000 --- a/samples/sockets/makefile.g95 +++ /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 index 2766d0e106..0000000000 --- a/samples/splitter/makefile.g95 +++ /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 index af0dfc16c8..0000000000 --- a/samples/statbar/makefile.g95 +++ /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 index 6415ef0c17..0000000000 --- a/samples/tab/makefile.g95 +++ /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 index 6243ce86d1..0000000000 --- a/samples/taskbar/makefile.g95 +++ /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 index f2ab9e5b9f..0000000000 --- a/samples/text/makefile.g95 +++ /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 index 76f6cae37f..0000000000 --- a/samples/thread/makefile.g95 +++ /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 index 75d00f416f..0000000000 --- a/samples/toolbar/makefile.g95 +++ /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 index 6e4727c8a1..0000000000 --- a/samples/treectrl/makefile.g95 +++ /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 index 5ec0fa7169..0000000000 --- a/samples/typetest/makefile.g95 +++ /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 index d9e8c085ba..0000000000 --- a/samples/validate/makefile.g95 +++ /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 index c292a51dc6..0000000000 --- a/samples/widgets/makefile.g95 +++ /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 index 08d6e90f0f..0000000000 --- a/samples/wizard/makefile.g95 +++ /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 index b916c18c5b..0000000000 --- a/samples/wxtest/makefile.g95 +++ /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 - -- 2.45.2