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 / src / regex / makefile.g95 < prev    next >
Makefile  |  2001-10-24  |  229b  |  17 lines

  1.  
  2. ifeq ($(WXWIN),)
  3. WXWIN=../..
  4. endif
  5.  
  6. LIBTARGET=$(WXWIN)/lib/libregex.a
  7.  
  8. OBJECTS= \
  9.         regcomp.o \
  10.         regexec.o \
  11.         regerror.o \
  12.         regfree.o
  13.  
  14. # Pull in standard variable definitions
  15.  
  16. include $(WXWIN)/src/makelib.g95
  17.