home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / PSTREAMS.PAK / MAKEFILE < prev    next >
Text File  |  1995-08-29  |  995b  |  23 lines

  1. #*------------------------------------------------------------------------*/
  2. #*                                                                        */
  3. #*  MAKEFILE                                                              */
  4. #*                                                                        */
  5. #*  Copyright Borland International, 1993                                 */
  6. #*                                                                        */
  7. #*  Streaming example makefile                                            */
  8. #*                                                                        */
  9. #*------------------------------------------------------------------------*/
  10.  
  11. EXE    = stream0
  12. RESEXE = streams.res
  13. RESEXE_= streams.h
  14. EXEALL = stream0.exe stream1.exe stream2.exe
  15. EXEMAKE= $(STREAM0) $(STREAM1) $(STREAM2)
  16.  
  17. STREAM0 = $(EXERULE)
  18. STREAM1 = $(EXERULE:stream0=stream1)
  19. STREAM2 = $(EXERULE:stream0=stream2)
  20.  
  21. !include $(BCEXAMPLEDIR)\owlmake.gen
  22.  
  23.