home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / basedemo / persist / makefile.gcc < prev    next >
Makefile  |  1995-03-29  |  201b  |  11 lines

  1.  
  2. include ../../control/gccmak.ctl
  3.  
  4. perstest: perstest.o
  5.     $(CC) -o perstest perstest.o -L$(YACLLIB) -lio -lbase -lg++
  6.  
  7. perstest.o: perstest.cxx
  8.     $(CC) $(CCOPTS) perstest.cxx
  9.         
  10.         
  11.