home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / sdkjava40.exe / data1.cab / fg_Samples / Samples / Profiler / makefile
Encoding:
Makefile  |  2000-05-04  |  363 b   |  17 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 ..\heapmon
  15.          $(MAKE)
  16.          cd ..
  17.