2000-01-19 23:04:33 +00:00
|
|
|
# Purpose: makefile for hhp2cached (UNIX).
|
|
|
|
# Created: 2000-01-19
|
|
|
|
|
2000-01-31 18:31:18 +00:00
|
|
|
top_srcdir = @top_srcdir@/..
|
2000-01-19 23:04:33 +00:00
|
|
|
top_builddir = ../..
|
|
|
|
program_dir = utils/hhp2cached
|
|
|
|
|
|
|
|
PROGRAM=hhp2cached
|
|
|
|
|
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
2001-07-22 14:19:42 +00:00
|
|
|
DEPFILES=$(PROGRAM).d
|
2000-01-19 23:04:33 +00:00
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|
2001-07-22 14:19:42 +00:00
|
|
|
-include $(DEPFILES)
|
2000-01-19 23:04:33 +00:00
|
|
|
|