added wxDynamicSashWindow (patch 441518)
[wxWidgets.git] / contrib / samples / gizmos / dynsash_switch / Makefile.in
1 #
2 # File: Makefile.in
3 # Author: Matt Kimball
4 # Created: 2001
5 # Updated:
6 # Copyright: (c) 2001 Matt Kimball
7 #
8 # "%W% %G%"
9 #
10 # Makefile for the dynsash_switch example (UNIX).
11
12 top_srcdir = @top_srcdir@/..
13 top_builddir = ../../../..
14 program_dir = contrib/samples/gizmos/dynsash_switch
15
16 PROGRAM=dynsash_switch
17 OBJECTS=dynsash_switch.o
18
19 APPEXTRALIBS=$(top_builddir)/lib/libgizmos.@WX_TARGET_LIBRARY_TYPE@
20 APPEXTRADEFS=-I$(top_srcdir)/contrib/include
21
22 include $(top_builddir)/src/makeprog.env
23