Makefile 827 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # This makefile is for making the distribution on Unix
  3. # You won't be able to compile with this one the Midnight Commander
  4. # on Windows NT, use Makefile.NT instead.
  5. #
  6. # Please read the file README.NT in the top directory of the distribution
  7. #
  8. include ../Make.common
  9. FILES = Makefile TODO dirent.c mc.ico bugs mc.rc config.h dirent.h \
  10. Makefile.NT chmod.nt.c drive.nt.c slint.nt.c cons.handler.nt.c \
  11. key.nt.c utilnt.c Makefile.NT Makefile.VC4 Makefile.BC5 \
  12. util.WinNT.c util.debug.c util.Win32.c util.Win32.h util.debug.h \
  13. drive.h
  14. FILESSYS = sys/param.h sys/time.h
  15. all:
  16. TAGS: $(FILES)
  17. etags $(FILES)
  18. clean realclean distclean cross:
  19. install:
  20. uninstall:
  21. depend dep:
  22. fastdeploc:
  23. distcopy:
  24. $(CP) $(FILES) ../../mc-$(VERSION)/nt
  25. -mkdir ../../mc-$(VERSION)/nt/sys
  26. $(CP) $(FILESSYS) ../../mc-$(VERSION)/nt/sys