2000-01-17 14:56:42 -05:00
|
|
|
#
|
|
|
|
# File: Makefile.in
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for plot example (UNIX).
|
|
|
|
|
2000-02-10 13:43:33 -05:00
|
|
|
top_srcdir = @top_srcdir@/..
|
2000-01-17 14:56:42 -05:00
|
|
|
top_builddir = ../..
|
|
|
|
program_dir = samples/plot
|
|
|
|
|
|
|
|
PROGRAM=plot
|
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|