]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/Makefile.in
more samples are being built and samples/Makefiles uses SAMPLES_SUBDIRS
[wxWidgets.git] / samples / internat / Makefile.in
index 551d016327a46b1b5eaf2e75612be288867dd046..435095728062f151d3e4ff84ce9a5dd3489443a3 100644 (file)
@@ -1,26 +1,28 @@
-# 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