| Line | |
|---|
| 1 | # $Id: makefile,v 1.1 2001-04-26 19:26:11 sandervl 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 | all clean: # add all common rules here
|
|---|
| 24 | $(MAKE_CMD) -f ole32.mak $@
|
|---|
| 25 | $(MAKE_CMD) -f regsvr32.mak $@
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 | # don't have to make deps and libs more than once.
|
|---|
| 29 | lib dep:
|
|---|
| 30 | $(MAKE_CMD) -f ole32.mak $@
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | #
|
|---|
| 34 | # Do not includes the common rules.
|
|---|
| 35 | #
|
|---|
| 36 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.