source: trunk/src/emx/mkimplib.smak@ 433

Last change on this file since 433 was 236, checked in by zap, 22 years ago

See ChangeLog.

  • Property cvs2svn:cvs-rev set to 1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 418 bytes
Line 
1# This submakefile is included when a module needs to build a library.
2# For a list of additional variables that can be defined prior to including
3# this submakefile see build.txt.
4
5include common.smak
6
7libs: $(.MODULE)
8
9# The rule for building an archive
10RULES += \
11 $(call FECHO,_@,$$.$(.TARG): $(.IMPS) $(.OBJS) $(.DEPS))$(NL) \
12 $(call FECHO,_@, $$(call DO.IMPLIB))$(NL)
13
14include mkomflib.smak
15include comend.smak
Note: See TracBrowser for help on using the repository browser.