]> git.saurik.com Git - wxWidgets.git/blame - samples/internat/Makefile.in
Generic path instead of hardcoded
[wxWidgets.git] / samples / internat / Makefile.in
CommitLineData
6a2a235b
RR
1#
2# File: Makefile
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for internat example (UNIX).
11
48fe8374 12top_srcdir = @top_srcdir@/..
6a2a235b
RR
13top_builddir = ../..
14program_dir = samples/internat
15
16DATAFILES=fr/internat.po fr/internat.mo \
17 de/internat.po de/internat.mo \
18 fr/wxstd.po fr/wxstd.mo \
19 de/wxstd.po de/wxstd.mo
20
21DATADIRS=fr de
22
23PROGRAM=internat
24
25OBJECTS=$(PROGRAM).o
26
27include ../../src/makeprog.env
28