X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..f94dd12dc18afd8518a88e9edac75f6dff907c9c:/samples/internat/Makefile.in diff --git a/samples/internat/Makefile.in b/samples/internat/Makefile.in index 774cdbd778..eb2a53425f 100644 --- a/samples/internat/Makefile.in +++ b/samples/internat/Makefile.in @@ -1,26 +1,29 @@ -# 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 \ + ru/internat.po ru/internat.mo -#define library objects -BIN_OBJ=\ -internat.o +DATADIRS=fr de ru -# additional things needed to link -BIN_LINK= +PROGRAM=internat -# additional things needed to compile -ADD_COMPILE= +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d -# include the definitions now -include ../../../template.mak +include ../../src/makeprog.env + +@IF_GNU_MAKE@-include $(DEPFILES)