]> git.saurik.com Git - wxWidgets.git/blame - samples/db/Makefile.in
fixed wxZipInputStream::OnSysSeek wrt memory requirements and malloc(0) (will backpor...
[wxWidgets.git] / samples / db / Makefile.in
CommitLineData
108106cf
JS
1#
2# File: makefile.unx
1fc5dd6f 3# Author: Julian Smart
108106cf
JS
4# Created: 1998
5# Updated:
1fc5dd6f 6# Copyright: (c) 1998 Julian Smart
108106cf 7#
1fc5dd6f
JS
8# "%W% %G%"
9#
79144b8a
RR
10# Makefile for dialogs example (UNIX).
11
48fe8374 12top_srcdir = @top_srcdir@/..
79144b8a
RR
13top_builddir = ../..
14program_dir = samples/db
108106cf 15
1fc5dd6f 16PROGRAM=dbtest
108106cf 17
721a4a08
GD
18OBJECTS =$(PROGRAM).o listdb.o
19DEPFILES=$(PROGRAM).d listdb.d
108106cf 20
1fc5dd6f 21include ../../src/makeprog.env
108106cf 22
27fd0246 23@IF_GNU_MAKE@-include $(DEPFILES)