mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fix "make install" for palettes
This commit is contained in:
parent
a7521b518e
commit
48a56fe67a
@ -587,7 +587,9 @@ $[TAB]rm -f $[files]
|
|||||||
|
|
||||||
all : egg pal repal $[subdirs]
|
all : egg pal repal $[subdirs]
|
||||||
|
|
||||||
#define sub_targets egg flt lwo maya soft bam pal clean-bam clean-pal clean cleanall unpack-soft install-bam install-other install uninstall-bam uninstall-other uninstall
|
install : all $[subdirs:%=install-%]
|
||||||
|
|
||||||
|
#define sub_targets egg flt lwo maya soft bam pal clean-bam clean-pal clean cleanall unpack-soft install-bam install-other uninstall-bam uninstall-other uninstall
|
||||||
|
|
||||||
// Define the rules to propogate these targets to the Makefile within
|
// Define the rules to propogate these targets to the Makefile within
|
||||||
// each directory.
|
// each directory.
|
||||||
@ -660,7 +662,7 @@ $[TAB]cd ./$[RELDIR] && $(MAKE) all
|
|||||||
|
|
||||||
// Define the rules to propogate these targets to the Makefile within
|
// Define the rules to propogate these targets to the Makefile within
|
||||||
// each directory.
|
// each directory.
|
||||||
#foreach target $[sub_targets]
|
#foreach target install $[sub_targets]
|
||||||
#formap dirname subdirs
|
#formap dirname subdirs
|
||||||
$[target]-$[dirname] :
|
$[target]-$[dirname] :
|
||||||
$[TAB]cd ./$[RELDIR] && $(MAKE) $[target]
|
$[TAB]cd ./$[RELDIR] && $(MAKE) $[target]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user