mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
(UNICODE_HEADERS): New variable.
(DIST_FILES): Add UNICODE_HEADERS. (copy-dist): Create directory for unicode. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2303 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e22ff194a4
commit
ef23424eac
1 changed files with 10 additions and 1 deletions
|
@ -487,6 +487,13 @@ include/NSValue.h \
|
||||||
include/NSZone.h \
|
include/NSZone.h \
|
||||||
include/objc-load.h
|
include/objc-load.h
|
||||||
|
|
||||||
|
UNICODE_HEADERS = \
|
||||||
|
unicode/caseconv.h \
|
||||||
|
unicode/cop.h \
|
||||||
|
unicode/cyrillic.h \
|
||||||
|
unicode/decomp.h \
|
||||||
|
unicode/nextstep.h
|
||||||
|
|
||||||
HEADERS_INSTALL = @HEADERS_INSTALL@ \
|
HEADERS_INSTALL = @HEADERS_INSTALL@ \
|
||||||
include/preface.h \
|
include/preface.h \
|
||||||
include/config.h
|
include/config.h
|
||||||
|
@ -509,7 +516,8 @@ DIST_FILES = \
|
||||||
$(GNUSTEP_MFILES) \
|
$(GNUSTEP_MFILES) \
|
||||||
$(GNUSTEP_CFILES) \
|
$(GNUSTEP_CFILES) \
|
||||||
$(GNUSTEP_HEADERS) \
|
$(GNUSTEP_HEADERS) \
|
||||||
$(GNUSTEP_OTHER_SRCFILES)
|
$(GNUSTEP_OTHER_SRCFILES) \
|
||||||
|
$(UNICODE_HEADERS)
|
||||||
|
|
||||||
|
|
||||||
# Targets
|
# Targets
|
||||||
|
@ -709,6 +717,7 @@ copy-dist: $(DIST_FILES)
|
||||||
mkdir ../snap/src
|
mkdir ../snap/src
|
||||||
mkdir ../snap/src/include
|
mkdir ../snap/src/include
|
||||||
mkdir ../snap/src/objc
|
mkdir ../snap/src/objc
|
||||||
|
mkdir ../snap/src/unicode
|
||||||
for file in $(DIST_FILES); do \
|
for file in $(DIST_FILES); do \
|
||||||
ln $$file ../snap/src/$$file ; \
|
ln $$file ../snap/src/$$file ; \
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue