X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0d77f437c66a04d7c6555b8df0f958da0bbe103..288d4f8b91cd983893332218daa8c02a618e0c1d:/samples/listctrl/Makefile.in?ds=sidebyside diff --git a/samples/listctrl/Makefile.in b/samples/listctrl/Makefile.in index dc00e01888..ccc6112cca 100644 --- a/samples/listctrl/Makefile.in +++ b/samples/listctrl/Makefile.in @@ -1,26 +1,21 @@ -# WXXT base directory -WXBASEDIR=@WXBASEDIR@ +# +# File: makefile.unx +# Author: Julian Smart +# Created: 1998 +# Updated: +# Copyright: (c) 1998 Julian Smart +# +# "%W% %G%" +# +# Makefile for listctrl 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/listctrl -# define library name -BIN_TARGET=listtest -# define library sources -BIN_SRC=\ -listtest.cpp +PROGRAM=listtest -#define library objects -BIN_OBJ=\ -listtest.o +OBJECTS=$(PROGRAM).o -# 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