-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Nov 24, 2016
1 parent
e172ace
commit 783fdea
Showing
32 changed files
with
93 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
CC = gcc | ||
AR = ar | ||
CC = i686-w64-mingw32-gcc | ||
AR = i686-w64-mingw32-ar | ||
LDFLAGS = -L${PWD} -L${PWD}/.. -lsm -Wl,-rpath=${PWD} | ||
CFLAGS = -Werror -I../include -O2 -g -fPIC -std=c99 | ||
PREFIX=/usr/local | ||
tests: | ||
@echo "LDCC opensm-libio-test-txt" | ||
@${CC} -o opensm-libio-test-txt opensm-libio-test-txt.c ${CFLAGS} ${LDFLAGS} | ||
@echo "TEST opensm-libio-test-txt" | ||
@./opensm-libio-test-txt | ||
@echo "LDCC opensm-libio-test-file" | ||
@${CC} -o opensm-libio-test-file opensm-libio-test-file.c ${CFLAGS} ${LDFLAGS} | ||
@echo "TEST opensm-lbio-test-file" | ||
@./opensm-libio-test-file | ||
@echo "LDCC opensm-libuser-test" | ||
@${CC} -o opensm-libuser-test opensm-libuser-test.c ${CFLAGS} ${LDFLAGS} | ||
@echo "TEST opensm-libuser-test" | ||
@./opensm-libuser-test | ||
@echo "LDCC opensm-libio-test-txt.exe" | ||
@${CC} -o opensm-libio-test-txt.exe opensm-libio-test-txt.c ${CFLAGS} ${LDFLAGS} | ||
@echo "TEST opensm-libio-test-txt.exe" | ||
@wine ./opensm-libio-test-txt.exe | ||
@echo "LDCC opensm-libio-test-file.exe" | ||
@${CC} -o opensm-libio-test-file.exe opensm-libio-test-file.c ${CFLAGS} ${LDFLAGS} | ||
@echo "TEST opensm-lbio-test-file.exe" | ||
@wine ./opensm-libio-test-file.exe | ||
@echo "LDCC opensm-libuser-test.exe" | ||
@${CC} -o opensm-libuser-test.exe opensm-libuser-test.c ${CFLAGS} ${LDFLAGS} | ||
@echo "TEST opensm-libuser-test.exxe" | ||
@wine ./opensm-libuser-test.exe |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
test1234 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.