wxWidgets/samples/tab/Makefile.in

14 lines
211 B
Makefile
Raw Normal View History

# Purpose: makefile for tab example (UNIX).
# Created: 2000-03-15
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/tab
PROGRAM=tab
OBJECTS=$(PROGRAM).o
include ../../src/makeprog.env