]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/Makefile.in
Removed xpm[d].lib
[wxWidgets.git] / utils / dialoged / src / Makefile.in
index 02414a2cb467afcae147a2e793ac45128e5a0ebc..e67ec92be13eed8cd78041a46b64acb1c181dfb3 100644 (file)
@@ -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 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=
+OBJECTS = dialoged.o dlghndlr.o edlist.o edtree.o reseditr.o reswrite.o symbtabl.o winprop.o winstyle.o
 
-# additional things needed to compile
-ADD_COMPILE=
+include ../../../src/makeprog.env
 
-# include the definitions now
-include ../../../../template.mak