wxWidgets/samples/mobile/wxedit/Makefile.in
Robert Roebling 8f4a9a1025 Moved mobile dir.
Made enable-no_rtti etc NO default.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-18 16:41:35 +00:00

24 lines
371 B
Makefile

#
# File: makefile
# Author: Robert Roebling
# Created: 2002
# Updated:
# Copyright: (c) 2002 Robert Roebling
#
# "%W% %G%"
#
# Makefile for wxedit
top_srcdir = @top_srcdir@/..
top_builddir = ../../..
program_dir = samples/mobile/wxedit
PROGRAM=wxedit
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
@IF_GNU_MAKE@-include $(DEPFILES)