# -*- makefile -*- # ################## ArchTOIPipe-With-Sophya #################### # ##### LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA ##### # ############################################################### # Global definitions to be used for ArchTOIPipe makefiles # with SOPHYA (Uses Sophya/Makefile.h) #--------------------------------------------------------------------------- MYBUILDDEVREP := ${ARCHPDEVREP} include ${DPCBASEREP}/Include/Makefile.h #- #- Define ArchTOIPipe build paths #- APP := ${ARCHPDEVREP}/${MACHDIR}/ ALIB := ${APP}/Libs/ ASLB := ${APP}/ShLibs/ OBJ := ${APP}/Objs/ # AOBJ := ${APP}/Objs/ AEXE := ${APP}/Exec/ AINC := ${ARCHPDEVREP}/Include/ #-- CPPFLAGS := ${CPPFLAGS} -I${AINC} -I${EXTINCPATH}/FitsIO -DWITH_SOPHYA #- redefine implicit rule. Les .o sont dans $(OBJ). #$(AOBJ)%.o:%.c # $(COMPILE.c) -o $@ $< #$(AOBJ)%.o:%.cc # $(COMPILE.cc) -o $@ $< #$(AOBJ)%.o:%.f # $(COMPILE.f) -o $@ $< #OSF1 #LDFC est f77 #LDFCFLAGS est rien #parfois #LDFC est cc #LDFCFLAGS est -ltruc #------------------------------------------------- End of Makefile.h -------