]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/forty/Makefile.in
makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for
[wxWidgets.git] / samples / forty / Makefile.in
index d56090e51fb01a2760a6ee615c5ee7e1fc761619..9398b93b0169b2b15ffaf283d79b2c41ae059c65 100644 (file)
@@ -1,40 +1,21 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File:                Makefile.in
+# Author:      Julian Smart
+# Created:     1998
+# Updated:     
+# Copyright:   (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for forty example (UNIX).
 
-# set the OS type for compilation
-OS=@OS@
-# compile a library only
-RULE=bin
+top_srcdir = @top_srcdir@
+top_builddir = ../..
+program_dir = samples/forty
 
-# define library name
-BIN_TARGET=forty
-# define library sources
-BIN_SRC=\
-canvas.cpp \
-card.cpp \
-forty.cpp \
-game.cpp \
-pile.cpp \
-playerdg.cpp \
-scoredg.cpp \
-scorefil.cpp
+PROGRAM=forty
 
-#define library objects
-BIN_OBJ=\
-canvas.o \
-card.o \
-forty.o \
-game.o \
-pile.o \
-playerdg.o \
-scoredg.o \
-scorefil.o
+OBJECTS=$(PROGRAM).o canvas.o card.o game.o pile.o playerdg.o scoredg.o scorefil.o
 
-# additional things needed to link
-BIN_LINK=
+include ../../src/makeprog.env
 
-# additional things needed to compile
-ADD_COMPILE=
-
-# include the definitions now
-include ../../../template.mak