NWGNUmakefile revision 0662ed52e814f8f08ef0e09956413a792584eddf
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# Get the 'head' of the build environment. This includes default targets and
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# paths to tools
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# build this level's files
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If there is an NLM target, put it here
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian MaederTARGET_nlm = \
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder# implement targets and dependancies (leave this section alone)
8410667510a76409aca9bb24ff0eda0420088274Christian Maederlibs :: $(OBJDIR) $(TARGET_lib)
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettichnlms :: libs $(TARGET_nlm)
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Updated this target to create necessary directories and copy files to the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian Maederinstall :: nlms FORCE
e593b89bfd4952698dc37feced21cefe869d87a2Christian Maeder copy $(OBJDIR)\*.nlm $(INSTALL)\$(BASEDIR)\bin\*.*
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Any specialized rules here
31c49f2fa23d4ac089f35145d80a224deb6ea7e4Till Mossakowski# Include the 'tail' makefile that has targets that depend on variables defined
c55a0f77be7e88d3620b419ec8961f4379a586e3Klaus Luettich# in this makefile
9e748851c150e1022fb952bab3315e869aaf0214Christian Maederinclude $(APBUILD)/NWGNUtail.inc