mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
0c81f3a1bf
to ... * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this * Make.common.in: support for "distdir" for compatability with Automake-generated makefiles * autogen.sh: run automake. Force cache - it is off by default in autoconf 2.49a, but it's still handy for maintainers * configure.in: adapted for Automake
18 lines
694 B
Makefile
18 lines
694 B
Makefile
#
|
|
# This makefile is for making the distribution on Unix
|
|
# You won't be able to compile with this one the Midnight Commander
|
|
# on Windows NT or OS/2
|
|
#
|
|
# Please read the file README in this directory if you want to compile
|
|
# the Midnight Commander for Windows NT or OS/2
|
|
#
|
|
|
|
EXTRA_DIST = BUGS Makefile.BC2 Makefile.BC5 Makefile.EMX \
|
|
Makefile.MIN Makefile.IBM Makefile.PC Makefile.VC4 \
|
|
Makefile.RSX README TODO ChangeLog chmod.c config.h \
|
|
cons_nt.c cons_os2.c dirent.h dirent_nt.c dirent_os2.c \
|
|
drive.c drive.h key_nt.c key_os2.c mc.def mc.rc mc_nt.ico \
|
|
mc_os2.ico slint_pc.c trace_nt.c trace_nt.h util_nt.c \
|
|
util_os2.c util_win32.c util_win32.h util_winnt.c \
|
|
sys/param.h sys/time.h
|