X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0be4095abb8ef117e63e1db7f9d80831353a9e7c..0141d2c9bd1033b773847447029f4598b7d9e90e:/samples/config/Makefile.in diff --git a/samples/config/Makefile.in b/samples/config/Makefile.in index 95613d0b42..2d556250e6 100644 --- a/samples/config/Makefile.in +++ b/samples/config/Makefile.in @@ -1,24 +1,21 @@ -# WXXT base directory -WXBASEDIR=@WXBASEDIR@ +# +# File: Makefile.in +# Author: Julian Smart +# Created: 1998 +# Updated: +# Copyright: (c) 1998 Julian Smart +# +# "%W% %G%" +# +# Makefile for config 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/config -# define library name -BIN_TARGET=conftest -# define library sources -BIN_SRC=conftest.cpp +PROGRAM=conftest -#define library objects -BIN_OBJ=conftest.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