Changeset 2437 in Sophya for trunk/SophyaProg
- Timestamp:
- Sep 17, 2003, 2:20:44 PM (22 years ago)
- Location:
- trunk/SophyaProg
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Examples/Makefile
r1337 r2437 1 1 MODULECXXREPNAME := Tests 2 2 MODULEDECCXXFLAGS := -msg_quiet 3 include $( DPCDEVREP)/Include/Makefile.h3 include $(SOPHYADEVREP)/Include/Makefile.h 4 4 5 5 -
trunk/SophyaProg/Examples/README
r1969 r2437 1 1 # Programmes exemple pour l'utilisation de Sophya 2 2 3 On suppose que $DPCBASREP/`uname`-$ EROSCXX/Exec est ds le path et4 .:$DPCBASREP/`uname`-$ EROSCXX/ShLibs ds LD_LIBRARY_PATH3 On suppose que $DPCBASREP/`uname`-$SOPHYACXX/Exec est ds le path et 4 .:$DPCBASREP/`uname`-$SOPHYACXX/ShLibs ds LD_LIBRARY_PATH 5 5 6 6 1) ex1.cc -
trunk/SophyaProg/Examples/auto_makefile
r1433 r2437 14 14 # USERFLAGS := -I/.../myincludes 15 15 16 include $( DPCBASEREP)/Include/MakefileUser.h16 include $(SOPHYABASEREP)/Include/MakefileUser.h 17 17 18 18 -
trunk/SophyaProg/Examples/ex_makefile
r1433 r2437 16 16 # USERFLAGS := -I/.../myincludes 17 17 18 include $( DPCBASEREP)/Include/MakefileUser.h18 include $(SOPHYABASEREP)/Include/MakefileUser.h 19 19 20 20 -
trunk/SophyaProg/PMixer/makeprog
r761 r2437 1 1 MODULECXXREPNAME := SkyT 2 2 # MODULEDECCXXFLAGS := -msg_quiet 3 include $( DPCDEVREP)/Include/Makefile.h3 include $(SOPHYADEVREP)/Include/Makefile.h 4 4 5 5 ifdef NOSHLIB -
trunk/SophyaProg/Tests/JTCMakefile
r1043 r2437 1 1 MODULECXXREPNAME := Tests 2 2 MODULEDECCXXFLAGS := -msg_quiet -pthread 3 include $( DPCDEVREP)/Include/Makefile.h3 include $(SOPHYADEVREP)/Include/Makefile.h 4 4 5 5 # Makefile pour linket avec libJThreadsC++ -
trunk/SophyaProg/Tests/Makefile
r2431 r2437 1 1 MODULECXXREPNAME := Tests 2 2 MODULEDECCXXFLAGS := -msg_quiet 3 include $( DPCDEVREP)/Include/Makefile.h3 include $(SOPHYADEVREP)/Include/Makefile.h 4 4 5 5 -
trunk/SophyaProg/Tests/makepi
r1726 r2437 1 1 MODULECXXREPNAME := Tests 2 2 MODULEDECCXXFLAGS := -msg_quiet 3 include $( DPCDEVREP)/Include/Makefile.h3 include $(SOPHYADEVREP)/Include/Makefile.h 4 4 5 5
Note:
See TracChangeset
for help on using the changeset viewer.