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

  1. #
  2. # File:        Makefile.in
  3. # Author:    Julian Smart
  4. # Created:    2000
  5. # Updated:    
  6. # Copyright:    (c) 2000 Julian Smart
  7. #
  8. # "%W% %G%"
  9. #
  10. # Makefile for the multicell example (UNIX).
  11.  
  12. top_srcdir = @top_srcdir@/..
  13. top_builddir = ../../..
  14. program_dir = contrib/samples/applet
  15.  
  16. PROGRAM=monitor
  17.  
  18. DATAFILES=about.html index.html
  19.  
  20. OBJECTS=applet.o dialogs_wdr.o monitorapplet.o combobox.o
  21.  
  22. APPEXTRALIBS=$(top_builddir)/lib/lib@WX_LIBRARY_BASENAME@_applet-@WX_RELEASE@.@WX_TARGET_LIBRARY_TYPE@
  23. APPEXTRADEFS=-I$(top_srcdir)/contrib/include
  24.  
  25. include $(top_builddir)/src/makeprog.env
  26.