]> git.saurik.com Git - wxWidgets.git/blame - samples/db/Makefile.in
1. configre/makefiles changes
[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
12top_srcdir = @top_srcdir@
13top_builddir = ../..
14program_dir = samples/db
108106cf 15
1fc5dd6f 16PROGRAM=dbtest
108106cf 17
1fc5dd6f 18OBJECTS=$(PROGRAM).o listdb.o
108106cf 19
1fc5dd6f 20include ../../src/makeprog.env
108106cf 21