make install: do not copy debian and install

git-svn-id: trunk@39108 -
This commit is contained in:
mattias 2012-10-17 10:42:03 +00:00
parent 2723112e17
commit 93331ceaad
2 changed files with 643 additions and 33 deletions

670
Makefile

File diff suppressed because it is too large Load Diff

View File

@ -250,9 +250,13 @@ endif
#-----------------------------------------------------------------------------
# Many "make" users expect 'make install' to copy the binaries to somewhere
# Copy the lazarus tree to the install directory and set some links
# Copy everything except for 'debian' and 'install' to avoid recursion and other platform files
install:
$(MAKE) installbase
$(COPYTREE) . $(LAZARUS_INSTALL_DIR)
$(COPYTREE) packager debugger designer converter ide images languages lazarus.app units $(LAZARUS_INSTALL_DIR)
$(COPYTREE) components docs doceditor examples ideintf lcl test tools $(LAZARUS_INSTALL_DIR)
$(COPYTREE) Makefile* *.txt *.bat *.sh $(LAZARUS_INSTALL_DIR)
$(COPYTREE) lazarus startlazarus lazbuild $(LAZARUS_INSTALL_DIR)
ifneq ($(findstring $(OS_TARGET),win32 win64),)
else