NWGNUmakefile revision 0662ed52e814f8f08ef0e09956413a792584eddf
307N/A#
307N/A# Get the 'head' of the build environment. This includes default targets and
307N/A# paths to tools
307N/A#
307N/A
307N/Ainclude $(AP_WORK)/build/NWGNUhead.inc
307N/A
307N/A#
307N/A# build this level's files
307N/A
307N/A#
307N/A# If there is an NLM target, put it here
307N/A#
307N/ATARGET_nlm = \
307N/A $(OBJDIR)/ab.nlm \
307N/A $(OBJDIR)/htpasswd.nlm \
307N/A $(OBJDIR)/htdigest.nlm \
307N/A $(OBJDIR)/htdbm.nlm \
307N/A $(OBJDIR)/htcacheclean.nlm \
307N/A $(OBJDIR)/httxt2dbm.nlm \
307N/A $(OBJDIR)/logres.nlm \
307N/A $(OBJDIR)/rotlogs.nlm \
2899N/A $(EOLIST)
307N/A
307N/A#
307N/A# implement targets and dependancies (leave this section alone)
307N/A#
307N/A
307N/Alibs :: $(OBJDIR) $(TARGET_lib)
307N/A
307N/Anlms :: libs $(TARGET_nlm)
307N/A
307N/A#
618N/A# Updated this target to create necessary directories and copy files to the
307N/A# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
1258N/A#
307N/Ainstall :: nlms FORCE
2899N/A copy $(OBJDIR)\*.nlm $(INSTALL)\$(BASEDIR)\bin\*.*
2899N/A
307N/A#
307N/A# Any specialized rules here
307N/A#
307N/A
307N/A#
307N/A# Include the 'tail' makefile that has targets that depend on variables defined
307N/A# in this makefile
307N/A#
307N/A
307N/Ainclude $(APBUILD)/NWGNUtail.inc
1938N/A
1938N/A
307N/A