]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/newgrid/Makefile.in
Updated menu Appends to remove ambiguity that BCC complained about
[wxWidgets.git] / samples / newgrid / Makefile.in
... / ...
CommitLineData
1#
2# File: makefile.unx
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for new wxGrid example (UNIX).
11
12top_srcdir = @top_srcdir@/..
13top_builddir = ../..
14program_dir = samples/newgrid
15
16DATAFILES =
17
18PROGRAM=griddemo
19
20OBJECTS =$(PROGRAM).o
21DEPFILES=$(PROGRAM).d
22
23include ../../src/makeprog.env
24
25@IF_GNU_MAKE@-include $(DEPFILES)