2000-03-01 06:05:49 -05:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for dragimag example (UNIX).
|
|
|
|
|
|
|
|
top_srcdir = @top_srcdir@/..
|
|
|
|
top_builddir = ../..
|
|
|
|
program_dir = samples/dragimag
|
|
|
|
|
|
|
|
PROGRAM=test
|
|
|
|
|
2000-03-02 14:18:45 -05:00
|
|
|
DATAFILES = backgrnd.png shape01.png shape02.png shape03.png
|
2000-03-01 15:11:17 -05:00
|
|
|
|
2000-03-01 06:05:49 -05:00
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|