X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b6a158b04e7784dc30ad8fc043eb94ae71c19e4f..8366ae934aab9f835747b0c2e456231e8795fe78:/samples/dynamic/Makefile.in diff --git a/samples/dynamic/Makefile.in b/samples/dynamic/Makefile.in index bebee4cb44..cb54ad1a86 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=\ -dynamic.cpp +PROGRAM=dynamic -#define library objects -BIN_OBJ=\ -dynamic.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 +-include $(DEPFILES)