equal
deleted
inserted
replaced
21 # Copyright (c) 2010, Oracle and/or it's affiliates. All rights reserved. |
21 # Copyright (c) 2010, Oracle and/or it's affiliates. All rights reserved. |
22 # |
22 # |
23 |
23 |
24 include ../make-rules/shared-macros.mk |
24 include ../make-rules/shared-macros.mk |
25 |
25 |
26 COMPONENT_DIRS += lcms |
26 # for now, the assumption is we build any directory with a Makefile. This may |
27 COMPONENT_DIRS += file |
27 # not always be the case. If we build a new make-like tool to drive the upper |
28 COMPONENT_DIRS += pycups |
28 # level build, it may make different decisions and will need to include |
29 COMPONENT_DIRS += bind |
29 # appropriate dependency information. |
30 COMPONENT_DIRS += rsync |
30 |
|
31 COMPONENT_DIRS = $(shell echo */Makefile | sed -e 's;/Makefile;;g') |
31 |
32 |
32 download: TARGET = download |
33 download: TARGET = download |
33 prep: TARGET = prep |
34 prep: TARGET = prep |
34 build: TARGET = build |
35 build: TARGET = build |
35 install: TARGET = install |
36 install: TARGET = install |