]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/exec/Makefile.in
wxGTK keyboard handling now behaves (mostly) like wxMSW
[wxWidgets.git] / samples / exec / Makefile.in
... / ...
CommitLineData
1# Purpose: makefile for exec example (UNIX).
2# Created: 2000-03-14
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/exec
7
8PROGRAM=exec
9
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
12
13include ../../src/makeprog.env
14
15@IF_GNU_MAKE@-include $(DEPFILES)