- Timestamp:
- 10/21/10 11:46:37 (14 years ago)
- Location:
- trunk/Cosy
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/Changelog
r10025 r10026 29 29 - increased the valid range for cos^2+sin^2 30 30 31 * */Makefile, Makefile*: 32 - removed necessity of defining OSTYPE 33 34 31 35 32 36 2010/10/14 Thomas Bretz (La Palma) … … 59 63 - fixed the sanity check for the interpolation 60 64 - added some more output in case of failure 61 62 65 63 66 -
trunk/Cosy/Makefile
r10023 r10026 15 15 # 16 16 # 17 include Makefile.conf.general 17 18 include Makefile.conf.$(OSTYPE) 18 include Makefile.conf.general19 19 20 20 # -
trunk/Cosy/Makefile.conf.general
r8809 r10026 7 7 ROOTCFLAGS = `root-config --cflags` 8 8 9 GLIBFLAGS = `glib-config --cflags`10 GLIBLIBS = `glib-config --libs`9 #GLIBFLAGS = `glib-config --cflags` 10 #GLIBLIBS = `glib-config --libs` 11 11 12 # 13 # compiler flags 14 # 12 OSTYPE = $(shell uname -s | tr '[:upper:]' '[:lower:]') 15 13 16 14 # -
trunk/Cosy/Makefile.rules
r8809 r10026 25 25 $(LIBRARIES): 26 26 @echo " Calling make in $(@:.a=)" 27 (cd $*; $(MAKE) -f Makefile all)27 $(MAKE) -C $* -f Makefile all 28 28 29 29 $(LIB): $(OBJS) $(CINT)Cint.o … … 34 34 $(CINT)Cint.cc: $(HEADERS) $(CINT)LinkDef.h 35 35 @echo " - Generating dictionary $(CINT)Cint.cc" 36 $(ROOTSYS)/bin/rootcint -f $(CINT)Cint.cc \36 rootcint -f $(CINT)Cint.cc \ 37 37 -c $(INCLUDES) $(DEFINES) $(HEADERS) $(CINT)Incl.h $(CINT)LinkDef.h 38 38 -
trunk/Cosy/base/Makefile
r9417 r10026 7 7 ################################################################## 8 8 9 include ../Makefile.conf.general 9 10 include ../Makefile.conf.$(OSTYPE) 10 include ../Makefile.conf.general11 11 12 12 INCLUDES = -I. -I.. -I../mars -
trunk/Cosy/candrv/Makefile
r9439 r10026 7 7 ################################################################## 8 8 9 include ../Makefile.conf.general 9 10 include ../Makefile.conf.$(OSTYPE) 10 include ../Makefile.conf.general11 11 12 12 INCLUDES = -I. -I.. -I../incl -I../base -I../mars -I../tcpip -
trunk/Cosy/caos/Makefile
r8809 r10026 7 7 ################################################################## 8 8 9 include ../Makefile.conf.general 9 10 include ../Makefile.conf.$(OSTYPE) 10 include ../Makefile.conf.general11 11 12 12 INCLUDES = -I. -I.. -I../base -I../mars -
trunk/Cosy/catalog/Makefile
r8809 r10026 7 7 ################################################################## 8 8 9 include ../Makefile.conf.general 9 10 include ../Makefile.conf.$(OSTYPE) 10 include ../Makefile.conf.general11 11 12 12 INCLUDES = -I. -I.. -I../base -I../slalib -I../mars -
trunk/Cosy/devdrv/Makefile
r9435 r10026 7 7 ################################################################## 8 8 9 include ../Makefile.conf.general 9 10 include ../Makefile.conf.$(OSTYPE) 10 include ../Makefile.conf.general11 11 12 12 DEFINES = -DCPU=486 -DBUS_LITTLE_ENDIAN -DDEBUG=0 -DLINUX -DSHOW -
trunk/Cosy/gui/Makefile
r9417 r10026 7 7 ################################################################## 8 8 9 include ../Makefile.conf.general 9 10 include ../Makefile.conf.$(OSTYPE) 10 include ../Makefile.conf.general11 11 12 12 INCLUDES = -I. -I.. -I../base -I../slalib -I../candrv -I../incl \ -
trunk/Cosy/main/Makefile
r9550 r10026 7 7 ################################################################## 8 8 9 include ../Makefile.conf.general 9 10 include ../Makefile.conf.$(OSTYPE) 10 include ../Makefile.conf.general11 11 12 12 INCLUDES = -I. -I../base -I.. -I../gui -I../catalog -I../devdrv \ -
trunk/Cosy/tcpip/Makefile
r8809 r10026 7 7 ################################################################## 8 8 9 include ../Makefile.conf.general 9 10 include ../Makefile.conf.$(OSTYPE) 10 include ../Makefile.conf.general11 11 12 12 INCLUDES = -I. -I../base -I../catalog -I../main -I../candrv -I../incl -I../caos -I../mars -
trunk/Cosy/tpoint/Makefile
r8823 r10026 7 7 ################################################################## 8 8 9 include ../Makefile.conf.general 9 10 include ../Makefile.conf.$(OSTYPE) 10 include ../Makefile.conf.general11 11 12 12 INCLUDES = -I. -I.. -I../mars -I../base -
trunk/Cosy/videodev/Makefile
r8845 r10026 7 7 ################################################################## 8 8 9 include ../Makefile.conf.general 9 10 include ../Makefile.conf.$(OSTYPE) 10 include ../Makefile.conf.general11 11 12 12 INCLUDES = -I. -I.. -I../incl -I../base -I../caos -I/usr/X11R6/include -I../mars
Note:
See TracChangeset
for help on using the changeset viewer.