home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / utils / hhp2cached / Makefile.in < prev    next >
Makefile  |  2001-07-22  |  284b  |  18 lines

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