added Georgian translation
[wxWidgets.git] / samples / internat / Makefile.in
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
12 top_srcdir = @top_srcdir@/..
13 top_builddir = ../..
14 program_dir = samples/internat
15
16 DATAFILES=fr/internat.po fr/internat.mo \
17 de/internat.po de/internat.mo \
18 ja/internat.po ja/internat.mo \
19 ka/internat.po ka/internat.mo \
20 ru/internat.po ru/internat.mo
21
22 DATADIRS=fr de ja ka ru
23
24 PROGRAM=internat
25
26 OBJECTS =$(PROGRAM).o
27 DEPFILES=$(PROGRAM).d
28
29 include ../../src/makeprog.env
30
31 @IF_GNU_MAKE@-include $(DEPFILES)