mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
The symbolic "xcurses.h" is really not needed.
This commit is contained in:
11
Makefile.in
11
Makefile.in
@@ -73,13 +73,10 @@ distclean ::
|
||||
manual:
|
||||
cd tools; $(MAKE) $(MFLAGS) $@
|
||||
|
||||
xcurses.h:
|
||||
ln -s curses.h $@
|
||||
|
||||
$(ZIPFILE): xcurses.h
|
||||
$(ZIPFILE):
|
||||
zip -9y $(ZIPFILE) README HISTORY INSTALL TODO *.spec version \
|
||||
Makefile.in config.h.in configure xcurses-config.in configure.ac \
|
||||
config.guess config.sub install-sh aclocal.m4 curses.h xcurses.h \
|
||||
config.guess config.sub 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/*.rsp dos/*.mak \
|
||||
@@ -92,14 +89,14 @@ $(ZIPFILE): xcurses.h
|
||||
|
||||
zip: $(ZIPFILE)
|
||||
|
||||
../$(TARBALL): xcurses.h
|
||||
../$(TARBALL):
|
||||
(cd ..; tar cvf - $(PDC_DIR)/README $(PDC_DIR)/HISTORY \
|
||||
$(PDC_DIR)/INSTALL $(PDC_DIR)/TODO $(PDC_DIR)/*.spec \
|
||||
$(PDC_DIR)/version $(PDC_DIR)/Makefile.in $(PDC_DIR)/aclocal.m4 \
|
||||
$(PDC_DIR)/config.h.in $(PDC_DIR)/configure $(PDC_DIR)/config.guess \
|
||||
$(PDC_DIR)/xcurses-config.in $(PDC_DIR)/config.sub \
|
||||
$(PDC_DIR)/configure.ac $(PDC_DIR)/install-sh \
|
||||
$(PDC_DIR)/curses.h $(PDC_DIR)/xcurses.h $(PDC_DIR)/curspriv.h \
|
||||
$(PDC_DIR)/curses.h $(PDC_DIR)/curspriv.h \
|
||||
$(PDC_DIR)/panel.h $(PDC_DIR)/term.h $(PDC_DIR)/maintain.er \
|
||||
$(PDC_DIR)/pdcurses/README $(PDC_DIR)/pdcurses/*.c \
|
||||
$(PDC_DIR)/demos/README $(PDC_DIR)/demos/*.c $(PDC_DIR)/demos/*.h \
|
||||
|
||||
Reference in New Issue
Block a user