wxWidgets/samples/internat/Makefile.in

32 lines
572 B
Makefile
Raw Normal View History

#
# File: Makefile
# Author: Julian Smart
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for internat example (UNIX).
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/internat
DATAFILES=fr/internat.po fr/internat.mo \
de/internat.po de/internat.mo \
ja/internat.po ja/internat.mo \
ka/internat.po ka/internat.mo \
ru/internat.po ru/internat.mo
DATADIRS=fr de ja ka ru
PROGRAM=internat
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
@IF_GNU_MAKE@-include $(DEPFILES)