File Makefile.in changed (mode: 100644) (index 13a09eb0..dc40abfb) |
... |
... |
manual: |
66 |
66 |
cd doc; $(MAKE) $(MFLAGS) $@ |
cd doc; $(MAKE) $(MFLAGS) $@ |
67 |
67 |
|
|
68 |
68 |
$(ZIPFILE): |
$(ZIPFILE): |
69 |
|
zip -9y $(ZIPFILE) README HISTORY IMPLEMNT *.spec *.mif \ |
|
|
69 |
|
zip -9y $(ZIPFILE) README HISTORY IMPLEMNT *.spec *.mif *.def \ |
70 |
70 |
Makefile.in config.h.in configure configure.ac config.guess \ |
Makefile.in config.h.in configure configure.ac config.guess \ |
71 |
71 |
config.sub x11/xcurses-config.in install-sh aclocal.m4 curses.h \ |
config.sub x11/xcurses-config.in install-sh aclocal.m4 curses.h \ |
72 |
72 |
curspriv.h panel.h term.h pdcurses/README \ |
curspriv.h panel.h term.h pdcurses/README \ |
73 |
73 |
pdcurses/*.c demos/README demos/*.c demos/*.h dos/README dos/*.c \ |
pdcurses/*.c demos/README demos/*.c demos/*.h dos/README dos/*.c \ |
74 |
74 |
dos/*.h dos/*.mak dos/*.lrf os2/README os2/*.c os2/*.h os2/*.mak \ |
dos/*.h dos/*.mak dos/*.lrf os2/README os2/*.c os2/*.h os2/*.mak \ |
75 |
|
os2/*.lrf os2/*.def sdl1/README sdl1/*.c sdl1/*.h sdl1/Make* \ |
|
76 |
|
win32/README win32/*.c win32/*.h win32/*.mak win32/*.def \ |
|
|
75 |
|
os2/*.lrf sdl1/README sdl1/*.c sdl1/*.h sdl1/Make* \ |
|
76 |
|
win32/README win32/*.c win32/*.h win32/*.mak \ |
77 |
77 |
win32/*.ico win32/*.rc x11/README x11/*.c x11/*.h x11/Makefile.* \ |
win32/*.ico win32/*.rc x11/README x11/*.c x11/*.h x11/Makefile.* \ |
78 |
78 |
x11/*.xbm doc/*.txt doc/manext.c doc/Makefile |
x11/*.xbm doc/*.txt doc/manext.c doc/Makefile |
79 |
79 |
|
|
|
... |
... |
zip: $(ZIPFILE) |
81 |
81 |
|
|
82 |
82 |
../$(TARBALL): |
../$(TARBALL): |
83 |
83 |
(cd ..; tar cvf - $(PDC_DIR)/README $(PDC_DIR)/HISTORY \ |
(cd ..; tar cvf - $(PDC_DIR)/README $(PDC_DIR)/HISTORY \ |
84 |
|
$(PDC_DIR)/IMPLEMNT $(PDC_DIR)/*.spec \ |
|
85 |
|
$(PDC_DIR)/*.mif $(PDC_DIR)/Makefile.in $(PDC_DIR)/aclocal.m4 \ |
|
|
84 |
|
$(PDC_DIR)/IMPLEMNT $(PDC_DIR)/*.spec $(PDC_DIR)/*.mif \ |
|
85 |
|
$(PDC_DIR)/*.def $(PDC_DIR)/Makefile.in $(PDC_DIR)/aclocal.m4 \ |
86 |
86 |
$(PDC_DIR)/config.h.in $(PDC_DIR)/configure \ |
$(PDC_DIR)/config.h.in $(PDC_DIR)/configure \ |
87 |
87 |
$(PDC_DIR)/config.guess $(PDC_DIR)/x11/xcurses-config.in \ |
$(PDC_DIR)/config.guess $(PDC_DIR)/x11/xcurses-config.in \ |
88 |
88 |
$(PDC_DIR)/config.sub $(PDC_DIR)/configure.ac \ |
$(PDC_DIR)/config.sub $(PDC_DIR)/configure.ac \ |
|
... |
... |
zip: $(ZIPFILE) |
93 |
93 |
$(PDC_DIR)/doc/*.txt $(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c \ |
$(PDC_DIR)/doc/*.txt $(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c \ |
94 |
94 |
$(PDC_DIR)/dos/*.h $(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf \ |
$(PDC_DIR)/dos/*.h $(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf \ |
95 |
95 |
$(PDC_DIR)/os2/README $(PDC_DIR)/os2/*.c $(PDC_DIR)/os2/*.h \ |
$(PDC_DIR)/os2/README $(PDC_DIR)/os2/*.c $(PDC_DIR)/os2/*.h \ |
96 |
|
$(PDC_DIR)/os2/*.mak $(PDC_DIR)/os2/*.lrf $(PDC_DIR)/os2/*.def \ |
|
|
96 |
|
$(PDC_DIR)/os2/*.mak $(PDC_DIR)/os2/*.lrf \ |
97 |
97 |
$(PDC_DIR)/sdl1/README $(PDC_DIR)/sdl1/*.c $(PDC_DIR)/sdl1/*.h \ |
$(PDC_DIR)/sdl1/README $(PDC_DIR)/sdl1/*.c $(PDC_DIR)/sdl1/*.h \ |
98 |
98 |
$(PDC_DIR)/sdl1/Make* $(PDC_DIR)/win32/README $(PDC_DIR)/win32/*.c \ |
$(PDC_DIR)/sdl1/Make* $(PDC_DIR)/win32/README $(PDC_DIR)/win32/*.c \ |
99 |
|
$(PDC_DIR)/win32/*.h $(PDC_DIR)/win32/*.mak $(PDC_DIR)/win32/*.def \ |
|
|
99 |
|
$(PDC_DIR)/win32/*.h $(PDC_DIR)/win32/*.mak \ |
100 |
100 |
$(PDC_DIR)/win32/*.ico $(PDC_DIR)/win32/*.rc $(PDC_DIR)/x11/README \ |
$(PDC_DIR)/win32/*.ico $(PDC_DIR)/win32/*.rc $(PDC_DIR)/x11/README \ |
101 |
101 |
$(PDC_DIR)/x11/*.c $(PDC_DIR)/x11/*.xbm $(PDC_DIR)/x11/*.h \ |
$(PDC_DIR)/x11/*.c $(PDC_DIR)/x11/*.xbm $(PDC_DIR)/x11/*.h \ |
102 |
102 |
$(PDC_DIR)/x11/Makefile.* $(PDC_DIR)/doc/manext.c \ |
$(PDC_DIR)/x11/Makefile.* $(PDC_DIR)/doc/manext.c \ |