removing old makefiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-14 17:35:57 +00:00
parent 9687fdeec4
commit f36fb06dc3
51 changed files with 0 additions and 1665 deletions

View File

@@ -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=bombs
OBJECTS = $(TARGET).o bombs1.o game.o
include $(WXDIR)/src/makeprog.g95

View File

@@ -1,19 +0,0 @@
#
# File: makefile.g95
# Author: Julian Smart
# Created: 1999
# Updated:
# Copyright: (c) Julian Smart, 1999
#
# Makefile for wxWindows sample (Cygwin/Mingw32).
# Set WXDIR for your system
WXDIR = ../..
TARGET=dbbrowse
OBJECTS = dbbrowse.o doc.o pgmctrl.o tabpgwin.o \
browsedb.o dbtree.o dbgrid.o dlguser.o
include $(WXDIR)/src/makeprog.g95

View File

@@ -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=forty
OBJECTS = $(TARGET).o canvas.o card.o game.o pile.o playerdg.o scoredg.o scorefil.o
include $(WXDIR)/src/makeprog.g95

View File

@@ -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=fractal
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95

View File

@@ -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=life
EXTRALDFLAGS=-Wl,--subsystem,console
OBJECTS = $(TARGET).o dialogs.o game.o reader.o
include $(WXDIR)/src/makeprog.g95

View File

@@ -1,29 +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)/demos
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 bombs -f $(MAKEFILE) $@
-$(MAKE) -C dbbrowse -f $(MAKEFILE) $@
-$(MAKE) -C life -f $(MAKEFILE) $@
-$(MAKE) -C forty -f $(MAKEFILE) $@
-$(MAKE) -C fractal -f $(MAKEFILE) $@
-$(MAKE) -C poem -f $(MAKEFILE) $@

View File

@@ -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=wxpoem
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95