]> git.saurik.com Git - wxWidgets.git/blame - samples/internat/Makefile.in
Committing in .
[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 \
9e39ee2f 18 ru/internat.po ru/internat.mo
6a2a235b 19
c6dda38f 20DATADIRS=fr de ru
6a2a235b
RR
21
22PROGRAM=internat
23
721a4a08
GD
24OBJECTS =$(PROGRAM).o
25DEPFILES=$(PROGRAM).d
6a2a235b
RR
26
27include ../../src/makeprog.env
28
721a4a08 29-include $(DEPFILES)