home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / contrib / samples / fl / fl_sample2 / Makefile.in < prev    next >
Makefile  |  2002-09-23  |  602b  |  26 lines

  1. #
  2. # File:         Makefile
  3. # Author:       Hans Van Leemputten
  4. # Created:      2001
  5. # Updated:
  6. # Copyright:    (c) wxWorkshop team, 2001
  7. #
  8. # "%W% %G%"
  9. #
  10. # Makefile : Builds sample on UNIX/Linux.
  11.  
  12. top_srcdir = @top_srcdir@/..
  13. top_builddir = ../../../..
  14.  
  15. TARGET = fl_sample2
  16.  
  17. program_dir = contrib/samples/fl/$(TARGET)
  18.  
  19. APPEXTRADEFS = -I$(top_srcdir)/contrib/include -DBMP_DIR=\"../bitmaps/\"
  20. APPEXTRALIBS = $(top_builddir)/lib/lib@WX_LIBRARY_BASENAME@_fl-@WX_RELEASE@.@WX_TARGET_LIBRARY_TYPE@
  21.  
  22. PROGRAM = $(TARGET)
  23. OBJECTS = $(TARGET).o
  24.  
  25. include $(top_builddir)/src/makeprog.env
  26.