]> git.saurik.com Git - wxWidgets.git/blame - samples/memcheck/Makefile.in
some fixes to wxSingleInstanceChecker error reporting
[wxWidgets.git] / samples / memcheck / Makefile.in
CommitLineData
e9093718
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 memory checking example (UNIX).
11
48fe8374 12top_srcdir = @top_srcdir@/..
e9093718
RR
13top_builddir = ../..
14program_dir = samples/memcheck
15
16PROGRAM=memcheck
17
18OBJECTS=$(PROGRAM).o
19
20include ../../src/makeprog.env
21