]> git.saurik.com Git - wxWidgets.git/blame - samples/layout/Makefile.in
use wxDEPRECATED around GetNoHistoryFiles()
[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
721a4a08
GD
18OBJECTS =$(PROGRAM).o
19DEPFILES=$(PROGRAM).d
c801d85f 20
a4294b78 21include ../../src/makeprog.env
c801d85f 22
27fd0246 23@IF_GNU_MAKE@-include $(DEPFILES)