home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / contrib / src / fl / makefile.g95 < prev    next >
Makefile  |  2001-07-24  |  389b  |  21 lines

  1. #
  2. # File:         makefile.g95
  3. # Author:       Hans Van Leemputten
  4. # Created:      2001
  5. # Updated:
  6. # Copyright:    (c) wxWorkshop team, 2001
  7. #
  8. # Makefile for wxWindows FrameLayout library (Cygwin/Mingw32).
  9.  
  10. WXDIR = ../../..
  11. LIB_NAME = fl
  12. OBJ_EXT    = o
  13.  
  14. include files.lst
  15.  
  16. LIBTARGET=$(WXDIR)/lib/lib$(LIB_NAME).a
  17. OBJECTS = $(FL_OBJECTS)
  18.  
  19. include $(WXDIR)/src/makelib.g95
  20.  
  21.