X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/942be9a749f49ef03773666546ed436603d80008..2adfb497e666354303ea6bb0e468f1e53811ad55:/samples/dynamic/Makefile.in diff --git a/samples/dynamic/Makefile.in b/samples/dynamic/Makefile.in index ad872ffe11..03f8bef777 100644 --- a/samples/dynamic/Makefile.in +++ b/samples/dynamic/Makefile.in @@ -1,26 +1,23 @@ -# WXXT base directory -WXBASEDIR=@WXBASEDIR@ +# +# File: makefile.unx +# Author: Julian Smart +# Created: 1998 +# Updated: +# Copyright: (c) 1998 Julian Smart +# +# "%W% %G%" +# +# Makefile for dynamic 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/dynamic -# define library name -BIN_TARGET=dynamic -# define library sources -BIN_SRC=\ -minimal.cpp +PROGRAM=dynamic -#define library objects -BIN_OBJ=\ -minimal.o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d -# additional things needed to link -BIN_LINK= +include ../../src/makeprog.env -# additional things needed to compile -ADD_COMPILE= - -# include the definitions now -include ../../../template.mak +@IF_GNU_MAKE@-include $(DEPFILES)