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

Last change on this file since 181 was 157, checked in by zap, 22 years ago

o Added one builder makefile: mkimplib.smak, and two auxiliary submakefiles:

mkomflib.smak (included from both mklib and mkimplib), and a version.smak
that contains the version number, description and copyright for libc.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 400 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
7# The rule for building an archive
8RULES += \
9 $(call FECHO,_@,$$.$(.TARG): $(.IMPS) $(.OBJS) $(.DEPS))$(NL) \
10 $(call FECHO,_@, $$(call DO.IMPLIB))$(NL)
11
12include mkomflib.smak
13include comend.smak
Note: See TracBrowser for help on using the repository browser.