Skip to content

Commit

Permalink
add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
plavin committed Sep 23, 2024
1 parent f3b2181 commit 5d49c81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sst/elements/ariel/api/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ endif
all-local: libarielapi.so libarielapi.a

libarielapi.so: arielapi.c arielapi.h
echo "DEBUG OUTPUT - printing directory and contents"
echo "Directory is $(PWD)"
ls
$(CC_LOCAL) $(CFLAGS_LOCAL) -fPIC -shared -o libarielapi.so $(LDFLAGS) arielapi.c

arielapi.o: arielapi.c arielapi.h
echo "DEBUG OUTPUT - printing directory and contents"
echo "Directory is $(PWD)"
ls
$(CC_LOCAL) $(CFLAGS_LOCAL) -c -o arielapi.o arielapi.c

libarielapi.a: arielapi.o
Expand Down

0 comments on commit 5d49c81

Please sign in to comment.