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:
Nicola Pero 2002-10-10 15:43:43 +00:00
parent e792187e65
commit 3253c72656
2 changed files with 10 additions and 1 deletions

View file

@ -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_ \

View file

@ -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