]>
Commit | Line | Data |
---|---|---|
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 | 12 | top_srcdir = @top_srcdir@/.. |
6a2a235b RR |
13 | top_builddir = ../.. |
14 | program_dir = samples/internat | |
15 | ||
16 | DATAFILES=fr/internat.po fr/internat.mo \ | |
17 | de/internat.po de/internat.mo \ | |
96c0a516 VS |
18 | ja/internat.po ja/internat.mo \ |
19 | ka/internat.po ka/internat.mo \ | |
9e39ee2f | 20 | ru/internat.po ru/internat.mo |
6a2a235b | 21 | |
96c0a516 | 22 | DATADIRS=fr de ja ka ru |
6a2a235b RR |
23 | |
24 | PROGRAM=internat | |
25 | ||
721a4a08 GD |
26 | OBJECTS =$(PROGRAM).o |
27 | DEPFILES=$(PROGRAM).d | |
6a2a235b RR |
28 | |
29 | include ../../src/makeprog.env | |
30 | ||
27fd0246 | 31 | @IF_GNU_MAKE@-include $(DEPFILES) |