X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b127f3011fe1950a6b423c87560f026cdc90e4a3..01e4ec19805f0decf6adde30a9f77b03340d60b5:/utils/dialoged/src/Makefile.in diff --git a/utils/dialoged/src/Makefile.in b/utils/dialoged/src/Makefile.in index c4bf48b578..b6894097ff 100644 --- a/utils/dialoged/src/Makefile.in +++ b/utils/dialoged/src/Makefile.in @@ -1,28 +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 Tex2RTF (Unix) -# set the OS type for compilation -OS=@OS@ -# compile a library only -RULE=bin +top_srcdir = @top_srcdir@/.. +top_builddir = ../../.. +program_dir = utils/dialoged/src -# define library name -BIN_TARGET=dialoged -# define library sources -BIN_SRC=dialoged.cpp dlghndlr.cpp edlist.cpp edtree.cpp \ - reseditr.cpp reswrite.cpp symbtabl.cpp winprop.cpp winstyle.cpp +PROGRAM=DialogEd -#define library objects -BIN_OBJ=dialoged.o dlghndlr.o edlist.o edtree.o \ - reseditr.o reswrite.o symbtabl.o winprop.o winstyle.o - -# additional things needed to link -BIN_LINK= \ - -lwx_prop_gtk +OBJECTS = dialoged.o dlghndlr.o edlist.o edtree.o reseditr.o reswrite.o symbtabl.o winprop.o winstyle.o +DEPFILES= dialoged.d dlghndlr.d edlist.d edtree.d reseditr.d reswrite.d symbtabl.d winprop.d winstyle.d -# additional things needed to compile -ADD_COMPILE= \ - -I../../../wxprop/src +include ../../../src/makeprog.env -# include the definitions now -include ../../../../template.mak +-include $(DEPFILES)