mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Make 'em .mif all around. (Originally I intended "version" to be sourced
from scripts as well as makefiles, but it's only used for makefiles now.)
This commit is contained in:
25
Makefile.in
25
Makefile.in
@@ -20,7 +20,7 @@ SHLPRE = @SHLPRE@
|
||||
SHLPST = @SHLPST@
|
||||
SHLFILE = XCurses
|
||||
|
||||
include $(srcdir)/version
|
||||
include $(srcdir)/version.mif
|
||||
|
||||
PDC_DIR=PDCurses-$(VERDOT)
|
||||
|
||||
@@ -70,24 +70,23 @@ manual:
|
||||
cd tools; $(MAKE) $(MFLAGS) $@
|
||||
|
||||
$(ZIPFILE):
|
||||
zip -9y $(ZIPFILE) README HISTORY INSTALL TODO *.spec version \
|
||||
libobjs wccinc Makefile.in config.h.in configure \
|
||||
configure.ac config.guess config.sub x11/xcurses-config.in \
|
||||
install-sh aclocal.m4 curses.h curspriv.h panel.h term.h \
|
||||
maintain.er pdcurses/README pdcurses/*.c demos/README demos/*.c \
|
||||
demos/*.h panel/README panel/*.c dos/README dos/*.c dos/*.h \
|
||||
dos/*.rsp dos/*.mak dos/*.lrf os2/README os2/*.c os2/*.mak \
|
||||
os2/*.lrf os2/*.def x11/README x11/*.c x11/*.xbm x11/*.h \
|
||||
win32/README win32/*.c win32/*.mak win32/*.def win32/*.ico \
|
||||
win32/*.rc doc/*.man tools/manext.c x11/Makefile.* tools/Makefile.in
|
||||
zip -9y $(ZIPFILE) README HISTORY INSTALL TODO *.spec *.mif \
|
||||
Makefile.in config.h.in configure configure.ac config.guess \
|
||||
config.sub x11/xcurses-config.in install-sh aclocal.m4 curses.h \
|
||||
curspriv.h panel.h term.h maintain.er pdcurses/README \
|
||||
pdcurses/*.c demos/README demos/*.c demos/*.h panel/README \
|
||||
panel/*.c dos/README dos/*.c dos/*.h dos/*.rsp dos/*.mak \
|
||||
dos/*.lrf os2/README os2/*.c os2/*.mak os2/*.lrf os2/*.def \
|
||||
x11/README x11/*.c x11/*.xbm x11/*.h win32/README win32/*.c \
|
||||
win32/*.mak win32/*.def win32/*.ico win32/*.rc doc/*.man \
|
||||
tools/manext.c x11/Makefile.* tools/Makefile.in
|
||||
|
||||
zip: $(ZIPFILE)
|
||||
|
||||
../$(TARBALL):
|
||||
(cd ..; tar cvf - $(PDC_DIR)/README $(PDC_DIR)/HISTORY \
|
||||
$(PDC_DIR)/INSTALL $(PDC_DIR)/TODO $(PDC_DIR)/*.spec \
|
||||
$(PDC_DIR)/version $(PDC_DIR)/libobjs $(PDC_DIR)/wccinc \
|
||||
$(PDC_DIR)/Makefile.in $(PDC_DIR)/aclocal.m4 \
|
||||
$(PDC_DIR)/*.mif $(PDC_DIR)/Makefile.in $(PDC_DIR)/aclocal.m4 \
|
||||
$(PDC_DIR)/config.h.in $(PDC_DIR)/configure \
|
||||
$(PDC_DIR)/config.guess $(PDC_DIR)/x11/xcurses-config.in \
|
||||
$(PDC_DIR)/config.sub $(PDC_DIR)/configure.ac \
|
||||
|
||||
@@ -21,8 +21,8 @@ MODEL = l
|
||||
|
||||
O = obj
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\libobjs
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
!include $(PDCURSES_HOME)\libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)\dos
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
|
||||
O = o
|
||||
|
||||
include $(PDCURSES_HOME)/version
|
||||
include $(PDCURSES_HOME)/libobjs
|
||||
include $(PDCURSES_HOME)/version.mif
|
||||
include $(PDCURSES_HOME)/libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)/dos
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ SIZE = LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT
|
||||
|
||||
O = obj
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\libobjs
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
!include $(PDCURSES_HOME)\libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)\dos
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ SIZE = LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT
|
||||
|
||||
O = objs
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\libobjs
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
!include $(PDCURSES_HOME)\libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)\dos
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ MODEL = l
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)\dos
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ PDCURSES_HOME = $(%PDCURSES_SRCDIR)
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)\dos
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
|
||||
O = obj
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\libobjs
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
!include $(PDCURSES_HOME)\libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)\os2
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@ PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
|
||||
O = o
|
||||
|
||||
include $(PDCURSES_HOME)/version
|
||||
include $(PDCURSES_HOME)/libobjs
|
||||
include $(PDCURSES_HOME)/version.mif
|
||||
include $(PDCURSES_HOME)/libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)/os2
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
|
||||
O = obj
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\libobjs
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
!include $(PDCURSES_HOME)\libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)\os2
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ PDCURSES_HOME = $(%PDCURSES_SRCDIR)
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)\os2
|
||||
|
||||
|
||||
2
version.mif
Normal file
2
version.mif
Normal file
@@ -0,0 +1,2 @@
|
||||
VER = 30
|
||||
VERDOT = 3.0
|
||||
@@ -20,8 +20,8 @@ PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
|
||||
O = obj
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\libobjs
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
!include $(PDCURSES_HOME)\libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)/win32
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
|
||||
O = o
|
||||
|
||||
include $(PDCURSES_HOME)/version
|
||||
include $(PDCURSES_HOME)/libobjs
|
||||
include $(PDCURSES_HOME)/version.mif
|
||||
include $(PDCURSES_HOME)/libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)/win32
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
|
||||
O = o
|
||||
|
||||
include $(PDCURSES_HOME)/version
|
||||
include $(PDCURSES_HOME)/libobjs
|
||||
include $(PDCURSES_HOME)/version.mif
|
||||
include $(PDCURSES_HOME)/libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)/win32
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@ PDCURSES_HOME = $(PDCURSES_SRCDIR)
|
||||
|
||||
O = obj
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\libobjs
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
!include $(PDCURSES_HOME)\libobjs.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)/win32
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ PDCURSES_HOME = $(%PDCURSES_SRCDIR)
|
||||
# Nothing below here should require changing.
|
||||
################################################################################
|
||||
|
||||
!include $(PDCURSES_HOME)\version
|
||||
!include $(PDCURSES_HOME)\version.mif
|
||||
|
||||
osdir = $(PDCURSES_HOME)\win32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user