mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
UNPAL_SOURCES_NC changes
This commit is contained in:
parent
ff8953b16e
commit
612b2011a0
@ -52,12 +52,12 @@
|
|||||||
$[forscopes soft_char_egg,$[ANIMS:%=$[EGG_PREFIX]%$[CHAN_SUFFIX].egg]]
|
$[forscopes soft_char_egg,$[ANIMS:%=$[EGG_PREFIX]%$[CHAN_SUFFIX].egg]]
|
||||||
|
|
||||||
#define build_eggs $[sort $[build_models] $[build_anims]]
|
#define build_eggs $[sort $[build_models] $[build_anims]]
|
||||||
#define install_eggs $[sort $[notdir $[SOURCES(install_egg)] $[UNPAL_SOURCES(install_egg)]]]
|
#define install_eggs $[sort $[notdir $[SOURCES(install_egg)] $[UNPAL_SOURCES(install_egg)] $[UNPAL_SOURCES_NC(install_egg)]]]
|
||||||
#define install_other $[sort $[SOURCES(install_audio install_dna install_icons install_misc)]]
|
#define install_other $[sort $[SOURCES(install_audio install_dna install_icons install_misc)]]
|
||||||
|
|
||||||
#define install_egg_dirs $[sort $[forscopes install_egg,$[install_model_dir]]]
|
#define install_egg_dirs $[sort $[forscopes install_egg,$[install_model_dir]]]
|
||||||
#define installed_eggs $[sort $[forscopes install_egg,$[patsubst %,$[install_model_dir]/%,$[notdir $[SOURCES] $[UNPAL_SOURCES]]]]]
|
#define installed_eggs $[sort $[forscopes install_egg,$[patsubst %,$[install_model_dir]/%,$[notdir $[SOURCES] $[UNPAL_SOURCES] $[UNPAL_SOURCES_NC]]]]]
|
||||||
#define installed_bams $[sort $[forscopes install_egg,$[patsubst %.egg,$[install_model_dir]/%.bam,$[notdir $[SOURCES] $[UNPAL_SOURCES]]]]]
|
#define installed_bams $[sort $[forscopes install_egg,$[patsubst %.egg,$[install_model_dir]/%.bam,$[notdir $[SOURCES] $[UNPAL_SOURCES] $[UNPAL_SOURCES_NC]]]]]
|
||||||
|
|
||||||
#define install_other_dirs $[sort $[forscopes install_audio install_dna install_icons install_misc,$[install_model_dir]]]
|
#define install_other_dirs $[sort $[forscopes install_audio install_dna install_icons install_misc,$[install_model_dir]]]
|
||||||
#define installed_other $[sort $[forscopes install_audio install_dna install_icons install_misc,$[SOURCES:%=$[install_model_dir]/%]]]
|
#define installed_other $[sort $[forscopes install_audio install_dna install_icons install_misc,$[SOURCES:%=$[install_model_dir]/%]]]
|
||||||
@ -85,7 +85,7 @@ egg : $[egg_targets]
|
|||||||
|
|
||||||
#define filter_targets \
|
#define filter_targets \
|
||||||
$[filter_dirs] \
|
$[filter_dirs] \
|
||||||
$[forscopes install_egg,$[patsubst %,$[source_prefix]%,$[notdir $[SOURCES] $[UNPAL_SOURCES]]]]
|
$[forscopes install_egg,$[patsubst %,$[source_prefix]%,$[notdir $[SOURCES] $[UNPAL_SOURCES] $[UNPAL_SOURCES_NC]]]]
|
||||||
filter : egg $[filter_targets]
|
filter : egg $[filter_targets]
|
||||||
|
|
||||||
pal : filter $[if $[pal_egg_targets],$[pal_egg_dir]] $[pal_egg_targets]
|
pal : filter $[if $[pal_egg_targets],$[pal_egg_dir]] $[pal_egg_targets]
|
||||||
@ -312,7 +312,7 @@ $[TAB]rm -f $[dest]/$[local]
|
|||||||
$[TAB]cp $[sourcedir]/$[local] $[dest]
|
$[TAB]cp $[sourcedir]/$[local] $[dest]
|
||||||
|
|
||||||
#end egg
|
#end egg
|
||||||
#foreach egg $[UNPAL_SOURCES]
|
#foreach egg $[UNPAL_SOURCES] $[UNPAL_SOURCES_NC]
|
||||||
#define local $[egg]
|
#define local $[egg]
|
||||||
#define dest $[install_model_dir]
|
#define dest $[install_model_dir]
|
||||||
$[dest]/$[notdir $[local]] : $[source_prefix]$[local]
|
$[dest]/$[notdir $[local]] : $[source_prefix]$[local]
|
||||||
@ -326,7 +326,7 @@ $[TAB]cp $[source_prefix]$[local] $[dest]
|
|||||||
// Egg file uninstallation.
|
// Egg file uninstallation.
|
||||||
uninstall-egg :
|
uninstall-egg :
|
||||||
#forscopes install_egg
|
#forscopes install_egg
|
||||||
#define files $[patsubst %,$[install_model_dir]/%,$[SOURCES] $[UNPAL_SOURCES]]
|
#define files $[patsubst %,$[install_model_dir]/%,$[SOURCES] $[UNPAL_SOURCES] $[UNPAL_SOURCES_NC]]
|
||||||
#if $[files]
|
#if $[files]
|
||||||
$[TAB]rm -f $[files]
|
$[TAB]rm -f $[files]
|
||||||
#endif
|
#endif
|
||||||
@ -335,7 +335,7 @@ $[TAB]rm -f $[files]
|
|||||||
|
|
||||||
// Bam file installation.
|
// Bam file installation.
|
||||||
#forscopes install_egg
|
#forscopes install_egg
|
||||||
#foreach egg $[notdir $[SOURCES] $[UNPAL_SOURCES]]
|
#foreach egg $[notdir $[SOURCES] $[UNPAL_SOURCES] $[UNPAL_SOURCES_NC]]
|
||||||
#define local $[egg:%.egg=%.bam]
|
#define local $[egg:%.egg=%.bam]
|
||||||
#define sourcedir $[bam_dir]
|
#define sourcedir $[bam_dir]
|
||||||
#define dest $[install_model_dir]
|
#define dest $[install_model_dir]
|
||||||
@ -350,7 +350,7 @@ $[TAB]cp $[sourcedir]/$[local] $[dest]
|
|||||||
// Bam file uninstallation.
|
// Bam file uninstallation.
|
||||||
uninstall-bam :
|
uninstall-bam :
|
||||||
#forscopes install_egg
|
#forscopes install_egg
|
||||||
#define files $[patsubst %.egg,$[install_model_dir]/%.bam,$[notdir $[SOURCES] $[UNPAL_SOURCES]]]
|
#define files $[patsubst %.egg,$[install_model_dir]/%.bam,$[notdir $[SOURCES] $[UNPAL_SOURCES] $[UNPAL_SOURCES_NC]]]
|
||||||
#if $[files]
|
#if $[files]
|
||||||
$[TAB]rm -f $[files]
|
$[TAB]rm -f $[files]
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user