]> git.saurik.com Git - wxWidgets.git/blame - samples/plot/Makefile.in
Some more drawing things,
[wxWidgets.git] / samples / plot / Makefile.in
CommitLineData
981b2508
RR
1#
2# File: Makefile.in
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for plot example (UNIX).
11
279ababf 12top_srcdir = @top_srcdir@/..
981b2508
RR
13top_builddir = ../..
14program_dir = samples/plot
15
16PROGRAM=plot
17
18OBJECTS=$(PROGRAM).o
19
20include ../../src/makeprog.env
21