mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(install,installdirs,includedir): Make NEXT_HEADERS install to proper
place: objects/next-include/. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1b1d9d1e0d
commit
0fab083a49
1 changed files with 6 additions and 6 deletions
12
Makefile.in
12
Makefile.in
|
@ -55,7 +55,7 @@ exec_prefix = @exec_prefix@
|
|||
|
||||
# Installation locations
|
||||
libdir = $(exec_prefix)/lib
|
||||
includedir = $(prefix)/include/objects
|
||||
includedir = $(prefix)/include
|
||||
infodir = $(prefix)/info
|
||||
|
||||
#### End of system configuration section. ####
|
||||
|
@ -267,16 +267,16 @@ install: installdirs all
|
|||
$(INSTALL_DATA) libobjects.a $(libdir)/libobjects.a
|
||||
$(RANLIB) $(libdir)/libobjects.a
|
||||
for file in $(INSTALL_HEADERS); do \
|
||||
$(INSTALL_DATA) $$file $(includedir) ; \
|
||||
$(INSTALL_DATA) $$file $(includedir)/$$file ; \
|
||||
done
|
||||
$(INSTALL_DATA) libobjects.info $(infodir)
|
||||
|
||||
installdirs:
|
||||
$(srcdir)/mkinstalldirs $(libdir) $(infodir) \
|
||||
$(includedir) \
|
||||
$(includedir)/next-include \
|
||||
$(includedir)/next-include/objc \
|
||||
$(includedir)/next-include/foundation
|
||||
$(includedir)/objects \
|
||||
$(includedir)/objects/next-include \
|
||||
$(includedir)/objects/next-include/objc \
|
||||
$(includedir)/objects/next-include/foundation
|
||||
|
||||
uninstall:
|
||||
rm -f $(libdir)/libobjects.a
|
||||
|
|
Loading…
Reference in a new issue