2003-02-17 05:15:02 -05:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
2003-05-24 16:06:46 -04:00
|
|
|
# Makefile for access example (UNIX).
|
2003-02-17 05:15:02 -05:00
|
|
|
|
|
|
|
top_srcdir = @top_srcdir@/..
|
|
|
|
top_builddir = ../..
|
2003-05-24 16:06:46 -04:00
|
|
|
program_dir = samples/access
|
2003-02-17 05:15:02 -05:00
|
|
|
|
|
|
|
PROGRAM=accesstest
|
|
|
|
|
|
|
|
OBJECTS =$(PROGRAM).o
|
|
|
|
DEPFILES=$(PROGRAM).d
|
|
|
|
|
|
|
|
RESOPTIONS=-i $(top_srcdir)/$(program_dir) mondrian.r
|
|
|
|
SETOPTIONS=-a C
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|
|
|
|
@IF_GNU_MAKE@-include $(DEPFILES)
|