e9b663934d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 lines
511 B
Makefile
21 lines
511 B
Makefile
###############################################################################
|
|
# Purpose: Makefile.in for STC sample for Unix with autoconf
|
|
# Created: 14.03.00
|
|
# Author: VZ
|
|
# Version: $Id$
|
|
###############################################################################
|
|
|
|
top_srcdir = @top_srcdir@/..
|
|
top_builddir = ../../..
|
|
program_dir = contrib/samples/stc
|
|
|
|
PROGRAM=stctest
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
APPEXTRALIBS=$(top_builddir)/contrib/src/stc/libstc.a
|
|
|
|
DATAFILES=stctest.cpp
|
|
|
|
include ../../../src/makeprog.env
|