| Line | |
|---|
| 1 | # $Id: makefile,v 1.30 2001-09-30 00:32:39 bird Exp $
|
|---|
| 2 |
|
|---|
| 3 | #
|
|---|
| 4 | # Odin32 API
|
|---|
| 5 | #
|
|---|
| 6 | # ole32.dll and regsvr32.exe makefile
|
|---|
| 7 | #
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | #
|
|---|
| 11 | # Compiler, tools, and interference rules.
|
|---|
| 12 | #
|
|---|
| 13 | !include ../../makefile.inc
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | #
|
|---|
| 17 | # Generic rules which forwards to the real makefiles.
|
|---|
| 18 | # The all rule has to stand alone, else make will make all the rules if it
|
|---|
| 19 | # is invoked without any target.
|
|---|
| 20 | #
|
|---|
| 21 | _all: all
|
|---|
| 22 |
|
|---|
| 23 | $(COMMONRULES:dep lib=):
|
|---|
| 24 | @$(DOMAKES) "ole32.mak regsvr32.mak" $(MAKE_CMD) $@
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | # don't have to make deps and libs more than once.
|
|---|
| 28 | lib dep:
|
|---|
| 29 | @$(MAKE_CMD) -f ole32.mak $@
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | #
|
|---|
| 33 | # Do not includes the common rules.
|
|---|
| 34 | #
|
|---|
| 35 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.