projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
compilation fix for Watcom
[wxWidgets.git]
/
samples
/
grid
/
Makefile.in
1
# Purpose: makefile for grid example (UNIX).
2
# Created: 2000-03-15
3
4
top_srcdir = @top_srcdir@/..
5
top_builddir = ../..
6
program_dir = samples/grid
7
8
PROGRAM=grid
9
10
OBJECTS =$(PROGRAM).o
11
DEPFILES=$(PROGRAM).d
12
13
include ../../src/makeprog.env
14
15
-include $(DEPFILES)
16