home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2240.zip
/
wxWindows-2.4.0
/
samples
/
keyboard
/
Makefile.in
< prev
next >
Wrap
Makefile
|
2002-04-08
|
401b
|
24 lines
#
# File: makefile.unx
# Author: Julian Smart
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for keyboard example (UNIX).
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/keyboard
PROGRAM=keyboard
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
@IF_GNU_MAKE@-include $(DEPFILES)