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 / templates / Makefile.in < prev    next >
Makefile  |  2001-07-22  |  269b  |  16 lines

  1. # Purpose: makefile for #NAME example (UNIX).
  2. # Created: #DATE
  3.  
  4. top_srcdir = @top_srcdir@/..
  5. top_builddir = ../..
  6. program_dir = samples/#NAME
  7.  
  8. PROGRAM=#NAME
  9.  
  10. OBJECTS=$(PROGRAM).o
  11. DEPFILES=$(PROGRAM).d
  12.  
  13. include ../../src/makeprog.env
  14.  
  15. -include $DEPFILES)
  16.