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