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 / contrib / samples / fl / fl_sample1 / Makefile.in < prev    next >
Makefile  |  2001-07-24  |  567b  |  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_sample1
  16.  
  17. program_dir = contrib/samples/fl/$(TARGET)
  18.  
  19. APPEXTRADEFS = -I$(top_srcdir)/contrib/include -DBMP_DIR=\"../bitmaps/\"
  20. APPEXTRALIBS = $(top_builddir)/lib/libfl.@WX_TARGET_LIBRARY_TYPE@
  21.  
  22. PROGRAM = $(TARGET)
  23. OBJECTS = $(TARGET).o
  24.  
  25. include $(top_builddir)/src/makeprog.env
  26.