]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/dialogs/Makefile.in
Corrected ViewStart problem
[wxWidgets.git] / samples / dialogs / Makefile.in
... / ...
CommitLineData
1#
2# File: makefile.unx
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for dialogs example (UNIX).
11
12top_srcdir = @top_srcdir@/..
13top_builddir = ../..
14program_dir = samples/dialogs
15
16DATAFILES=tips.txt
17
18PROGRAM=dialogs
19
20OBJECTS =$(PROGRAM).o
21DEPFILES=$(PROGRAM).d
22
23include ../../src/makeprog.env
24
25-include $(DEPFILES)