2 ${G_ALL_PHYSICS}: ${TARGET_$P} ${CFGS_$P} ${LIBSTXT_$P} ${LIBSCPY_$P} ${TXT_$P}
3 ${G_OBJS_PHYSICS}: ${L_OBJS_$P}
4 ${G_DEPS_PHYSICS}: ${L_DEPS_$P}
7 ${TARGETTMP_$D}: ${BINDIR_$P}${LIBSDIRNAME_$P}${SONAME_${G_LIB}}
10 # rule to copy library lib into the working directory
11 ${BINDIR_$P}${LIBSDIRNAME_$P}${SONAME_${G_LIB}}: ${TARGET_${G_LIB}} | $${@D}
14 # how to link the main target
15 ${TARGETTMP_$P}: ${L_OBJS_$P} | $${@D}
18 # rule to copy tmp target to working directory
19 ${TARGET_$P}: ${TARGETTMP_$P} | $${@D}
22 # rule to copy the config files into the working directory
23 ${DSTCFGDIR_$P}%: ${SRCCFGDIR_$P}% | $${@D}
26 # rule to copy the library files into the working directory
27 ${DSTLIBSDIR_$P}%: ${SRCLIBSDIR_$P}% | $${@D}
30 # rule to copy the text files into the working directory
31 ${DSTTXTDIR_$P}%: ${SRCTXTDIR_$P}% | $${@D}
34 # rule to make an object file from a .cpp
35 ${OBJSDIR_$P}%.o: ${SRCSDIR_$P}%.cpp | $${@D}
38 # rule to make a depend file from a .cpp
39 ${DEPSDIR_$P}%.d: ${SRCSDIR_$P}%.cpp | $${@D}
44 include ${F_CLEANRULES}