| 256 | | !ifdef COPY_LISP_SOURCE |
|---|
| 257 | | if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp |
|---|
| 258 | | if not exist .\same-dir.tst $(CP_DIR) *.el $(INSTALL_DIR)\lisp |
|---|
| 259 | | if not exist .\same-dir.tst $(CP_DIR) *.xpm $(INSTALL_DIR)\lisp |
|---|
| 260 | | if not exist .\same-dir.tst $(CP_DIR) *.pbm $(INSTALL_DIR)\lisp |
|---|
| 261 | | !else |
|---|
| 262 | | if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp |
|---|
| 263 | | if not exist .\same-dir.tst $(CP_DIR) *.xpm $(INSTALL_DIR)\lisp |
|---|
| 264 | | if not exist .\same-dir.tst $(CP_DIR) *.pbm $(INSTALL_DIR)\lisp |
|---|
| 265 | | if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp |
|---|
| 266 | | if not exist .\same-dir.tst $(CP) cus-start.el $(INSTALL_DIR)\lisp |
|---|
| 267 | | if not exist .\same-dir.tst $(CP) emacs-lisp\cl-specs.el $(INSTALL_DIR)\lisp\emacs-lisp |
|---|
| 268 | | if not exist .\same-dir.tst $(CP) eshell\esh-maint.el $(INSTALL_DIR)\lisp\eshell |
|---|
| 269 | | if not exist .\same-dir.tst $(CP) eshell\esh-groups.el $(INSTALL_DIR)\lisp\eshell |
|---|
| 270 | | if not exist .\same-dir.tst $(CP) finder-inf.el $(INSTALL_DIR)\lisp |
|---|
| 271 | | if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp |
|---|
| 272 | | if not exist .\same-dir.tst $(CP) generic-x.el $(INSTALL_DIR)\lisp |
|---|
| 273 | | if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp |
|---|
| 274 | | if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp |
|---|
| 275 | | if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp |
|---|
| 276 | | if not exist .\same-dir.tst $(CP) mail\blessmail.el $(INSTALL_DIR)\lisp\mail |
|---|
| 277 | | if not exist .\same-dir.tst $(CP) play\bruce.el $(INSTALL_DIR)\lisp\play |
|---|
| 278 | | if not exist .\same-dir.tst $(CP) international\latin-*.el $(INSTALL_DIR)\lisp\international |
|---|
| 279 | | if not exist .\same-dir.tst $(CP) international\mule-conf.el $(INSTALL_DIR)\lisp\international |
|---|
| | 256 | #!ifdef COPY_LISP_SOURCE |
|---|
| | 257 | if not exist .\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp |
|---|
| | 258 | #!else |
|---|
| | 259 | # if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp |
|---|
| | 260 | # if not exist .\same-dir.tst $(CP_DIR) *.xpm $(INSTALL_DIR)\lisp |
|---|
| | 261 | # if not exist .\same-dir.tst $(CP_DIR) *.pbm $(INSTALL_DIR)\lisp |
|---|
| | 262 | # if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp |
|---|
| | 263 | # if not exist .\same-dir.tst $(CP) cus-start.el $(INSTALL_DIR)\lisp |
|---|
| | 264 | # if not exist .\same-dir.tst $(CP) emacs-lisp\cl-specs.el $(INSTALL_DIR)\lisp\emacs-lisp |
|---|
| | 265 | # if not exist .\same-dir.tst $(CP) eshell\esh-maint.el $(INSTALL_DIR)\lisp\eshell |
|---|
| | 266 | # if not exist .\same-dir.tst $(CP) eshell\esh-groups.el $(INSTALL_DIR)\lisp\eshell |
|---|
| | 267 | # if not exist .\same-dir.tst $(CP) finder-inf.el $(INSTALL_DIR)\lisp |
|---|
| | 268 | # if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp |
|---|
| | 269 | # if not exist .\same-dir.tst $(CP) generic-x.el $(INSTALL_DIR)\lisp |
|---|
| | 270 | # if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp |
|---|
| | 271 | # if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp |
|---|
| | 272 | # if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp |
|---|
| | 273 | # if not exist .\same-dir.tst $(CP) mail\blessmail.el $(INSTALL_DIR)\lisp\mail |
|---|
| | 274 | # if not exist .\same-dir.tst $(CP) play\bruce.el $(INSTALL_DIR)\lisp\play |
|---|
| | 275 | # if not exist .\same-dir.tst $(CP) international\latin-*.el $(INSTALL_DIR)\lisp\international |
|---|
| | 276 | # if not exist .\same-dir.tst $(CP) international\mule-conf.el $(INSTALL_DIR)\lisp\international |
|---|
| | 277 | # !endif |
|---|
| | 278 | - $(DEL) ..\same-dir.tst |
|---|