mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Reduce the number of EXTRA_DIST files since Makefile.rules now handles the
autoconf directory automagically. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17249 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e817154d4b
commit
90c2949412
16
Makefile
16
Makefile
@ -15,17 +15,21 @@ DIRS += runtime
|
|||||||
OPTIONAL_DIRS = examples projects
|
OPTIONAL_DIRS = examples projects
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST := llvm.spec include configure \
|
EXTRA_DIST := test llvm.spec include
|
||||||
autoconf/AutoRegen.sh autoconf/LICENSE.TXT autoconf/README.TXT \
|
|
||||||
autoconf/aclocal.m4 autoconf/config.guess autoconf/config.sub \
|
|
||||||
autoconf/configure.ac autoconf/depcomp autoconf/install-sh \
|
|
||||||
autoconf/ltmain.sh autoconf/missing autoconf/mkinstalldirs \
|
|
||||||
autoconf/m4
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
dist-hook::
|
dist-hook::
|
||||||
@$(ECHO) Eliminating CVS directories from distribution
|
@$(ECHO) Eliminating CVS directories from distribution
|
||||||
$(VERB) rm -rf `find $(TopDistDir) -type d -name CVS -print`
|
$(VERB) rm -rf `find $(TopDistDir) -type d -name CVS -print`
|
||||||
|
@$(ECHO) Eliminating files constructed by configure
|
||||||
|
$(VERB) rm -f \
|
||||||
|
$(TopDistDir)/include/llvm/ADT/hash_map \
|
||||||
|
$(TopDistDir)/include/llvm/ADT/hash_set \
|
||||||
|
$(TopDistDir)/include/llvm/ADT/iterator \
|
||||||
|
$(TopDistDir)/include/llvm/Config/config.h \
|
||||||
|
$(TopDistDir)/include/llvm/Support/DataTypes.h \
|
||||||
|
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
|
||||||
|
|
||||||
test :: all
|
test :: all
|
||||||
cd test; $(MAKE)
|
cd test; $(MAKE)
|
||||||
|
Loading…
Reference in New Issue
Block a user