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 / makegen / Makefile.in < prev    next >
Makefile  |  2001-07-22  |  642b  |  25 lines

  1. # Purpose: makefile for makegen example (UNIX).
  2. # Created: 2000-01-03
  3.  
  4. top_srcdir = @top_srcdir@/..
  5. top_builddir = ../..
  6. program_dir = utils/makegen
  7.  
  8. PROGRAM=makegen
  9.  
  10. DATADIRS = templates
  11. DATAFILES = templates/Makefile.in templates/makefile.b32 \
  12.             templates/makefile.bcc templates/makefile.dos \
  13.             templates/makefile.g95 templates/makefile.sc \
  14.             templates/makefile.sl templates/makefile.twn \
  15.             templates/makefile.unx templates/makefile.vc \
  16.             templates/makefile.wat
  17.  
  18. OBJECTS=$(PROGRAM).o
  19. DEPFILES=$(PROGRAM).d
  20.  
  21. include ../../src/makeprog.env
  22.  
  23. -include $(DEPFILES)
  24.  
  25.