1999-11-09 18:02:41 -05:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for wxWindows sample (UNIX).
|
|
|
|
|
2000-01-31 13:31:18 -05:00
|
|
|
top_srcdir = @top_srcdir@/..
|
1999-11-09 18:02:41 -05:00
|
|
|
top_builddir = ../..
|
|
|
|
program_dir = samples/propsize
|
|
|
|
|
|
|
|
PROGRAM=propsize
|
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|