update
[midnight-commander.git] / os2 / Makefile
blobd22a8aa74f4bd863e61bfe6db9144e343913f045
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 OS/2, use Makefile.release instead.
6 # Please read the file README.OS2 in the top directory of the distribution
9 include ../Make.common
11 FILES = Makefile Makefile.EMX Makefile.BC2 Makefile.OS2 chmod.os2.c config.h \
12 cons.handler.os2.c cons.saver.h direct.h dirent.h dirent.os2.c \
13 drive.h drive.os2.c inst.cmd key.os2.c mc.def mc.ico slint.os2.c \
14 util.os2.c
16 FILESSYS = sys/param.h sys/time.h
18 all:
20 TAGS: $(FILES)
21 etags $(FILES)
23 clean realclean distclean cross:
25 install:
27 uninstall:
29 depend dep:
31 fastdeploc:
33 distcopy:
34 -mkdir ../../mc-$(VERSION)/os2
35 $(CP) $(FILES) ../../mc-$(VERSION)/os2
36 -mkdir ../../mc-$(VERSION)/os2/sys
37 $(CP) $(FILESSYS) ../../mc-$(VERSION)/os2/sys