home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / internat / Makefile.in < prev    next >
Makefile  |  2002-01-25  |  529b  |  30 lines

  1. #
  2. # File:        Makefile
  3. # Author:    Julian Smart
  4. # Created:    1998
  5. # Updated:    
  6. # Copyright:    (c) 1998 Julian Smart
  7. #
  8. # "%W% %G%"
  9. #
  10. # Makefile for internat example (UNIX).
  11.  
  12. top_srcdir = @top_srcdir@/..
  13. top_builddir = ../..
  14. program_dir = samples/internat
  15.  
  16. DATAFILES=fr/internat.po fr/internat.mo \
  17.     de/internat.po de/internat.mo \
  18.     ru/internat.po ru/internat.mo
  19.  
  20. DATADIRS=fr de ru
  21.  
  22. PROGRAM=internat
  23.  
  24. OBJECTS =$(PROGRAM).o
  25. DEPFILES=$(PROGRAM).d
  26.  
  27. include ../../src/makeprog.env
  28.  
  29. @IF_GNU_MAKE@-include $(DEPFILES)
  30.