Skip to content

Commit

Permalink
added release_filelists target to toplevel Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
psiorx committed Sep 14, 2015
1 parent 9c3a057 commit 751666f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ endif
download-all: configure
cmake --build pod-build --config $(BUILD_TYPE) --target $@

.PHONY: release_filelist
release_filelist:
echo ".UNITTEST"
echo ".mlintopts"
find * -type f | grep -v "pod-build" | grep -v "\.valgrind" | grep -v "\.viewer-prefs" | grep -v "\.out" | grep -v "\.autosave" | grep -v "\.git" | grep -v "\.tmp" | grep -v "drake_config\.mat" | grep -v "DoxygenMatlab" | grep -v "\.aux" | grep -v "\.d" | grep -v "\.log" | grep -v "\.bib"
find drake/pod-build/lib -type f
-find pod-build/bin -type f 2> /dev/null

.PHONY: clean
clean:
ifeq ($(BUILD_SYSTEM),Windows_NT)
Expand Down

0 comments on commit 751666f

Please sign in to comment.