]> git.saurik.com Git - wxWidgets.git/blame - demos/forty/Makefile.in
Added build instructions, readme, and TODO
[wxWidgets.git] / demos / forty / Makefile.in
CommitLineData
79144b8a
RR
1#
2# File: Makefile.in
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for forty example (UNIX).
11
2224580a 12top_srcdir = @top_srcdir@/..
79144b8a 13top_builddir = ../..
70f7a477 14program_dir = demos/forty
79144b8a
RR
15
16PROGRAM=forty
17
8b2a4e0c
GD
18OBJECTS =$(PROGRAM).o canvas.o card.o game.o pile.o playerdg.o scoredg.o scorefil.o
19DEPFILES=$(PROGRAM).d canvas.d card.d game.d pile.d playerdg.d scoredg.d scorefil.d
79144b8a
RR
20
21include ../../src/makeprog.env
22
27fd0246 23@IF_GNU_MAKE@-include $(DEPFILES)