forked from gtcasl/manifold
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
13 lines (10 loc) · 682 Bytes
/
Copy pathMakefile.am
File metadata and controls
13 lines (10 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
MAINTAINERCLEANFILES= aclocal.m4 config.log config.status configure depcomp \
Makefile.in INSTALL install-sh missing
SUBDIRS = kernel uarch models/cache/mcp-cache models/cache/simple-cache models/memory/CaffDRAM models/memory/DRAMSim2 models/network/iris models/processor/spx models/cross/mcp_cache-iris models/qsim/interrupt_handler models/qsim/proxy models/kitfox/proxy
#models/memory/simple-mc
#models/network/simple-net
EXTRA_DIST = util/traceGen simulator/smp simulator/smp2 doc/doxygen
dist-hook:
find $(distdir)/simulator -name '.svn' | xargs rm -rf
find $(distdir)/doc -name '.svn' | xargs rm -rf
find $(distdir)/util/traceGen -name '.svn' | xargs rm -rf