]> git.saurik.com Git - wxWidgets.git/blame - samples/layout/Makefile.in
added russian language to the list of choices
[wxWidgets.git] / samples / layout / Makefile.in
CommitLineData
c801d85f
KB
1#
2# File: makefile.unx
3# Author: Julian Smart
a4294b78 4# Created: 1998
c801d85f 5# Updated:
a4294b78 6# Copyright: (c) 1998 Julian Smart
c801d85f
KB
7#
8# "%W% %G%"
9#
10# Makefile for layout example (UNIX).
11
48fe8374 12top_srcdir = @top_srcdir@/..
a8efa9e3 13top_builddir = ../..
b1683d38 14program_dir = samples/layout
549c6f67 15
a4294b78 16PROGRAM=layout
c801d85f 17
a4294b78 18OBJECTS=$(PROGRAM).o
c801d85f 19
a4294b78 20include ../../src/makeprog.env
c801d85f 21