inserted @IF_GNU_MAKE@ to allow building with other make versions
[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 ru/internat.po ru/internat.mo
19
20 DATADIRS=fr de ru
21
22 PROGRAM=internat
23
24 OBJECTS =$(PROGRAM).o
25 DEPFILES=$(PROGRAM).d
26
27 include ../../src/makeprog.env
28
29 @IF_GNU_MAKE@-include $(DEPFILES)