X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..0dfef5a8124ac0f1bb2aed6ef5ddfa833e8e2c6e:/samples/internat/Makefile.in diff --git a/samples/internat/Makefile.in b/samples/internat/Makefile.in index 774cdbd778..0143f6d797 100644 --- a/samples/internat/Makefile.in +++ b/samples/internat/Makefile.in @@ -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=test -# 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