-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File: Makefile
+# Author: Julian Smart
+# Created: 1998
+# Updated:
+# Copyright: (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for internat example (UNIX).
-# set the OS type for compilation
-OS=@OS@
-# compile a library only
-RULE=bin
+top_srcdir = @top_srcdir@
+top_builddir = ../..
+program_dir = samples/internat
-# define library name
-BIN_TARGET=internat
-# define library sources
-BIN_SRC=\
-internat.cpp
+DATAFILES=fr/internat.po fr/internat.mo \
+ de/internat.po de/internat.mo \
+ fr/wxstd.po fr/wxstd.mo \
+ de/wxstd.po de/wxstd.mo
-#define library objects
-BIN_OBJ=\
-internat.o
+DATADIRS=fr de
-# additional things needed to link
-BIN_LINK=
+PROGRAM=internat
-# additional things needed to compile
-ADD_COMPILE=
+OBJECTS=$(PROGRAM).o
+
+include ../../src/makeprog.env
-# include the definitions now
-include ../../../template.mak