]>
Commit | Line | Data |
---|---|---|
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 | |
1197380c | 12 | DEPFILES=$(PROGRAM).d |
d572bb75 VS |
13 | |
14 | include ../../src/makeprog.env | |
15 | ||
1197380c | 16 | -include $(DEPFILES) |
d572bb75 | 17 |