X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/942be9a749f49ef03773666546ed436603d80008..36bec0acf0ffcf5279eb704b3cb965fb5184bc39:/samples/grid/Makefile.in diff --git a/samples/grid/Makefile.in b/samples/grid/Makefile.in index 6b9f1fdd09..5fb458727a 100644 --- a/samples/grid/Makefile.in +++ b/samples/grid/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 toolbar 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/grid -# define library name -BIN_TARGET=grid -# define library sources -BIN_SRC=\ -test.cpp +PROGRAM=grid -#define library objects -BIN_OBJ=\ -test.o +OBJECTS=test.o -# additional things needed to link -BIN_LINK= -# additional things needed to compile -ADD_COMPILE= +include ../../src/makeprog.env + -# include the definitions now -include ../../../template.mak