home *** CD-ROM | disk | FTP | other *** search
/ Enter 1999 November / ENTER11_1.bin / WARSZTAT / SDKJava32.exe / data1.cab / fg_Samples / Samples / Profiler / makefile next >
Encoding:
Makefile  |  1999-03-17  |  321 b   |  15 lines

  1. # ----------------------------------------------------------------------------
  2. #
  3. # ----------------------------------------------------------------------------
  4.  
  5. !if "$(CMDLINE)" == ""
  6. CMDLINE = nmake
  7. !endif
  8.  
  9. all :
  10.          cd sampmon
  11.          $(MAKE)
  12.          cd ..\jviewprf
  13.          $(MAKE)
  14.          cd ..
  15.