Files
wxWidgets/utils/emulator/src/Makefile.in
Robert Roebling 46e87167f1 Further work on wxTextCrl.
Makefile fix for wxEmulator.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-07 10:18:46 +00:00

26 lines
422 B
Makefile

#
# File: Makefile.in
# Author: Julian Smart
# Created: 2002
# Updated:
# Copyright: (c) 2002 Julian Smart
#
# "%W% %G%"
#
# Makefile for PDA emulator
top_srcdir = @top_srcdir@/..
top_builddir = ../../..
program_dir = utils/emulator/src
PROGRAM=emulator
DATAFILES = default.wxe ipaq.wxe bluegradient.jpg ipaq01.jpg
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
-include $(DEPFILES)