30eab4b79a
Added a cleaner way to install demo source so that installed versions use a simplified makedefs/makerules. Small fix to get osgText to compile with Solaris CC. Constructor declared with a non-const argument, but implemented with const argument.
17 lines
209 B
Plaintext
17 lines
209 B
Plaintext
distribution :
|
|
@$(MAKEDIST) \
|
|
$(OS)\
|
|
$(TOPDIR)\
|
|
$(INST_LIBS)\
|
|
$(INST_PLUGINS)\
|
|
$(INST_INCLUDE)\
|
|
$(INST_DEMOS)\
|
|
$(INST_DEMO_SRC)\
|
|
$(INST_DOC)\
|
|
$(INST_DATA)
|
|
|
|
|
|
|
|
cleandist:
|
|
@$(MAKECLEANDIST)
|