d572bb75 VS |
1 | # Purpose: makefile for hhp2cached (UNIX). |
2 | # Created: 2000-01-19 |
3 | |
48fe8374 |
4 | top_srcdir = @top_srcdir@/.. |
d572bb75 VS |
5 | top_builddir = ../.. |
6 | program_dir = utils/hhp2cached |
7 | |
8 | PROGRAM=hhp2cached |
9 | |
10 | |
11 | OBJECTS=$(PROGRAM).o |
12 | |
13 | include ../../src/makeprog.env |
14 | |
15 | |