Deleted Added
full compact
NWGNUmakefile (251886) NWGNUmakefile (272076)
1#
2# Declare the sub-directories to be built here
3#
4
5SUBDIRS = \
6 $(EOLIST)
7
8#

--- 221 unchanged lines hidden (view full) ---

230
231nlms :: libs $(TARGET_nlm)
232
233#
234# Updated this target to create necessary directories and copy files to the
235# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
236#
237install :: nlms $(INSTDIRS) FORCE
1#
2# Declare the sub-directories to be built here
3#
4
5SUBDIRS = \
6 $(EOLIST)
7
8#

--- 221 unchanged lines hidden (view full) ---

230
231nlms :: libs $(TARGET_nlm)
232
233#
234# Updated this target to create necessary directories and copy files to the
235# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
236#
237install :: nlms $(INSTDIRS) FORCE
238 copy $(OBJDIR)\*.nlm $(INSTALLBASE)
238 $(call COPY,$(OBJDIR)/*.nlm,$(INSTALLBASE))
239
240#
241# Any specialized rules here
242#
243
244#
245# Include the 'tail' makefile that has targets that depend on variables defined
246# in this makefile
247#
248
249include $(APRBUILD)/NWGNUtail.inc
250
251
239
240#
241# Any specialized rules here
242#
243
244#
245# Include the 'tail' makefile that has targets that depend on variables defined
246# in this makefile
247#
248
249include $(APRBUILD)/NWGNUtail.inc
250
251