X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=Makefile;h=e50347dde3b48217fb3e95b09773a45297e095fa;hp=85ac1998c75b4121f6289a71cc4aa4ef27f208cb;hb=16f1445959244e40f1d68afb175a87c613e4b6f0;hpb=70468808f161d45b9ae0eecf5d9d854a805bd855 diff --git a/Makefile b/Makefile index 85ac199..e50347d 100644 --- a/Makefile +++ b/Makefile @@ -26,19 +26,17 @@ DIRS += locks/ SRCSDIR := src/ SRCS := # := start +OBJSDIR := objsd/ +OBJS := # := start + +DEPSDIR := deps/ +DEPS := # := start + # include all of the dir.mk include $(addprefix ${SRCSDIR},$(addsuffix dir.mk,${DIRS})) WORKINGDIR := bind/ -OBJSDIR := objsd/ -OBJS := ${SRCS:.cpp=.o} -OBJS := $(addprefix ${OBJSDIR},${OBJS}) - -DEPSDIR := deps/ -DEPS := ${SRCS:.cpp=.d} -DEPS := $(addprefix ${DEPSDIR},${DEPS}) - CFGDIRNAME := configs/ SRCCFGDIR := ${CFGDIRNAME} DSTCFGDIR := ${WORKINGDIR}${CFGDIRNAME}