- Timestamp:
- 02/06/04 17:44:49 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/Makefile.conf.linux-gnu
r2344 r3045 21 21 22 22 OPTIM = -O5 -Wall -fno-rtti -fnonnull-objects -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual 23 DEBUG = 23 DEBUG = 24 24 ARCHDEF = -D__LINUX__ 25 25 DYNLIB = -shared … … 32 32 # For producing gmon.out use '-pg' 33 33 34 MARS_LIB = -Llib $(SUBDIRS:%=-l%) $(MARSLIBS) 34 #MARS_LIB = -Llib $(SUBDIRS:%=-l%) $(MARSLIBS) 35 MARS_LIB = -Llib $(MARSLIBS) 35 36 INCLUDES = -I. $(SUBDIRS:%=-I%) 36 37
Note:
See TracChangeset
for help on using the changeset viewer.