home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / utils sync / JetSync 1.0 / jetsync-1.0.exe / jetsync-1.0 / Makefile < prev    next >
Encoding:
Makefile  |  1999-10-26  |  268 b   |  18 lines

  1. # Generated automatically from Makefile.in by configure.
  2. DIRS = src
  3. VERSION = 1.0
  4.  
  5. all:
  6.     @make -C $(DIRS)
  7.  
  8. clean:
  9.     @make clean -C $(DIRS)
  10.  
  11. debug:
  12.     @make debug -C $(DIRS)
  13.  
  14. distribution:
  15.     ( cd ..; tar -zcf jetsync-$(VERSION).tgz jetsync-$(VERSION))
  16. stop:
  17.     @echo __EOF__
  18.