Changeset 4021
- Timestamp:
- 05/09/04 19:41:03 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r4020 r4021 22 22 #PROGRAMS = readraw merpp mars test mona status 23 23 PROGRAMS = readdaq readraw merpp star status mars mona 24 SOLIB = libmars.so24 DYLIB = libmars.so 25 25 CINT = M 26 26 -
trunk/MagicSoft/Mars/Makefile.conf.darwin
r4020 r4021 30 30 DYFLAG = -dynamiclib 31 31 32 DYLIB = $(SOLIB:.so=.dylib)32 SOLIB = $(DYLIB:.so=.dylib) 33 33 34 34 # For debugging information use '-g' … … 41 41 # uncomment this for quiet compilation 42 42 43 #.SILENT:43 .SILENT: 44 44 45 45 # @endcode -
trunk/MagicSoft/Mars/Makefile.conf.linux
r4020 r4021 23 23 SOFLAG = -shared 24 24 25 DYLIB = $(SOLIB)26 27 25 # For debugging information use '-g' 28 26 # For producing gmon.out use '-pg' (needs static linking)
Note:
See TracChangeset
for help on using the changeset viewer.