1998-10-18 22:31:48 +00:00
|
|
|
#
|
1999-08-12 19:24:39 +00:00
|
|
|
# File: Makefile.in
|
1998-10-18 22:31:48 +00:00
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for controls example (UNIX).
|
|
|
|
|
1999-08-12 19:24:39 +00:00
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
top_builddir = ../..
|
|
|
|
|
1999-08-14 09:41:49 +00:00
|
|
|
VPATH = :$(top_srcdir)/samples/controls
|
|
|
|
|
1998-10-18 22:31:48 +00:00
|
|
|
PROGRAM=controls
|
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|