mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Expanded comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14703 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e792187e65
commit
3253c72656
2 changed files with 10 additions and 1 deletions
|
@ -30,6 +30,14 @@
|
|||
#
|
||||
# It all works as for library.make but we install outside library-combo
|
||||
#
|
||||
# Other differences are:
|
||||
#
|
||||
# The name of the library is in the CLIBRARY_NAME variable, rather
|
||||
# than in the LIBRARY_NAME variable as it happens for libraries.
|
||||
#
|
||||
# Similarly, the install dir is controlled by CLIBRARY_INSTALL_DIR
|
||||
# rather than LIBRARY_INSTALL_DIR.
|
||||
#
|
||||
|
||||
.PHONY: internal-clibrary-all_ \
|
||||
internal-clibrary-install_ \
|
||||
|
|
|
@ -28,7 +28,8 @@ endif
|
|||
include $(GNUSTEP_MAKEFILES)/Instance/Shared/headers.make
|
||||
|
||||
#
|
||||
# The name of the library is in the LIBRARY_NAME variable.
|
||||
# The name of the library (including the 'lib' prefix) is
|
||||
# in the LIBRARY_NAME variable.
|
||||
# The Objective-C files that gets included in the library are in xxx_OBJC_FILES
|
||||
# The C files are in xxx_C_FILES
|
||||
# The pswrap files are in xxx_PSWRAP_FILES
|
||||
|
|
Loading…
Reference in a new issue