]> git.saurik.com Git - wxWidgets.git/blame - samples/grid/Makefile.in
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / grid / Makefile.in
CommitLineData
f7556ff0
JS
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 wxGrid example (UNIX).
37b8e679 11
48fe8374 12top_srcdir = @top_srcdir@/..
37b8e679
VS
13top_builddir = ../..
14program_dir = samples/grid
15
f7556ff0
JS
16DATAFILES =
17
18PROGRAM=griddemo
37b8e679 19
721a4a08
GD
20OBJECTS =$(PROGRAM).o
21DEPFILES=$(PROGRAM).d
37b8e679
VS
22
23include ../../src/makeprog.env
24
27fd0246 25@IF_GNU_MAKE@-include $(DEPFILES)