comparison nt/makefile.w32-in @ 34642:03059a61bb11

(install): Copy directories to the correct places. (real_install): Remove obsolete target.
author Andrew Innes <andrewi@gnu.org>
date Sun, 17 Dec 2000 23:10:02 +0000
parents 9add78d15256
children 72dc0b4e554c
comparison
equal deleted inserted replaced
34641:4f3649f92e42 34642:03059a61bb11
139 - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin 139 - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin
140 - $(CP) ../lib-src/fns-*.el $(INSTALL_DIR)/bin 140 - $(CP) ../lib-src/fns-*.el $(INSTALL_DIR)/bin
141 - "$(INSTALL_DIR)/bin/addpm" /q 141 - "$(INSTALL_DIR)/bin/addpm" /q
142 - $(DEL) ../same-dir.tst 142 - $(DEL) ../same-dir.tst
143 - $(DEL) $(INSTALL_DIR)/same-dir.tst 143 - $(DEL) $(INSTALL_DIR)/same-dir.tst
144 - mkdir "$(INSTALL_DIR)/etc/icons"
145 - $(CP_DIR) icons $(INSTALL_DIR)/etc/icons
146 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst" 144 echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst"
147 $(IFNOTSAMEDIR) $(MAKE) $(MFLAGS) real_install $(ENDIF)
148 - $(DEL) ../same-dir.tst
149 - $(DEL) $(INSTALL_DIR)/same-dir.tst
150
151 install-other-dirs-CMD:
152 cd ..\lib-src
153 $(MAKE) $(MFLAGS) install
154 cd ..\src
155 $(MAKE) $(MFLAGS) install
156 cd ..\lisp
157 $(MAKE) $(MFLAGS) install
158 cd ..\leim
159 $(MAKE) $(MFLAGS) install
160 cd ..\nt
161
162 install-other-dirs-SH:
163 $(MAKE) $(MFLAGS) -C ../lib-src install
164 $(MAKE) $(MFLAGS) -C ../src install
165 $(MAKE) $(MFLAGS) -C ../lisp install
166 $(MAKE) $(MFLAGS) -C ../leim install
167
168 real_install:
169 - $(DEL) ../same-dir.tst
170 - $(DEL) $(INSTALL_DIR)/same-dir.tst
171 echo SameDirTest > $(INSTALL_DIR)/same-dir.tst
172 - mkdir "$(INSTALL_DIR)/etc" 145 - mkdir "$(INSTALL_DIR)/etc"
173 - mkdir "$(INSTALL_DIR)/info" 146 - mkdir "$(INSTALL_DIR)/info"
174 - mkdir "$(INSTALL_DIR)/lock" 147 - mkdir "$(INSTALL_DIR)/lock"
175 - mkdir "$(INSTALL_DIR)/data" 148 - mkdir "$(INSTALL_DIR)/data"
176 - mkdir "$(INSTALL_DIR)/site-lisp" 149 - mkdir "$(INSTALL_DIR)/site-lisp"
177 - mkdir "$(INSTALL_DIR)/etc/icons" 150 - mkdir "$(INSTALL_DIR)/etc/icons"
178 - $(CP_DIR) icons $(INSTALL_DIR)/etc/icons 151 $(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF)
179 $(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR)/etc $(ENDIF) 152 - $(CP_DIR) icons $(INSTALL_DIR)/etc
180 $(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR)/info $(ENDIF) 153 $(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF)
181 - $(DEL) ../same-dir.tst 154 - $(DEL) ../same-dir.tst
182 - $(DEL) $(INSTALL_DIR)/same-dir.tst 155 - $(DEL) $(INSTALL_DIR)/same-dir.tst
156
157 install-other-dirs-CMD:
158 cd ..\lib-src
159 $(MAKE) $(MFLAGS) install
160 cd ..\src
161 $(MAKE) $(MFLAGS) install
162 cd ..\lisp
163 $(MAKE) $(MFLAGS) install
164 cd ..\leim
165 $(MAKE) $(MFLAGS) install
166 cd ..\nt
167
168 install-other-dirs-SH:
169 $(MAKE) $(MFLAGS) -C ../lib-src install
170 $(MAKE) $(MFLAGS) -C ../src install
171 $(MAKE) $(MFLAGS) -C ../lisp install
172 $(MAKE) $(MFLAGS) -C ../leim install
183 173
184 # 174 #
185 # Maintenance 175 # Maintenance
186 # 176 #
187 clean: clean-other-dirs-$(SHELLTYPE) 177 clean: clean-other-dirs-$(SHELLTYPE)