2000-01-03 13:45:00 +00:00
|
|
|
# Purpose: makefile for makegen example (UNIX).
|
|
|
|
# Created: 2000-01-03
|
|
|
|
|
2000-01-31 18:31:18 +00:00
|
|
|
top_srcdir = @top_srcdir@/..
|
2000-01-03 13:45:00 +00:00
|
|
|
top_builddir = ../..
|
|
|
|
program_dir = utils/makegen
|
|
|
|
|
|
|
|
PROGRAM=makegen
|
|
|
|
|
2000-01-16 13:25:47 +00:00
|
|
|
DATADIRS = templates
|
|
|
|
DATAFILES = templates/Makefile.in templates/makefile.b32 \
|
|
|
|
templates/makefile.bcc templates/makefile.dos \
|
|
|
|
templates/makefile.g95 templates/makefile.sc \
|
|
|
|
templates/makefile.sl templates/makefile.twn \
|
|
|
|
templates/makefile.unx templates/makefile.vc \
|
|
|
|
templates/makefile.wat
|
|
|
|
|
2000-01-03 13:45:00 +00:00
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|
2000-01-16 13:25:47 +00:00
|
|
|
|