Skip to content
Snippets Groups Projects
Commit c73abe6a authored by jdh8d's avatar jdh8d
Browse files

Changes to demo to cleanup the output, and fix an error that was being reported

parent 80835d68
No related branches found
No related tags found
No related merge requests found
TOOLBASE=${PEASOUP_HOME}/tools
all: dumbledore.original dumbledore_cmd.original
all: dumbledore.original dumbledore_cmd.original dumbledore.protected
dumbledore.original: dumbledore.o
${TOOLBASE}/ps_link.sh dumbledore.o -o dumbledore.original
......@@ -8,8 +8,14 @@ dumbledore.original: dumbledore.o
dumbledore_cmd.original: dumbledore_cmd.o
${TOOLBASE}/ps_link.sh dumbledore_cmd.o -o dumbledore_cmd.original
dumbledore.protected: dumbledore.original
${TOOLBASE}/ps_analyze.sh dumbledore.original dumbledore.protected
echo "Note: this step will end in an error for now, but that's OK"
.c.o:
${TOOLBASE}/ps_comp.sh $<
clean:
rm *.o dumbledore.original dumbledore_cmd.original dumbledore.protected dumbledore_cmd.protected tmp
rm -f *.o dumbledore.original dumbledore_cmd.original dumbledore.protected dumbledore_cmd.protected tmp
rm -Rf peasoup_executable_directory.*
......@@ -71,11 +71,11 @@ Pause
# clear the screen
clear
echo "Running PEASOUP analysis phase...\n"
echo "${TOOLBASE}/ps_analyze.sh dumbledore.original dumbledore.protected\n"
echo "${TOOLBASE}/ps_analyze.sh dumbledore_cmd.original dumbledore_cmd.protected\n"
Pause
${TOOLBASE}/ps_analyze.sh dumbledore.original dumbledore.protected
${TOOLBASE}/ps_analyze.sh dumbledore_cmd.original dumbledore_cmd.protected
Pause
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment