wxWidgets/mobile/wxedit/Makefile.in
Robert Roebling 0106a22628 Added first test app to "mobile".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 14:50:00 +00:00

24 lines
357 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 = mobile/wxedit
PROGRAM=wxedit
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
@IF_GNU_MAKE@-include $(DEPFILES)