]> git.saurik.com Git - wxWidgets.git/blame - samples/erase/Makefile.in
Compiles
[wxWidgets.git] / samples / erase / Makefile.in
CommitLineData
33611ebb
RR
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 minimal example (UNIX).
11
12top_srcdir = @top_srcdir@/..
13top_builddir = ../..
14program_dir = samples/erase
15
16PROGRAM=erase
17
721a4a08
GD
18OBJECTS =$(PROGRAM).o
19DEPFILES=$(PROGRAM).d
33611ebb
RR
20
21include ../../src/makeprog.env
22
27fd0246 23@IF_GNU_MAKE@-include $(DEPFILES)