2000-08-17 07:53:48 -04:00
|
|
|
#
|
2000-08-24 07:31:32 -04:00
|
|
|
# File: Makefile.in
|
2000-08-17 07:53:48 -04:00
|
|
|
# Author: Julian Smart
|
2000-08-24 07:31:32 -04:00
|
|
|
# Created: 2000
|
2000-08-17 07:53:48 -04:00
|
|
|
# Updated:
|
2000-08-24 07:31:32 -04:00
|
|
|
# Copyright: (c) 2000 Julian Smart
|
2000-08-17 07:53:48 -04:00
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
2000-08-24 07:31:32 -04:00
|
|
|
# Makefile for the splittree example (UNIX).
|
2000-08-17 07:53:48 -04:00
|
|
|
|
|
|
|
top_srcdir = @top_srcdir@/..
|
2000-08-24 07:31:32 -04:00
|
|
|
top_builddir = ../../../..
|
|
|
|
program_dir = contrib/samples/gizmos/splittree
|
2000-08-17 07:53:48 -04:00
|
|
|
|
2000-08-24 07:31:32 -04:00
|
|
|
PROGRAM=splittree
|
|
|
|
OBJECTS=tree.o
|
2000-08-17 07:53:48 -04:00
|
|
|
|
2000-08-24 07:31:32 -04:00
|
|
|
#APPEXTRALIBS=$(top_builddir)/lib/libgizmos.@WX_TARGET_LIBRARY_TYPE@
|
|
|
|
APPEXTRALIBS=$(top_builddir)/lib/libgizmos.a
|
|
|
|
APPEXTRADEFS=-I$(top_srcdir)/contrib/include
|
2000-08-17 07:53:48 -04:00
|
|
|
|
2000-08-24 07:31:32 -04:00
|
|
|
include $(top_builddir)/src/makeprog.env
|
2000-08-17 07:53:48 -04:00
|
|
|
|